summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* trace: Add drm api integrationJakob Bornecrantz2009-07-021-0/+1
| | | | | | This is okay since drm_api.h doesn't have any external dependancies, one could make it only compile on platforms that support drm.
* trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz2009-06-011-0/+1
|
* trace: Export enabled statusJakob Bornecrantz2009-05-161-1/+1
|
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-161-0/+1
|
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-1/+1
|
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-0/+1
|
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-2/+1
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-5/+1
| | | | | | | | The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles.
* gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-0/+18
Place in new xlib state-tracker. This is a statetracker for the GLX API.