i965/sklgt4: Implement depth/timestamp write w/a
[mesa.git] / src / mesa / drivers / dri / i965 / brw_queryobj.c
2016-05-26 Ben Widawskyi965/sklgt4: Implement depth/timestamp write w/a
2016-05-04 Jordan Justeni965: Implement ARB_query_buffer_object for HSW+
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-22 Chris Wilsoni965: Move control flush into pipelined conditional...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-24 Chris Wilsoni965: Use updated kernel interface for accurate TIMESTA...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-04-13 Mathias Froehlichi965: Flush batchbuffer containing the query on glQuery...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-01-20 Kenneth Graunkei965: Re-combine the Gen4-5 and Gen6+ write_depth_count...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::stats_wm to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-05-21 Kenneth Graunkei965: Remove software geometry query code.
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
2013-04-22 Kenneth Graunkei965: Fix a mistake in the comments for software counters.
2013-03-06 Kenneth Graunkei965: Don't fill buffer with zeroes.
2013-03-06 Kenneth Graunkei965: Fix off-by-one in query object result gathering.
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-02 Kenneth Graunkei965: Pull query BO reallocation out into a helper...
2013-03-02 Kenneth Graunkei965: Replace the global brw->query.bo variable with...
2013-03-02 Kenneth Graunkei965: Turn if (query->bo) into an assertion.
2013-03-02 Kenneth Graunkei965: Unify query object BO reallocation code.
2013-03-02 Kenneth Graunkei965: Use query->last_index instead of the global brw...
2013-03-02 Kenneth Graunkei965: Remove brw_query_object::first_index field as...
2013-03-02 Kenneth Graunkei965: Add a pile of comments to brw_queryobj.c.
2013-03-02 Kenneth Graunkei965: Write TIMESTAMP query values into the first buffe...
2013-03-02 Kenneth Graunkei965: Implement the new QueryCounter() hook.
2013-01-15 Carl Worthi965: Force even an empty query to flush all previous...
2013-01-11 Ian Romanicki965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-10-26 Eric Anholti965: Rename misleading "active" field of brw->query.
2012-10-23 Eric Anholti965: Actually add support for GL_ANY_SAMPLES_PASSED...
2012-10-19 Eric Anholti965: Stop flushing the batch on timestamp queries...
2012-10-19 Eric Anholti965: Don't flush the batch immediately on EndQuery.
2012-08-26 Eric Anholti965: Rewrite the comment describing the query object...
2012-08-26 Eric Anholti965/gen6+: Add support for GL_ARB_timer_query.
2012-08-13 Eric Anholtintel: Add performance debug for some common GPU stalls.
2012-08-09 Kenneth Graunkei965: Rework the extra flushes surrounding occlusion...
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for occlusion queries.
2012-08-08 Kenneth Graunkei965: Refactor depth count write PIPE_CONTROLs into...
2012-08-08 Kenneth Graunkei965: Emit a CS stall before timestamp writes.
2012-08-08 Kenneth Graunkei965: Use 64-bit writes for timestamp queries.
2012-08-08 Kenneth Graunkei965: Refactor timestamp write PIPE_CONTROLs into a...
2012-08-08 Kenneth Graunkeintel: Make the length for PIPE_CONTROL explicit.
2012-07-02 Jordan Justeni965: fix transform feedback with primitive restart
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
2011-12-20 Paul Berryi965: Convert if/else to switch statements in brw_query...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-10 Zou Nan haii965: Fix timer query on gen6+
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-28 Zhenyu Wangi965: Fix occlusion query on sandybridge
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-28 Zhenyu Wangi965: fix occlusion query on sandybridge
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-26 Eric Anholti965: Add support for EXT_timer_query on Ironlake.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-16 Eric Anholti965: Remove the half-baked code for multiple OQs at...
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
next