summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin1-2/+2
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-10/+19
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin1-1/+1
2017-06-14i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand1-3/+2
2017-06-09i965/cnl: Implement depth count workaroundBen Widawsky1-0/+8
2017-06-06i965: Add and use brw_bo_map()Matt Turner1-1/+1
2017-06-06i965: Pass flags to brw_bo_map_*Matt Turner1-1/+1
2017-06-06i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner1-1/+1
2017-06-06i965: Remove brw_bo's virtual memberMatt Turner1-2/+1
2017-04-10i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-14/+14
2017-04-10i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke1-3/+3
2017-04-10i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-19/+19
2017-03-17i965: Allow a per gen timebase scale factorRobert Bragg1-5/+53
2017-02-21i965: add plumbing for ARB_transform_feedback_overflow_query.Rafael Antognolli1-0/+2
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-1/+1
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-05-26i965/sklgt4: Implement depth/timestamp write w/aBen Widawsky1-4/+12
2016-05-04i965: Implement ARB_query_buffer_object for HSW+Jordan Justen1-2/+36
2015-08-22i965: Move control flush into pipelined conditional renderChris Wilson1-14/+5
2015-07-24i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson1-3/+12
2015-05-12i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts1-4/+14
2015-04-13i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich1-0/+2
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2015-02-17i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke1-4/+0
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-2/+2
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-2/+2
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-6/+3
2014-01-20i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.Kenneth Graunke1-5/+7
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke1-44/+12
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL flushes.Kenneth Graunke1-10/+3
2014-01-10i965: Delete duplicate write_timestamp function.Kenneth Graunke1-5/+5
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-18/+10
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::hw_ctx to brw_context.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-6/+6
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-9/+14
2013-05-21i965: Remove software geometry query code.Kenneth Graunke1-52/+0
2013-05-20i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke1-71/+53
2013-04-24mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák1-0/+2
2013-04-22i965: Fix a mistake in the comments for software counters.Kenneth Graunke1-2/+2
2013-03-06i965: Don't fill buffer with zeroes.Kenneth Graunke1-6/+0
2013-03-06i965: Fix off-by-one in query object result gathering.Kenneth Graunke1-2/+2
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-1/+1
2013-03-01i965: Pull query BO reallocation out into a helper function.Kenneth Graunke1-23/+33
2013-03-01i965: Replace the global brw->query.bo variable with query->bo.Kenneth Graunke1-15/+7