summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-1/+1
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-191-1/+0
* i965/sklgt4: Implement depth/timestamp write w/aBen Widawsky2016-05-261-4/+12
* i965: Implement ARB_query_buffer_object for HSW+Jordan Justen2016-05-041-2/+36
* i965: Move control flush into pipelined conditional renderChris Wilson2015-08-221-14/+5
* i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson2015-07-241-3/+12
* i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts2015-05-121-4/+14
* i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich2015-04-131-0/+2
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-2/+2
* i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke2015-02-171-4/+0
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-2/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-6/+3
* i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.Kenneth Graunke2014-01-201-5/+7
* i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke2014-01-201-44/+12
* i965: Create a helper function for emitting PIPE_CONTROL flushes.Kenneth Graunke2014-01-201-10/+3
* i965: Delete duplicate write_timestamp function.Kenneth Graunke2014-01-101-5/+5
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-18/+10
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::hw_ctx to brw_context.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke2013-07-091-6/+6
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-9/+14
* i965: Remove software geometry query code.Kenneth Graunke2013-05-211-52/+0
* i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke2013-05-201-71/+53
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-241-0/+2
* i965: Fix a mistake in the comments for software counters.Kenneth Graunke2013-04-221-2/+2
* i965: Don't fill buffer with zeroes.Kenneth Graunke2013-03-061-6/+0
* i965: Fix off-by-one in query object result gathering.Kenneth Graunke2013-03-061-2/+2
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-1/+1
* i965: Pull query BO reallocation out into a helper function.Kenneth Graunke2013-03-011-23/+33
* i965: Replace the global brw->query.bo variable with query->bo.Kenneth Graunke2013-03-011-15/+7
* i965: Turn if (query->bo) into an assertion.Kenneth Graunke2013-03-011-5/+5
* i965: Unify query object BO reallocation code.Kenneth Graunke2013-03-011-11/+10
* i965: Use query->last_index instead of the global brw->query.index.Kenneth Graunke2013-03-011-6/+6
* i965: Remove brw_query_object::first_index field as it's always 0.Kenneth Graunke2013-03-011-4/+2
* i965: Add a pile of comments to brw_queryobj.c.Kenneth Graunke2013-03-011-16/+143
* i965: Write TIMESTAMP query values into the first buffer element.Kenneth Graunke2013-03-011-4/+3
* i965: Implement the new QueryCounter() hook.Kenneth Graunke2013-03-011-6/+21
* i965: Force even an empty query to flush all previous queries.Carl Worth2013-01-151-0/+17
* i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVEIan Romanick2013-01-111-0/+3
* i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt2012-10-261-17/+6
* i965: Rename misleading "active" field of brw->query.Eric Anholt2012-10-261-4/+4
* i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt2012-10-221-0/+12
* i965: Stop flushing the batch on timestamp queries, too.Eric Anholt2012-10-191-1/+0
* i965: Don't flush the batch immediately on EndQuery.Eric Anholt2012-10-191-5/+14
* i965: Rewrite the comment describing the query object support.Eric Anholt2012-08-261-10/+12
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-261-0/+50