Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-14 | gles2: Also support GL_BGRA_EXT for glTexSubImage2d | Kristian Høgsberg | |
2010-12-08 | vbo: Fix GLES2 glVertexAttrib. | Chia-I Wu | |
Attribute 0 has no special meaning in GLES2. Add VertexAttrib4f_nopos for that purpose and make _es_VertexAttrib* call the new function. Rename _vbo_* to _es_* to avoid confusion. These functions are only used by GLES, and now some of them (_es_VertexAttrib*) even behave differently than vbo_VertexAttrib*. | |||
2010-10-07 | gles2: Add GL_EXT_texture_format_BGRA8888 support | Kristian Høgsberg | |
2010-09-16 | mesa: Update ES APIspec.xml. | Chia-I Wu | |
Enable some extensions now that the needed tokens are defined in GLES/glext.h and GLES2/glext.h. Update the prototype of MultiDrawArrays now that the prototype of _mesa_MultiDrawArraysEXT has been updated. | |||
2010-05-11 | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg | |
2010-04-28 | mesa: Move support for paletted textures to main/teximage.c | Kristian Høgsberg | |
2010-04-28 | mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable() | Kristian Høgsberg | |
2010-04-27 | es: Prefix the get* functions with _es1/2 so they don't conflict | Kristian Høgsberg | |
2010-04-27 | mesa: Move api_exec_es*.c into mesa/main | Kristian Høgsberg | |
This requires renaming a few functions to have unique names so that they can all live within the same driver. |