Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | state_trackers/dri: Convert to automake | Matt Turner | 2013-01-10 | 1 | -12/+0 |
| | |||||
* | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | 2010-03-26 | 1 | -28/+8 |
| | | | | | | | | | | 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/* | ||||
* | st/dri: export DRI1 surface / pipe | George Sapountzis | 2010-03-25 | 1 | -0/+1 |
| | | | | They will be used by DRISW. Also, add destroy functions. | ||||
* | st/dri: split out DRI2 code | George Sapountzis | 2010-03-25 | 1 | -1/+2 |
| | |||||
* | st/dri: Implement st_api.h callbacks. | Chia-I Wu | 2010-03-18 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | st/dri: Move DRI1 bits in dri_screen.c to dri1.c. | Chia-I Wu | 2010-03-18 | 1 | -1/+2 |
| | |||||
* | gallium: Rename the dri state tracker lib to libdridrm.a | Thomas Hellstrom | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | gallium: Move the dri2 state tracker since we're about to extend it to dri1. | Thomas Hellstrom | 2009-04-28 | 1 | -0/+28 |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> |