Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-05 | scons: Detabify | Jakob Bornecrantz | |
Drivers scons files for a later time | |||
2010-03-26 | swrastg: Build with scons | Jakob Bornecrantz | |
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-30 | gallium: Add SCons build support for the DRI state tracker. | Michel Dänzer | |