index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Torch public intel_batchbuffer_emit_dword/float helpers.
Kenneth Graunke
2018-01-06
1
-2
/
+2
*
i965: Require space for MI_BATCHBUFFER_END.
Kenneth Graunke
2018-01-06
1
-2
/
+5
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
1
-5
/
+5
*
i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.
Kenneth Graunke
2017-11-29
1
-57
/
+59
*
i965: Don't grow batch/state buffer on every emit after an overflow.
Kenneth Graunke
2017-11-29
1
-23
/
+19
*
i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
Kenneth Graunke
2017-11-29
1
-0
/
+3
*
i965: Use old_bo->align when growing batch/state buffer instead of 4096.
Kenneth Graunke
2017-11-29
1
-1
/
+2
*
i965: Program the dynamic state heap size to MAX_STATE_SIZE.
Kenneth Graunke
2017-11-29
1
-9
/
+0
*
i965: Support decoding INTERFACE_DESCRIPTOR_DATA with INTEL_DEBUG=bat
Jordan Justen
2017-11-21
1
-0
/
+24
*
i965: Upload invariant state once at the start of the batch on Gen4-5.
Kenneth Graunke
2017-11-16
1
-1
/
+3
*
i965: Drop some reserved space remnants.
Kenneth Graunke
2017-11-15
1
-3
/
+1
*
i965: Track the depth and render caches separately
Jason Ekstrand
2017-11-13
1
-1
/
+1
*
i965: fix unused var warnings in release build
Timothy Arceri
2017-10-25
1
-12
/
+4
*
i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrap
Kenneth Graunke
2017-10-13
1
-5
/
+5
*
i965: Rename do_flush_locked to submit_batch().
Kenneth Graunke
2017-09-25
1
-3
/
+4
*
i965: Fix brw_finish_batch to grow the batchbuffer.
Kenneth Graunke
2017-09-21
1
-7
/
+10
*
i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().
Kenneth Graunke
2017-09-21
1
-7
/
+7
*
i965: Fix batch map failure check in INTEL_DEBUG=bat handling.
Kenneth Graunke
2017-09-18
1
-1
/
+1
*
i965: Warn for GTT fallbacks when mapping the batch/state buffers.
Kenneth Graunke
2017-09-18
1
-2
/
+2
*
i965: Plumb brw through to intel_batchbuffer_reset().
Kenneth Graunke
2017-09-18
1
-8
/
+9
*
i965: drop unused variables
Eric Engestrom
2017-09-15
1
-1
/
+0
*
i965: Print size of validation and relocation lists in INTEL_DEBUG=flush
Kenneth Graunke
2017-09-14
1
-3
/
+8
*
i965: Disentangle batch and state buffer flushing.
Kenneth Graunke
2017-09-14
1
-10
/
+19
*
i965: Delete BATCH_RESERVED handling.
Kenneth Graunke
2017-09-14
1
-8
/
+3
*
i965: Grow the batch/state buffers if we need space and can't flush.
Kenneth Graunke
2017-09-14
1
-5
/
+131
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
1
-35
/
+74
*
i965: Pass screen to intel_batchbuffer_reset().
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer.
Kenneth Graunke
2017-09-14
1
-56
/
+54
*
i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.
Kenneth Graunke
2017-09-14
1
-10
/
+29
*
i965: Refactor relocs into a brw_reloc_list structure.
Kenneth Graunke
2017-09-14
1
-15
/
+24
*
i965: Move brw_state_batch code to intel_batchbuffer.c
Kenneth Graunke
2017-09-14
1
-0
/
+46
*
i965: Drop a useless ret == 0 check.
Kenneth Graunke
2017-09-14
1
-22
/
+20
*
i965: Use a WC map and memcpy for the batch instead of pwrite.
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Use batch->bo->size in brw_emit_reloc assertion.
Kenneth Graunke
2017-09-14
1
-1
/
+1
*
i965: Delete a batch size assertion that isn't very useful.
Kenneth Graunke
2017-09-14
1
-3
/
+0
*
i965: Add an INTEL_DEBUG=submit option for printing batch statistics.
Kenneth Graunke
2017-09-13
1
-1
/
+1
*
i965: Don't special case the batchbuffer when reference counting.
Kenneth Graunke
2017-09-08
1
-11
/
+4
*
i965: Move BATCH_SZ define into intel_batchbuffer.c.
Kenneth Graunke
2017-09-01
1
-0
/
+2
*
i965: Rename brw_bo::offset64 to gtt_offset.
Chris Wilson
2017-09-01
1
-7
/
+8
*
i965: Don't double count the batch in aperture_space.
Kenneth Graunke
2017-09-01
1
-1
/
+1
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-2
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-3
/
+3
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-19
/
+42
*
i965: Remove tabs in intel_batchbuffer.c.
Kenneth Graunke
2017-08-18
1
-7
/
+7
*
i965: Clean up intel_batchbuffer_init().
Kenneth Graunke
2017-08-12
1
-8
/
+8
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-39
/
+22
*
i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUT
Kenneth Graunke
2017-08-04
1
-2
/
+2
*
i965: Use a C99 initializer for new validation list entries.
Kenneth Graunke
2017-08-04
1
-10
/
+7
*
i965: Simplify some bo != batch->bo special cases.
Kenneth Graunke
2017-08-04
1
-27
/
+19
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
1
-10
/
+27
[next]