summaryrefslogtreecommitdiff
path: root/src/mesa/es
AgeCommit message (Collapse)Author
2009-09-14es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu
Update default extensions and add DrawTex driver function.
2009-09-13es/main: Better glGetString support.Chia-I Wu
2009-09-13es/glapi: Remove unnecessary extensions from es_COMPAT.Chia-I Wu
After disabling FEATURE_beginend, many of the extensions defined for compatibility are not needed anymore.
2009-09-12mesa/es: Add OpenGL ES overlay.Chia-I Wu
This is primitive support for OpenGL ES. It uses a subset of mesa sources to build libesXgallium.a and libesXapi.a, where X is 1 for OpenGL ES 1.x, 2 for OpenGL ES 2.x. The static libraries serve the same purpose as libmesagallium.a and libglapi.a do for OpenGL. This is based on the work of opengl-es branch.
2009-09-12mesa/es: Add OpenGL ES XMLs.Chia-I Wu