summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_drm.c
Commit message (Collapse)AuthorAgeFilesLines
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-56/+31
| | | | | | | | | Most use cases just got the buffer from the texture and then called into one of the get_handle functions. Also with this patch it would be easier to move to a generic function for getting handles from textures and textures from handles, that is exposed via the screen.
* gallium/trace: remove stray semicolonsBrian Paul2009-08-111-2/+2
|
* trace: Use correct texture in drm_api wrapperJakob Bornecrantz2009-08-051-1/+1
|
* trace: Add drm api integrationJakob Bornecrantz2009-07-021-0/+211
This is okay since drm_api.h doesn't have any external dependancies, one could make it only compile on platforms that support drm.