summaryrefslogtreecommitdiff
path: root/docs/opengles.html
AgeCommit message (Collapse)Author
2011-01-10mesa: Remove GLES overlay.Chia-I Wu
With core mesa doing runtime API checks, GLES overlay is no longer needed. Make --enable-gles-overlay equivalent to --enable-gles[12]. There may still be places where compile-time checks are done. They could be fixed case by case.
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu
With the omit list gone, there are not too many differences in building core mesa and ES overlay. Remove the mesa/es and build both of them in src/mesa/Makefile.
2010-05-08docs: Update EGL and OpenGL ES docs.Chia-I Wu
Update to reflect recent gles and mapi works.
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
Simply the name to egl.
2010-01-21docs: added target attribute to external URLsBrian Paul
2010-01-21docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu
Update the instructions and add references to egl.html.
2010-01-12docs: Add documentation for OpenGL ES.Chia-I Wu
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>