summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/es_texgen.c
AgeCommit message (Collapse)Author
2010-04-28mesa: Move GLES1 texgen functions to texgen.cKristian Høgsberg
2010-01-04mesa/es: Fix GL_OES_texture_cube_map support.Chia-I Wu
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>