Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | |
In short: git mv ../drisw/Makefile dri/sw git mv drisw.[c|h] sw git mv dri2.[c|h] dri1.[c|h] Makefile drm git rm ../drisw ln -s <common files> drm/* ln -s <common files> sw/* | |||
2010-03-25 | st/dri: export DRI1 surface / pipe | George Sapountzis | |
They will be used by DRISW. Also, add destroy functions. | |||
2010-03-25 | st/dri: split out DRI2 code | George Sapountzis | |
2010-03-18 | st/dri: Implement st_api.h callbacks. | Chia-I Wu | |
This commit adds dri_st_api.c that implements st_api.h callbacks. A following commit will switch st/dri from st_public.h to st_api.h. | |||
2010-03-18 | st/dri: Move DRI1 bits in dri_screen.c to dri1.c. | Chia-I Wu | |
2009-04-28 | gallium: Rename the dri state tracker lib to libdridrm.a | Thomas Hellstrom | |
2009-04-28 | gallium: Move the dri2 state tracker since we're about to extend it to dri1. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> |