summaryrefslogtreecommitdiff
path: root/src/gallium/include/state_tracker
AgeCommit message (Collapse)Author
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz
2009-02-27Include p_compiler.h in drm_api.h for boolean typedef.Corbin Simpson
2009-02-27st/drm: Seperate get handle for global buffer idsJakob Bornecrantz
2009-02-25st/drm: Bring drm_api.h up to date with latest changesJakob Bornecrantz
2009-01-18egl: Add a egl state_tracker that use GalliumJakob Bornecrantz
This works on top Gallium and KMS. The only thing that does not work currently is swap buffers for shown mesa screens. So the only fun thing this will produce is a white screen. The driver wishing to us the state_tracker needs to implement the intrace as define in drm_api.h located in gallium/include/state_tracker. And also have a working KMS implementation.