summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
Commit message (Collapse)AuthorAgeFilesLines
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-30/+30
| | | | | more consistent with rest of gallium naming conventions. Also rename driver-internal names for these the same.
* rbug: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
|
* rbug: add set sample mask passthrough.Dave Airlie2010-05-261-0/+12
| | | | | | This at least stops rbug segfaulting at startup. Signed-off-by: Dave Airlie <[email protected]>
* rbug: fix breakage due to interface changesRoland Scheidegger2010-05-212-42/+56
|
* rbug: remove extra semicolonBrian Paul2010-05-171-1/+1
|
* rbug: Update and add READMEsJakob Bornecrantz2010-05-121-0/+58
|
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-122-0/+9
| | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
* rbug: Use container of macroJakob Bornecrantz2010-05-121-7/+10
|
* rbug: Fix draw blockingJakob Bornecrantz2010-05-123-2/+84
|
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-124-19/+39
|
* rbug: Fix shadersJakob Bornecrantz2010-05-125-36/+188
|
* rbug: Break out of traceJakob Bornecrantz2010-05-1210-0/+2797