summaryrefslogtreecommitdiffstats
path: root/src/mapi/es2api
Commit message (Collapse)AuthorAgeFilesLines
* es2api: Add GL ES 3 headersMatt Turner2012-10-161-0/+5
|
* build: Fix installation of GLES2 headersMatt Turner2012-08-231-6/+5
| | | | | Reported-by: U. Artie Eoff <[email protected]> Tested-by: U. Artie Eoff <[email protected]>
* build: Fix GLES linkage with libglapiMatt Turner2012-08-231-1/+1
| | | | Reported-by: Ian Romanick <[email protected]>
* automake: convert es2apiMatt Turner2012-08-234-12/+67
|
* add machine generated files to .gitignoreTim Wiederhake2011-01-241-0/+1
| | | | Signed-off-by: Brian Paul <[email protected]>
* Add machine generated files to .gitignoretwied2011-01-191-0/+3
|
* mapi: Add install rules for OpenGL ES.Chia-I Wu2010-05-081-0/+12
| | | | Move the install rules for OpenGL ES from src/mesa/Makefile to mapi.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+3
Move glapi to src/mapi/{glapi,es1api,es2api}.