st/dri2: Add DRI2 a state tracker
authorJakob Bornecrantz <wallbraker@gmail.com>
Tue, 3 Mar 2009 02:22:05 +0000 (03:22 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Tue, 3 Mar 2009 02:22:05 +0000 (03:22 +0100)
commit1d060e36f248b2c1d2575d1e2cbd362b8345ae55
tree93ab507b1ecb643fcb3f3c8b42c401cade6df5b7
parentcc9fbb16a6787e03186926b7488bfcaaf41635d9
st/dri2: Add DRI2 a state tracker

This was based of the unfinnished code that Keith
Whitwell started on but never finnished. I moved
the code from the glx directory because dri drivers
can be used for more things then just glx.
src/gallium/state_trackers/dri2/Makefile [new file with mode: 0644]
src/gallium/state_trackers/dri2/dri_context.c [moved from src/gallium/state_trackers/glx/dri/dri_context.c with 80% similarity]
src/gallium/state_trackers/dri2/dri_context.h [moved from src/gallium/state_trackers/glx/dri/dri_context.h with 84% similarity]
src/gallium/state_trackers/dri2/dri_drawable.c [new file with mode: 0644]
src/gallium/state_trackers/dri2/dri_drawable.h [moved from src/gallium/state_trackers/glx/dri/dri_drawable.h with 77% similarity]
src/gallium/state_trackers/dri2/dri_extensions.c [moved from src/gallium/state_trackers/glx/dri/dri_extensions.c with 88% similarity]
src/gallium/state_trackers/dri2/dri_screen.c [moved from src/gallium/state_trackers/glx/dri/dri_screen.c with 54% similarity]
src/gallium/state_trackers/dri2/dri_screen.h [moved from src/gallium/state_trackers/glx/dri/dri_screen.h with 76% similarity]
src/gallium/state_trackers/glx/dri/dri_drawable.c [deleted file]
src/gallium/state_trackers/glx/dri/dri_lock.c [deleted file]