aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_query.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-291-4/+4
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-311-29/+29
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* r600g: implement pipeline statistics queryMarek Olšák2013-04-161-0/+95
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-161-0/+9
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-261-0/+16
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-261-5/+39
* r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_endMartin Andersson2013-03-251-2/+3
* r600g: add multi ring support with dma as first second ring v4Jerome Glisse2013-01-281-12/+12
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-211-32/+4
* r600g: inline r600_atom_dirtyMarek Olšák2012-10-101-1/+1
* r600g: ensure PERFECT_ZPASS+NOOP_CULL_DISABLE are 0 for blits+decompressionMarek Olšák2012-10-061-23/+22
* r600g: implement timestamp query and get_timestamp hookMarek Olšák2012-08-151-1/+16
* winsys/radeon: simplify buffer map/unmap functionsMarek Olšák2012-04-291-6/+6
* u_vbuf: remove u_vbuf_resourceMarek Olšák2012-04-241-2/+2
* r600g: cleanup after get_query_result changeMarek Olšák2012-03-301-29/+9
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* r600g: replace atom_ prefix with _state and _cmd suffixesMarek Olšák2012-03-051-3/+3
* r600g: move r600_context_bo_reloc to r600_pipe.hMarek Olšák2012-03-051-1/+0
* winsys/radeon: add usage parameter to cs_is_buffer_referencedMarek Olšák2012-03-051-1/+1
* r600g: correctly handle queries which don't need begin_queryMarek Olšák2012-03-051-6/+27
* r600g: don't suspend timer queries for u_blitterMarek Olšák2012-03-051-9/+52
* r600g: release query buffers in destroy_queryMarek Olšák2012-03-051-0/+9
* r600g: move all query code into r600_query.cMarek Olšák2012-03-051-27/+408
* r600g: rework queriesMarek Olšák2012-02-231-11/+27
* r600g: add a depth misc state which depends on occlusion queriesMarek Olšák2012-02-211-0/+23
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-311-19/+19
* r600g: implement transform feedbackMarek Olšák2011-12-171-1/+15
* r600g: the type of OCCLUSION_PREDICATE result should be booleanMarek Olšák2011-11-111-2/+2
* r600g: reset the render condition to NULL when rendering unconditionallyMarek Olšák2011-10-301-1/+5
* r600g: only maintain the list of active queriesMarek Olšák2011-10-281-1/+4
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-121-1/+1
* r600g: fix queries and predicationVadim Girlin2011-07-151-5/+10
* r600g: reduce flushes for queriesVadim Girlin2011-07-051-4/+1
* r600g: disable render condition for some blitter operationsMarek Olšák2011-06-151-0/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* r600g: add NV_conditional_render support.Dave Airlie2011-03-011-0/+28
* r600g: more cleanupJerome Glisse2010-09-291-5/+1
* r600g: cleanupJerome Glisse2010-09-291-0/+80
* r600g: delete old pathJerome Glisse2010-09-291-251/+0
* r600g: use pipe context for flushing inside mapJerome Glisse2010-09-201-1/+1
* r600g: Fix false and true.Corbin Simpson2010-09-191-3/+3
* r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-191-1/+0
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-171-2/+2
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-8/+7
* r600g: hide radeon_ctx inside winsys.Dave Airlie2010-09-171-8/+8
* r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck2010-09-101-1/+3
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-28/+20
* r600g: fixup states generation in winsys.Dave Airlie2010-08-301-2/+2
* Revert "r600g: simplify states"Dave Airlie2010-08-271-4/+2