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: batchbuffer: write correct canonical offset with softpin
Lionel Landwerlin
2018-07-18
1
-1
/
+2
*
i965: Prepare batchbuffer module for softpin support.
Kenneth Graunke
2018-06-04
1
-3
/
+35
*
i965: Fix batch-last mode to properly swap BOs.
Kenneth Graunke
2018-06-04
1
-0
/
+5
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-58
/
+34
*
i965: Remove support for the BLT ring
Jason Ekstrand
2018-05-22
1
-9
/
+3
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-5
/
+10
*
i965: Dump validation list on INTEL_DEBUG=bat,submit.
Kenneth Graunke
2018-05-08
1
-1
/
+3
*
intel: decoder: limit to the number decoded lines from VBO
Lionel Landwerlin
2018-05-02
1
-0
/
+1
*
i965: Reuse batch decoder infrastructure rather than open coding it.
Kenneth Graunke
2018-05-02
1
-222
/
+52
*
i965: Allocate shadow batches to explicitly be the BO size.
Kenneth Graunke
2018-05-02
1
-7
/
+5
*
i965: Let batchbuffers be placed anywhere in the 48-bit address space.
Kenneth Graunke
2018-04-30
1
-1
/
+1
*
i965: Fix shadow batches to be the same size as the real BO.
Kenneth Graunke
2018-04-18
1
-1
/
+4
*
i965: Use %x instead of %u in debug print.
Kenneth Graunke
2018-04-06
1
-1
/
+1
*
i965: Extend the negative 32-bit deltas to 64-bits
Sergii Romantsov
2018-04-03
1
-1
/
+1
*
i965: Drop unnecessary bo->align field.
Kenneth Graunke
2018-03-27
1
-1
/
+0
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-2
/
+2
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
1
-1
/
+1
*
i965: Allow 48-bit addressing on Gen8+.
Kenneth Graunke
2018-03-01
1
-0
/
+15
*
i965: Add debugging code to dump the validation list.
Kenneth Graunke
2018-03-01
1
-0
/
+22
*
i965: Fix RELOC_WRITE typo in brw_store_data_imm64()
Andriy Khulap
2018-03-01
1
-1
/
+1
*
i965: Stop restoring the default L3 configuration on Kernel 4.16+.
Kenneth Graunke
2018-02-17
1
-2
/
+3
*
i965: Delete more misleading comments.
Kenneth Graunke
2018-01-31
1
-3
/
+0
*
i965: Emit PIPE_CONTROL with ISP bit on older platforms.
Rafael Antognolli
2018-01-29
1
-1
/
+1
*
i965/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
1
-0
/
+4
*
i965: Avoid problems from referencing orphaned BOs after growing.
Kenneth Graunke
2018-01-19
1
-24
/
+102
*
i965: Pass brw_growing_bo to grow_buffer().
Kenneth Graunke
2018-01-17
1
-11
/
+9
*
i965: Make a helper for recreating growing buffers.
Kenneth Graunke
2018-01-17
1
-13
/
+17
*
i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.
Kenneth Graunke
2018-01-17
1
-20
/
+19
*
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
[next]