summaryrefslogtreecommitdiff
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-14 13:51:54 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-09-14 16:05:46 +0800
commitc4a8ce7ffdf603c515b5202e2322e1b965f69f3a (patch)
tree9002ed93d3b9855e89be60ceb63426fc513eb875 /src/mesa/es/sources.mak
parent9199889374164c0541f3f7202c4dedb40a6b7458 (diff)
es: Add support for GL_OES_EGL_image.
Diffstat (limited to 'src/mesa/es/sources.mak')
-rw-r--r--src/mesa/es/sources.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index b52978be96..6d20740095 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -3,6 +3,7 @@
ES1_LOCAL_SOURCES := \
main/api_exec_es1.c \
main/drawtex.c \
+ main/eglimage.c \
main/get_es1.c \
main/specials_es1.c \
main/es_cpaltex.c \
@@ -23,6 +24,7 @@ ES1_LOCAL_INCLUDES := \
ES2_LOCAL_SOURCES := \
main/api_exec_es2.c \
+ main/eglimage.c \
main/get_es2.c \
main/specials_es2.c \
main/es_cpaltex.c \