nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri / i965 / brw_queryobj.c
2019-08-07 Yevhenii Kolesnikovmesa: use _mesa_delete_query in drivers
2019-07-22 Sergii Romantsovi965: free object labels when deleting
2019-04-17 Lionel Landwerlini965: move brw_timebase_scale to device info
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-09 Kenneth Graunkei965: Shut up unused variable warnings.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2017-12-15 Chris Wilsoni965: Allow old begin/end queryobj for gen4/5 with...
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-06-19 Lionel Landwerlinintel: common: express timestamps units in frequency
2017-06-14 Jason Ekstrandi965: Take a uint64_t immediate in emit_pipe_control_write
2017-06-09 Ben Widawskyi965/cnl: Implement depth count workaround
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-17 Robert Braggi965: Allow a per gen timebase scale factor
2017-02-22 Rafael Antognollii965: add plumbing for ARB_transform_feedback_overflow_...
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-08-19 Jason Ekstrandi965: Roll intel_reg.h into brw_defines.h
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...
next