summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_query.c
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-251-2/+1
* winsys/radeon: simplify how value queries workMarek Olšák2011-07-251-2/+2
* r300g: cleanup render_condition a bitMarek Olšák2011-05-291-5/+3
* r300g: remove fake occlusion queries (debug option)Marek Olšák2011-05-291-56/+6
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-3/+2
* r300g: do not track whether occlusion queries have been flushedMarek Olšák2011-02-141-9/+5
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-5/+4
* r300g: simplify WRITE_RELOC API and cleanupMarek Olšák2011-02-101-5/+5
* r300g: optimize looping over atomsMarek Olšák2010-12-051-1/+1
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-031-0/+1
* r300g: fix conditional rendering in non-wait pathMarek Olšák2010-09-301-3/+3
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-2/+4
* glhd: Add query protection.Corbin Simpson2010-06-221-1/+3
* r300g: debug option for fake occlusion queriesMarek Olšák2010-06-181-6/+56
* r300g: rewrite occlusion queriesMarek Olšák2010-06-141-65/+44
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anythingMarek Olšák2010-05-281-2/+6
* r300g: remove r300_query.hMarek Olšák2010-05-251-1/+0
* r300g: remove unused r300_query::activeMarek Olšák2010-05-151-2/+0
* r300g: fix BO space accounting for occlusion queriesMarek Olšák2010-05-151-2/+0
* r300g: forbid overlapping queries and print error messagesMarek Olšák2010-05-151-1/+13
* r300g: Remove unnecessary headers.Vinson Lee2010-04-181-2/+0
* r300g: atomize beginning occlusion queryMarek Olšák2010-04-141-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+11
* r300g: simplify accessing screen from contextMarek Olšák2010-04-051-8/+8
* r300g: add conditional renderingMarek Olšák2010-04-041-0/+23
* r300g: print errors even on non-debug buildsMarek Olšák2010-03-271-2/+4
* r300g: fix glean occlusion query testDave Airlie2010-03-231-0/+2
* r300g: read occlusion query results from both Z pipes on RV530Marek Olšák2009-10-261-2/+8
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+7
* r300g: port over last parts of oq support.Dave Airlie2009-10-141-5/+2
* r300g: convert query to a state for emitting.Dave Airlie2009-10-141-2/+6
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-18/+24
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-0/+2
* r300g: Utilize DONTBLOCK.Corbin Simpson2009-08-181-8/+19
* r300g: Massively cleanup OQ.Corbin Simpson2009-08-181-18/+39
* r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson2009-04-041-4/+4
* r300-gallium: More query stuff.Corbin Simpson2009-03-171-6/+43
* r300-gallium: Initial, broken, query setup.Corbin Simpson2009-03-101-0/+74