summaryrefslogtreecommitdiffstats
path: root/src/mesa/es/main/specials_es1.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Compute extension string according to APIKristian Høgsberg2010-04-221-168/+0
* mesa: Compute GL version according to APIKristian Høgsberg2010-04-221-29/+0
* mesa: Move API specific context intialization into context.cKristian Høgsberg2010-04-221-21/+0
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa/es: Fix GL_OES_texture_cube_map support.Chia-I Wu2010-01-041-1/+15
* mesa/es: Clean up extension string.Chia-I Wu2010-01-041-0/+8
* mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu2009-11-051-0/+5
* mesa/es: Add OpenGL ES overlay.Chia-I Wu2009-11-051-0/+186