summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* state_trackers/dri: Convert to automakeMatt Turner2013-01-101-12/+0
|
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-261-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 / pipeGeorge Sapountzis2010-03-251-0/+1
| | | | They will be used by DRISW. Also, add destroy functions.
* st/dri: split out DRI2 codeGeorge Sapountzis2010-03-251-1/+2
|
* st/dri: Implement st_api.h callbacks.Chia-I Wu2010-03-181-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 Wu2010-03-181-1/+2
|
* gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom2009-04-281-1/+1
|
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-0/+28
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>