summaryrefslogtreecommitdiff
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-11-24 10:28:27 +0800
committerBrian Paul <brianp@vmware.com>2010-01-04 14:15:15 -0700
commitb80ec33f3559e9a14d08f84c8e369a0dc81b46d7 (patch)
treed40f903535a9a8bc58592f8c5e292978dadd79b6 /src/mesa/es/sources.mak
parent3a4d0811b43295519d771fa192bd3d28bd5312d5 (diff)
mesa/es: Fix GL_OES_texture_cube_map support.
Unlike in OpenGL, GL_OES_texture_cube_map says that all coordinates are changed the same time by the token GL_TEXTURE_GEN_STR_OES, and the initial mode is GL_REFLECTION_MAP_OES. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
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 f00e41b011..84fad26773 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -8,8 +8,10 @@ LOCAL_ES1_SOURCES := \
main/specials_es1.c \
main/drawtex.c \
main/es_cpaltex.c \
+ main/es_enable.c \
main/es_fbo.c \
main/es_query_matrix.c \
+ main/es_texgen.c \
main/stubs.c \
glapi/glapi-es1/main/enums.c