summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_query.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-15r600g: fix queries and predicationVadim Girlin1-5/+10
2011-07-05r600g: reduce flushes for queriesVadim Girlin1-4/+1
2011-06-15r600g: disable render condition for some blitter operationsMarek Olšák1-0/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-03-01r600g: add NV_conditional_render support.Dave Airlie1-0/+28
2010-09-29r600g: more cleanupJerome Glisse1-5/+1
2010-09-29r600g: cleanupJerome Glisse1-0/+80
2010-09-29r600g: delete old pathJerome Glisse1-251/+0
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse1-1/+1
2010-09-19r600g: Fix false and true.Corbin Simpson1-3/+3
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet1-1/+0
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie1-2/+2
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie1-8/+7
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie1-8/+8
2010-09-10r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck1-1/+3
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse1-28/+20
2010-08-30r600g: fixup states generation in winsys.Dave Airlie1-2/+2
2010-08-27Revert "r600g: simplify states"Dave Airlie1-4/+2
2010-08-25r600g: simplify statesJerome Glisse1-2/+4
2010-08-20r600g: add occlusion query supportDave Airlie1-7/+201
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+1
2010-05-30r600g: Remove unnecessary headers.Vinson Lee1-1/+0
2010-05-27r600g: Initial importJerome Glisse1-0/+66