summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Allow state trackers to install files.Chia-I Wu2009-11-061-1/+5
| | | | | | State trackers like es or vega need to install their libraries. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
* gallium: Introduce new subdirs build variablesJakob Bornecrantz2009-02-101-1/+1
| | | | (based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
* gallium: Don't build egl state_trackerJakob Bornecrantz2009-01-301-1/+1
|
* gallium: Build EGL st when build glx stJakob Bornecrantz2009-01-281-1/+1
|
* xlib: move state tracker to glx/xlibKeith Whitwell2009-01-091-1/+1
| | | | Also, remove makefile hacks.
* gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-0/+25
Place in new xlib state-tracker. This is a statetracker for the GLX API.