i965: disable shadow batches when batch debugging.
[mesa.git] / src / mesa / drivers / dri / i965 / intel_batchbuffer.c
2020-05-02 Dave Airliei965: disable shadow batches when batch debugging.
2020-04-11 Lionel Landwerlini965: store DRM fd on intel_screen
2020-02-13 Lionel Landwerlini965: enable INTEL_blackhole_render
2019-12-11 Kenneth Graunkeintel/decoder: Make get_state_size take a full 64-bit...
2019-06-12 Caio Marcelo de... i965: Fix INTEL_DEBUG=bat
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-02-17 Chris Wilsoni965: Assert the execobject handles match for this...
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2018-12-10 Kenneth Graunkei965: Flip arguments to load_register_reg helpers.
2018-11-20 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-11-05 Sergii Romantsovi965/batch/debug: Allow log be dumped before assert
2018-11-01 Mark JanesRevert "i965/batch: avoid reverting batch buffer if...
2018-10-30 Andrii Simikliti965/batch: don't ignore the 'brw_new_batch' call for...
2018-10-30 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-09-10 Chris Wilsoni965: Bump aperture tracking to u64
2018-07-18 Lionel Landwerlini965: batchbuffer: write correct canonical offset with...
2018-06-05 Kenneth Graunkei965: Prepare batchbuffer module for softpin support.
2018-06-04 Kenneth Graunkei965: Fix batch-last mode to properly swap BOs.
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-22 Jason Ekstrandi965: Remove support for the BLT ring
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-05-08 Kenneth Graunkei965: Dump validation list on INTEL_DEBUG=bat,submit.
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Kenneth Graunkei965: Reuse batch decoder infrastructure rather than...
2018-05-02 Kenneth Graunkei965: Allocate shadow batches to explicitly be the...
2018-04-30 Kenneth Graunkei965: Let batchbuffers be placed anywhere in the 48...
2018-04-18 Kenneth Graunkei965: Fix shadow batches to be the same size as the...
2018-04-07 Kenneth Graunkei965: Use %x instead of %u in debug print.
2018-04-04 Sergii Romantsovi965: Extend the negative 32-bit deltas to 64-bits
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Kenneth Graunkei965: Add debugging code to dump the validation list.
2018-03-01 Andriy Khulapi965: Fix RELOC_WRITE typo in brw_store_data_imm64()
2018-02-17 Kenneth Graunkei965: Stop restoring the default L3 configuration on...
2018-01-31 Kenneth Graunkei965: Delete more misleading comments.
2018-01-29 Rafael Antognollii965: Emit PIPE_CONTROL with ISP bit on older platforms.
2018-01-26 Rafael Antognollii965/gen10: Ignore push constant packets during context...
2018-01-19 Kenneth Graunkei965: Avoid problems from referencing orphaned BOs...
2018-01-17 Kenneth Graunkei965: Pass brw_growing_bo to grow_buffer().
2018-01-17 Kenneth Graunkei965: Make a helper for recreating growing buffers.
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-30 Kenneth Graunkei965: Don't grow batch/state buffer on every emit after...
2017-11-30 Kenneth Graunkei965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.
2017-11-30 Kenneth Graunkei965: Use old_bo->align when growing batch/state buffer...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-11-21 Jordan Justeni965: Support decoding INTERFACE_DESCRIPTOR_DATA with...
2017-11-17 Kenneth Graunkei965: Upload invariant state once at the start of the...
2017-11-15 Kenneth Graunkei965: Drop some reserved space remnants.
2017-11-14 Jason Ekstrandi965: Track the depth and render caches separately
2017-10-25 Timothy Arcerii965: fix unused var warnings in release build
2017-10-13 Kenneth Graunkei965: Rename brw->no_batch_wrap to intel_batchbuffer...
2017-09-25 Kenneth Graunkei965: Rename do_flush_locked to submit_batch().
2017-09-21 Kenneth Graunkei965: Fix brw_finish_batch to grow the batchbuffer.
2017-09-21 Kenneth Graunkei965: Move MI_BATCHBUFFER_END handling into brw_finish_...
2017-09-19 Kenneth Graunkei965: Fix batch map failure check in INTEL_DEBUG=bat...
2017-09-18 Kenneth Graunkei965: Warn for GTT fallbacks when mapping the batch...
2017-09-18 Kenneth Graunkei965: Plumb brw through to intel_batchbuffer_reset().
2017-09-15 Eric Engestromi965: drop unused variables
2017-09-14 Kenneth Graunkei965: Print size of validation and relocation lists...
2017-09-14 Kenneth Graunkei965: Disentangle batch and state buffer flushing.
2017-09-14 Kenneth Graunkei965: Delete BATCH_RESERVED handling.
2017-09-14 Kenneth Graunkei965: Grow the batch/state buffers if we need space...
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Pass screen to intel_batchbuffer_reset().
2017-09-14 Kenneth Graunkei965: Prepare INTEL_DEBUG=bat decoding for a separate...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-09-14 Kenneth Graunkei965: Refactor relocs into a brw_reloc_list structure.
2017-09-14 Kenneth Graunkei965: Move brw_state_batch code to intel_batchbuffer.c
2017-09-14 Kenneth Graunkei965: Drop a useless ret == 0 check.
2017-09-14 Kenneth Graunkei965: Use a WC map and memcpy for the batch instead...
2017-09-14 Kenneth Graunkei965: Use batch->bo->size in brw_emit_reloc assertion.
2017-09-14 Kenneth Graunkei965: Delete a batch size assertion that isn't very...
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-08 Kenneth Graunkei965: Don't special case the batchbuffer when reference...
2017-09-01 Kenneth Graunkei965: Move BATCH_SZ define into intel_batchbuffer.c.
2017-09-01 Chris Wilsoni965: Rename brw_bo::offset64 to gtt_offset.
2017-09-01 Kenneth Graunkei965: Don't double count the batch in aperture_space.
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-19 Kenneth Graunkei965: Remove tabs in intel_batchbuffer.c.
2017-08-12 Kenneth Graunkei965: Clean up intel_batchbuffer_init().
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Convert reloc.target_handle into an index for...
2017-08-04 Kenneth Graunkei965: Use a C99 initializer for new validation list...
2017-08-04 Kenneth Graunkei965: Simplify some bo != batch->bo special cases.
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-08-04 Chris Wilsoni965: Move add_exec_bo()
2017-08-04 Chris Wilsoni965: Ignore reloc read/write domains
2017-08-04 Chris Wilsoni965: Use I915_EXEC_NO_RELOC
2017-08-04 Kenneth Graunkei965: Initialize flags to 0 and |= in new flags.
2017-08-04 Kenneth Graunkei965: Make add_exec_bo return the validation list index.
2017-08-04 Chris Wilsoni965: Track last location of bo used for the batch
next