mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
mesa: Move glQueryMatrixxOES() implementation to core mesa
This commit is contained in:
parent
a73eff645f
commit
87eb667759
3 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ include $(MESA)/sources.mak
|
|||
|
||||
LOCAL_ES1_SOURCES := \
|
||||
main/drawtex.c \
|
||||
main/es_query_matrix.c \
|
||||
glapi/glapi-es1/main/enums.c
|
||||
|
||||
LOCAL_ES1_GALLIUM_SOURCES := \
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ MAIN_SOURCES = \
|
|||
main/points.c \
|
||||
main/polygon.c \
|
||||
main/queryobj.c \
|
||||
main/querymatrix.c \
|
||||
main/rastpos.c \
|
||||
main/rbadaptors.c \
|
||||
main/readpix.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue