summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/es
Commit message (Collapse)AuthorAgeFilesLines
* es: added -I$(TOP)/include pathBrian Paul2010-03-191-0/+1
|
* winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu2010-03-123-2/+13
| | | | | This is done by defining one of st_module_OpenGL_ES1, st_module_OpenGL_ES2, and st_module_OpenGL.
* st/es: Pass -linker and -ldflags to mklib.Chia-I Wu2010-01-231-2/+2
|
* st/es: Clean up install target.Chia-I Wu2010-01-121-7/+7
| | | | | | Use DESTDIR and MINSTALL. Signed-off-by: Chia-I Wu <[email protected]>
* st/es: Fix build issue after merge.Chia-I Wu2010-01-123-20/+20
| | | | | | | | In c847a13d38d4e8c5f4c386d060dcc8ec09e491a3, auxiliaries becomes a single library; In e388d62b4712bcd75cecad53f5ca20a2bb6f89b1, the default build is changed to have -fvisibility=hidden. Signed-off-by: Chia-I Wu <[email protected]>
* st/es: Add OpenGL ES state trackers.Chia-I Wu2009-11-053-0/+90
Signed-off-by: Chia-I Wu <[email protected]>