summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_query.c
AgeCommit message (Expand)Author
2011-02-14r300g: do not track whether occlusion queries have been flushedMarek Olšák
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák
2010-12-05r300g: optimize looping over atomsMarek Olšák
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák
2010-09-30r300g: fix conditional rendering in non-wait pathMarek Olšák
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-06-22glhd: Add query protection.Corbin Simpson
2010-06-18r300g: debug option for fake occlusion queriesMarek Olšák
2010-06-14r300g: rewrite occlusion queriesMarek Olšák
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-05-28r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anythingMarek Olšák
2010-05-25r300g: remove r300_query.hMarek Olšák
2010-05-15r300g: remove unused r300_query::activeMarek Olšák
2010-05-15r300g: fix BO space accounting for occlusion queriesMarek Olšák
2010-05-15r300g: forbid overlapping queries and print error messagesMarek Olšák
2010-04-18r300g: Remove unnecessary headers.Vinson Lee
2010-04-14r300g: atomize beginning occlusion queryMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-05r300g: simplify accessing screen from contextMarek Olšák
2010-04-04r300g: add conditional renderingMarek Olšák
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-03-23r300g: fix glean occlusion query testDave Airlie
2009-10-26r300g: read occlusion query results from both Z pipes on RV530Marek Olšák
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
2009-04-04r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson
2009-03-17r300-gallium: More query stuff.Corbin Simpson
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson