summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_query.c
AgeCommit message (Collapse)Author
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
Add support for begin/end in each CS so we don't get any other processes rendering in between. TODO: blame other parts of driver for this not working like Z.
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
This means we don't emit in the begin query but when we have to flush. Similiar to classic. TODO: make query object actually work.
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
1: add rv530 support - num z pipes cap - add proper start/finish query options for rv530 2: convert to use linked list properly. 3: add flushing required check. 4: initial Z top disabling support. TODO: make it actually work on my rv530.
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
Seriously guys....
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson
Also ALGYRHYTHMS.
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
Still broken, but compiles cleaner, behaves better, etc.
2009-04-04r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson
2009-03-17r300-gallium: More query stuff.Corbin Simpson
Should work, but doesn't. At least it doesn't hardlock.
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson
Not going to bother unbreaking it here until it's unbroken elsewhere.