aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* i965: batchbuffer: write correct canonical offset with softpinLionel Landwerlin2018-07-181-1/+2
* i965: Prepare batchbuffer module for softpin support.Kenneth Graunke2018-06-041-3/+35
* i965: Fix batch-last mode to properly swap BOs.Kenneth Graunke2018-06-041-0/+5
* i965: Remove ring switching entirelyJason Ekstrand2018-05-221-58/+34
* i965: Remove support for the BLT ringJason Ekstrand2018-05-221-9/+3
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-5/+10
* i965: Dump validation list on INTEL_DEBUG=bat,submit.Kenneth Graunke2018-05-081-1/+3
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-021-0/+1
* i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke2018-05-021-222/+52
* i965: Allocate shadow batches to explicitly be the BO size.Kenneth Graunke2018-05-021-7/+5
* i965: Let batchbuffers be placed anywhere in the 48-bit address space.Kenneth Graunke2018-04-301-1/+1
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-181-1/+4
* i965: Use %x instead of %u in debug print.Kenneth Graunke2018-04-061-1/+1
* i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov2018-04-031-1/+1
* i965: Drop unnecessary bo->align field.Kenneth Graunke2018-03-271-1/+0
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-2/+2
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-1/+1
* i965: Allow 48-bit addressing on Gen8+.Kenneth Graunke2018-03-011-0/+15
* i965: Add debugging code to dump the validation list.Kenneth Graunke2018-03-011-0/+22
* i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap2018-03-011-1/+1
* i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke2018-02-171-2/+3
* i965: Delete more misleading comments.Kenneth Graunke2018-01-311-3/+0
* i965: Emit PIPE_CONTROL with ISP bit on older platforms.Rafael Antognolli2018-01-291-1/+1
* i965/gen10: Ignore push constant packets during context restore.Rafael Antognolli2018-01-261-0/+4
* i965: Avoid problems from referencing orphaned BOs after growing.Kenneth Graunke2018-01-191-24/+102
* i965: Pass brw_growing_bo to grow_buffer().Kenneth Graunke2018-01-171-11/+9
* i965: Make a helper for recreating growing buffers.Kenneth Graunke2018-01-171-13/+17
* i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.Kenneth Graunke2018-01-171-20/+19
* i965: Torch public intel_batchbuffer_emit_dword/float helpers.Kenneth Graunke2018-01-061-2/+2
* i965: Require space for MI_BATCHBUFFER_END.Kenneth Graunke2018-01-061-2/+5
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-141-5/+5
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-11-291-57/+59
* i965: Don't grow batch/state buffer on every emit after an overflow.Kenneth Graunke2017-11-291-23/+19
* i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.Kenneth Graunke2017-11-291-0/+3
* i965: Use old_bo->align when growing batch/state buffer instead of 4096.Kenneth Graunke2017-11-291-1/+2
* i965: Program the dynamic state heap size to MAX_STATE_SIZE.Kenneth Graunke2017-11-291-9/+0
* i965: Support decoding INTERFACE_DESCRIPTOR_DATA with INTEL_DEBUG=batJordan Justen2017-11-211-0/+24
* i965: Upload invariant state once at the start of the batch on Gen4-5.Kenneth Graunke2017-11-161-1/+3
* i965: Drop some reserved space remnants.Kenneth Graunke2017-11-151-3/+1
* i965: Track the depth and render caches separatelyJason Ekstrand2017-11-131-1/+1
* i965: fix unused var warnings in release buildTimothy Arceri2017-10-251-12/+4
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-131-5/+5
* i965: Rename do_flush_locked to submit_batch().Kenneth Graunke2017-09-251-3/+4
* i965: Fix brw_finish_batch to grow the batchbuffer.Kenneth Graunke2017-09-211-7/+10
* i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().Kenneth Graunke2017-09-211-7/+7
* i965: Fix batch map failure check in INTEL_DEBUG=bat handling.Kenneth Graunke2017-09-181-1/+1
* i965: Warn for GTT fallbacks when mapping the batch/state buffers.Kenneth Graunke2017-09-181-2/+2
* i965: Plumb brw through to intel_batchbuffer_reset().Kenneth Graunke2017-09-181-8/+9
* i965: drop unused variablesEric Engestrom2017-09-151-1/+0
* i965: Print size of validation and relocation lists in INTEL_DEBUG=flushKenneth Graunke2017-09-141-3/+8