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: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-3
/
+5
*
i965: Shut up unused variable warnings.
Kenneth Graunke
2018-05-09
1
-6
/
+7
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-3
/
+3
*
i965: Allow old begin/end queryobj for gen4/5 with HW contexts
Chris Wilson
2017-12-15
1
-6
/
+0
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
1
-2
/
+2
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-10
/
+19
*
intel: common: express timestamps units in frequency
Lionel Landwerlin
2017-06-19
1
-1
/
+1
*
i965: Take a uint64_t immediate in emit_pipe_control_write
Jason Ekstrand
2017-06-14
1
-3
/
+2
*
i965/cnl: Implement depth count workaround
Ben Widawsky
2017-06-09
1
-0
/
+8
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-2
/
+1
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-14
/
+14
*
i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-19
/
+19
*
i965: Allow a per gen timebase scale factor
Robert Bragg
2017-03-17
1
-5
/
+53
*
i965: add plumbing for ARB_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
1
-0
/
+2
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
1
-1
/
+0
*
i965/sklgt4: Implement depth/timestamp write w/a
Ben Widawsky
2016-05-26
1
-4
/
+12
*
i965: Implement ARB_query_buffer_object for HSW+
Jordan Justen
2016-05-04
1
-2
/
+36
*
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
[next]