summaryrefslogtreecommitdiffstats
path: root/docs/opengles.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: https all the links \o/Eric Engestrom2017-02-091-2/+2
| | | | | | | | | Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: fix misspellingsNathan Kidd2014-01-061-2/+2
| | | | | | | Fixed what I noticed; no warranty for exhaustiveness. Signed-off-by: Nathan Kidd <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: remove obsolete target attributeAndreas Boll2012-09-191-2/+2
|
* docs: add new iframe layoutAndreas Boll2012-09-191-0/+8
|
* docs: consolidate html header and footerAndreas Boll2012-06-121-6/+7
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
* docs: update EGL for changed configure optionsChia-I Wu2011-06-201-18/+1
|
* 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]>