aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-3/+5
* i965: Shut up unused variable warnings.Kenneth Graunke2018-05-091-6/+7
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-3/+3
* i965: Allow old begin/end queryobj for gen4/5 with HW contextsChris Wilson2017-12-151-6/+0
* i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin2017-08-301-2/+2
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-10/+19
* intel: common: express timestamps units in frequencyLionel Landwerlin2017-06-191-1/+1
* i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand2017-06-141-3/+2
* i965/cnl: Implement depth count workaroundBen Widawsky2017-06-091-0/+8
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-1/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-1/+1
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-1/+1
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-2/+1
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-14/+14
* i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke2017-04-101-3/+3
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-19/+19
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-171-5/+53
* i965: add plumbing for ARB_transform_feedback_overflow_query.Rafael Antognolli2017-02-211-0/+2
* 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