summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/id_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/identity: remove stray semicolonsBrian Paul
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz