Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace: Add drm api integration | Jakob Bornecrantz | 2009-07-02 | 1 | -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 debugging | Jakob Bornecrantz | 2009-06-01 | 1 | -0/+1 |
| | |||||
* | trace: Export enabled status | Jakob Bornecrantz | 2009-05-16 | 1 | -1/+1 |
| | |||||
* | trace: Put shaders on a list in the context | Jakob Bornecrantz | 2009-05-16 | 1 | -0/+1 |
| | |||||
* | trace: Move state dump functions to tr_dump_state.[c|h] | Jakob Bornecrantz | 2009-05-16 | 1 | -1/+1 |
| | |||||
* | trace: Wrap pipe_buffers | Jakob Bornecrantz | 2009-03-12 | 1 | -0/+1 |
| | |||||
* | trace: Move buffer functions from winsys to screen | Jakob Bornecrantz | 2009-03-11 | 1 | -2/+1 |
| | |||||
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -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 winsys | Keith Whitwell | 2009-01-08 | 1 | -0/+18 |
Place in new xlib state-tracker. This is a statetracker for the GLX API. |