summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_query.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-23r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer1-1/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-3/+4
2013-01-07radeon/winsys: move radeon family/class identification to winsysJerome Glisse1-1/+1
2012-12-12winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák1-2/+2
2012-04-29winsys/radeon: simplify buffer map/unmap functionsMarek Olšák1-2/+2
2012-03-30r300g: cleanup after get_query_result changeMarek Olšák1-10/+13
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-2/+2
2011-12-24winsys/radeon: move managing GEM domains back to driversMarek Olšák1-1/+1
2011-11-10r300g: fix query result of GPU_FINISHEDMarek Olšák1-1/+1
2011-11-10r300g: implement PIPE_QUERY_GPU_FINISHEDMarek Olšák1-4/+35
2011-11-10r300g: implement PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák1-1/+5
2011-11-02r300g: Fix queries on big endian hosts.Michel Dänzer1-1/+2
2011-10-28r300g: remove useless codeMarek Olšák1-5/+1
2011-09-30winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák1-2/+1
2011-07-25winsys/radeon: remove usage parameter from buffer_createMarek Olšák1-2/+1
2011-07-25winsys/radeon: simplify how value queries workMarek Olšák1-2/+2
2011-05-29r300g: cleanup render_condition a bitMarek Olšák1-5/+3
2011-05-29r300g: remove fake occlusion queries (debug option)Marek Olšák1-56/+6
2011-04-18r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák1-3/+2
2011-02-14r300g: do not track whether occlusion queries have been flushedMarek Olšák1-9/+5
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák1-5/+4
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák1-5/+5
2010-12-05r300g: optimize looping over atomsMarek Olšák1-1/+1
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák1-0/+1
2010-09-30r300g: fix conditional rendering in non-wait pathMarek Olšák1-3/+3
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák1-2/+4
2010-06-22glhd: Add query protection.Corbin Simpson1-1/+3
2010-06-18r300g: debug option for fake occlusion queriesMarek Olšák1-6/+56
2010-06-14r300g: rewrite occlusion queriesMarek Olšák1-65/+44
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+2
2010-05-28r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anythingMarek Olšák1-2/+6
2010-05-25r300g: remove r300_query.hMarek Olšák1-1/+0
2010-05-15r300g: remove unused r300_query::activeMarek Olšák1-2/+0
2010-05-15r300g: fix BO space accounting for occlusion queriesMarek Olšák1-2/+0
2010-05-15r300g: forbid overlapping queries and print error messagesMarek Olšák1-1/+13
2010-04-18r300g: Remove unnecessary headers.Vinson Lee1-2/+0
2010-04-14r300g: atomize beginning occlusion queryMarek Olšák1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-10/+11
2010-04-05r300g: simplify accessing screen from contextMarek Olšák1-8/+8
2010-04-04r300g: add conditional renderingMarek Olšák1-0/+23
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák1-2/+4
2010-03-23r300g: fix glean occlusion query testDave Airlie1-0/+2
2009-10-26r300g: read occlusion query results from both Z pipes on RV530Marek Olšák1-2/+8
2009-10-21r300g: Cleanup header includes.Corbin Simpson1-1/+7
2009-10-14r300g: port over last parts of oq support.Dave Airlie1-5/+2
2009-10-14r300g: convert query to a state for emitting.Dave Airlie1-2/+6
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie1-18/+24
2009-09-06r300g: Fix a number of warningsNicolai Hähnle1-0/+2
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson1-8/+19