r600g: release query buffers in destroy_query
[mesa.git] / src / gallium / drivers / r600 / r600_query.c
2012-03-05 Marek Olšákr600g: release query buffers in destroy_query
2012-03-05 Marek Olšákr600g: move all query code into r600_query.c
2012-02-23 Marek Olšákr600g: rework queries
2012-02-21 Marek Olšákr600g: add a depth misc state which depends on occlusio...
2012-01-31 Marek Olšákr600g: merge r600_context with r600_pipe_context
2011-12-17 Marek Olšákr600g: implement transform feedback
2011-11-10 Marek Olšákr600g: the type of OCCLUSION_PREDICATE result should...
2011-10-30 Marek Olšákr600g: reset the render condition to NULL when renderin...
2011-10-28 Marek Olšákr600g: only maintain the list of active queries
2011-09-12 Marek Olšákr600g: inline some of the winsys r600_get functions
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Vadim Girlinr600g: fix queries and predication
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-05 Vadim Girlinr600g: reduce flushes for queries
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-15 Marek Olšákr600g: disable render condition for some blitter operations
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Dave Airlier600g: add NV_conditional_render support.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-29 Jerome Glisser600g: cleanup
2010-09-29 Jerome Glisser600g: delete old path
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-17 Dave Airlier600g: hide radeon_ctx inside winsys.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Tilman Sauerbeckr600g: Don't leave stale references in query_list when...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-25 Jerome Glisser600g: simplify states
2010-08-20 Dave Airlier600g: add occlusion query support
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Zack Rusingallium: adjust the query interface to support custom...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 Vinson Leer600g: Remove unnecessary headers.
2010-05-27 Jerome Glisser600g: Initial import