summaryrefslogtreecommitdiffstats
path: root/docs/opengles.html
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove GLES overlay.Chia-I Wu2011-01-101-3/+1
| | | | | | | 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.
* mesa/es: Merge back to core mesa.Chia-I Wu2010-05-121-4/+4
| | | | | | 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.
* docs: Update EGL and OpenGL ES docs.Chia-I Wu2010-05-081-34/+35
| | | | Update to reflect recent gles and mapi works.
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-221-1/+1
| | | | Simply the name to egl.
* docs: added target attribute to external URLsBrian Paul2010-01-211-1/+2
|
* docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu2010-01-211-2/+2
| | | | Update the instructions and add references to egl.html.
* docs: Add documentation for OpenGL ES.Chia-I Wu2010-01-121-0/+78
Signed-off-by: Chia-I Wu <[email protected]>