mesa: Move glQueryMatrixxOES() implementation to core mesa

This commit is contained in:
Kristian Høgsberg 2010-04-24 20:36:49 -04:00
parent a73eff645f
commit 87eb667759
3 changed files with 1 additions and 1 deletions

View file

@ -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 := \

View file

@ -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 \