mesa/es: Fix GL_OES_texture_cube_map support.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 24 Nov 2009 02:28:27 +0000 (10:28 +0800)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Jan 2010 21:15:15 +0000 (14:15 -0700)
commitb80ec33f3559e9a14d08f84c8e369a0dc81b46d7
treed40f903535a9a8bc58592f8c5e292978dadd79b6
parent3a4d0811b43295519d771fa192bd3d28bd5312d5
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>
src/mesa/es/main/APIspec.xml
src/mesa/es/main/es_enable.c [new file with mode: 0644]
src/mesa/es/main/es_texgen.c [new file with mode: 0644]
src/mesa/es/main/get_gen.py
src/mesa/es/main/specials_es1.c
src/mesa/es/sources.mak