Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | mesa/es: Add APIspec.xml and its parser. | Chia-I Wu | |
APIspec.xml is based on APIspec.txt. The new format has less code duplications and should be easier to read. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-11-05 | mesa/es: Add support for GL_OES_draw_texture. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-11-05 | mesa/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. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> |