summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_drm.c
AgeCommit message (Collapse)Author
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
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.
2009-08-11gallium/trace: remove stray semicolonsBrian Paul
2009-08-05trace: Use correct texture in drm_api wrapperJakob Bornecrantz
2009-07-02trace: Add drm api integrationJakob Bornecrantz
This is okay since drm_api.h doesn't have any external dependancies, one could make it only compile on platforms that support drm.