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
/
intel_batchbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop some more dead code from the old CACHED_BATCH feature.
Eric Anholt
2014-03-18
1
-27
/
+0
*
i965: Fix render-to-texture in non-FinishRenderTexture cases.
Eric Anholt
2014-03-06
1
-0
/
+4
*
i965: Only emit VS state pipe control workaround on IVB and BYT.
Kenneth Graunke
2014-02-27
1
-1
/
+1
*
i965: Implement a CS stall workaround on Broadwell.
Kenneth Graunke
2014-02-20
1
-0
/
+36
*
i965: Implement a brw_load_register_mem helper function.
Kenneth Graunke
2014-02-07
1
-0
/
+25
*
i965: Bump generation assertions on workaround flushes.
Kenneth Graunke
2014-01-31
1
-2
/
+2
*
i965: Update PIPE_CONTROL packet lengths for Broadwell.
Kenneth Graunke
2014-01-20
1
-2
/
+20
*
i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
2014-01-20
1
-38
/
+50
*
i965: Use full-length PIPE_CONTROL packets for workaround writes.
Kenneth Graunke
2014-01-20
1
-6
/
+9
*
i965: Emit full-length PIPE_CONTROLs for (non-write) flushes.
Kenneth Graunke
2014-01-20
1
-2
/
+3
*
i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
2014-01-20
1
-67
/
+58
*
i965: Introduce an OUT_RELOC64 macro.
Kenneth Graunke
2014-01-20
1
-0
/
+24
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
1
-3
/
+3
*
i965: Delete intel_batchbuffer_emit_reloc_fenced.
Kenneth Graunke
2014-01-20
1
-25
/
+0
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
1
-42
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
Revert "i965: Move brw_emit_query_begin() to the render ring prelude."
Kenneth Graunke
2013-12-03
1
-7
/
+1
*
i965: Take "bookend" OA snapshots at the start/end of each batch.
Kenneth Graunke
2013-11-21
1
-2
/
+2
*
i965: Start and stop OA counters as necessary.
Kenneth Graunke
2013-11-21
1
-0
/
+7
*
i965: Periodically dump the list of monitors if INTEL_DEBUG=perfmon.
Kenneth Graunke
2013-11-21
1
-0
/
+3
*
i965: Move brw_emit_query_begin() to the render ring prelude.
Kenneth Graunke
2013-11-21
1
-0
/
+8
*
i965: Introduce a "render ring prelude" hook.
Kenneth Graunke
2013-11-21
1
-0
/
+5
*
i965: Introduce an UNKNOWN_RING state.
Kenneth Graunke
2013-11-21
1
-0
/
+8
*
i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.
Kenneth Graunke
2013-11-21
1
-8
/
+7
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-0
/
+30
*
i965: Rework brw_new_batch to actually start a new batch.
Kenneth Graunke
2013-11-15
1
-4
/
+5
*
i965: Move cache_used_by_gpu flag setting to brw_finish_batch.
Kenneth Graunke
2013-11-15
1
-6
/
+6
*
i965: Un-virtualize brw_new_batch().
Kenneth Graunke
2013-10-17
1
-1
/
+42
*
i965: Un-virtualize brw_finish_batch().
Kenneth Graunke
2013-10-17
1
-2
/
+22
*
i965: Move need_workaround_flush = true to intel_batchbuffer_init.
Kenneth Graunke
2013-10-13
1
-0
/
+2
*
i965: Add missing state reset at the end of blorp.
Eric Anholt
2013-08-30
1
-5
/
+5
*
i965: Dump more information about batch buffer usage.
Kenneth Graunke
2013-08-16
1
-3
/
+10
*
i965: Cite the Ivybridge PRM for VS PIPE_CONTROL workarounds.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-11
/
+6
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+3
*
i965: Move intel_context::intelScreen to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::no_batch_wrap to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context's framerate throttling fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-62
/
+53
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::bufmgr to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-36
/
+54
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Replace maxBatchSize variable with BATCH_SZ define.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Move annotate_aub out of the vtable.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Move debug_batch hook out of the vtable.
Kenneth Graunke
2013-07-03
1
-2
/
+2
*
i965: Drop code checking for gen <= 3.
Eric Anholt
2013-06-28
1
-5
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+560
[next]