summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_screen.c
Commit message (Collapse)AuthorAgeFilesLines
...
* st/dri: Fix last depth bits logicJakob Bornecrantz2009-06-271-2/+2
|
* st/dri: Fix typo when checking for depth formatsJakob Bornecrantz2009-06-221-1/+1
|
* gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom2009-06-171-25/+60
| | | | | | | | | | | | This is done when constructing the fbconfigs, and the result is saved for window system framebuffer creation. Note: For dri2 the server needs to have an identical format selection logic. Otherwise the dri state-tracker and the xorg driver (state-tracker) will disagree on which format to use for the attachments. Some more work is needed in this area. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
* gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom2009-04-281-90/+74
|
* gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom2009-04-281-13/+74
| | | | Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-0/+239
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>