index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_queryobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move control flush into pipelined conditional render
Chris Wilson
2015-08-22
1
-14
/
+5
*
i965: Use updated kernel interface for accurate TIMESTAMP reads
Chris Wilson
2015-07-24
1
-3
/
+12
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-4
/
+14
*
i965: Flush batchbuffer containing the query on glQueryCounter.
Mathias Froehlich
2015-04-13
1
-0
/
+2
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-4
/
+0
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-2
/
+2
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.
Kenneth Graunke
2014-01-20
1
-5
/
+7
*
i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
2014-01-20
1
-44
/
+12
*
i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
2014-01-20
1
-10
/
+3
*
i965: Delete duplicate write_timestamp function.
Kenneth Graunke
2014-01-10
1
-5
/
+5
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-18
/
+10
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::stats_wm to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+6
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-9
/
+14
*
i965: Remove software geometry query code.
Kenneth Graunke
2013-05-21
1
-52
/
+0
*
i965: Rely on hardware contexts for query objects on Gen6+.
Kenneth Graunke
2013-05-20
1
-71
/
+53
*
mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions
Marek Olšák
2013-04-24
1
-0
/
+2
*
i965: Fix a mistake in the comments for software counters.
Kenneth Graunke
2013-04-22
1
-2
/
+2
*
i965: Don't fill buffer with zeroes.
Kenneth Graunke
2013-03-06
1
-6
/
+0
*
i965: Fix off-by-one in query object result gathering.
Kenneth Graunke
2013-03-06
1
-2
/
+2
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-1
/
+1
*
i965: Pull query BO reallocation out into a helper function.
Kenneth Graunke
2013-03-01
1
-23
/
+33
*
i965: Replace the global brw->query.bo variable with query->bo.
Kenneth Graunke
2013-03-01
1
-15
/
+7
*
i965: Turn if (query->bo) into an assertion.
Kenneth Graunke
2013-03-01
1
-5
/
+5
*
i965: Unify query object BO reallocation code.
Kenneth Graunke
2013-03-01
1
-11
/
+10
*
i965: Use query->last_index instead of the global brw->query.index.
Kenneth Graunke
2013-03-01
1
-6
/
+6
*
i965: Remove brw_query_object::first_index field as it's always 0.
Kenneth Graunke
2013-03-01
1
-4
/
+2
*
i965: Add a pile of comments to brw_queryobj.c.
Kenneth Graunke
2013-03-01
1
-16
/
+143
*
i965: Write TIMESTAMP query values into the first buffer element.
Kenneth Graunke
2013-03-01
1
-4
/
+3
*
i965: Implement the new QueryCounter() hook.
Kenneth Graunke
2013-03-01
1
-6
/
+21
*
i965: Force even an empty query to flush all previous queries.
Carl Worth
2013-01-15
1
-0
/
+17
*
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
2013-01-11
1
-0
/
+3
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
1
-17
/
+6
*
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2012-10-26
1
-4
/
+4
*
i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.
Eric Anholt
2012-10-22
1
-0
/
+12
*
i965: Stop flushing the batch on timestamp queries, too.
Eric Anholt
2012-10-19
1
-1
/
+0
*
i965: Don't flush the batch immediately on EndQuery.
Eric Anholt
2012-10-19
1
-5
/
+14
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
1
-0
/
+50
*
intel: Add performance debug for some common GPU stalls.
Eric Anholt
2012-08-12
1
-0
/
+6
*
i965: Rework the extra flushes surrounding occlusion queries.
Kenneth Graunke
2012-08-08
1
-7
/
+4
*
i965: Use 64-bit writes for occlusion queries.
Kenneth Graunke
2012-08-08
1
-2
/
+3
*
i965: Refactor depth count write PIPE_CONTROLs into a helper function.
Kenneth Graunke
2012-08-08
1
-68
/
+43
[next]