Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-28 | drm_api: Operate on textures instead of buffers | Jakob 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-11 | gallium/trace: remove stray semicolons | Brian Paul | |
2009-08-05 | trace: Use correct texture in drm_api wrapper | Jakob Bornecrantz | |
2009-07-02 | trace: Add drm api integration | Jakob 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. |