i965/icl: Update the assert in brw_memory_barrier()
[mesa.git] / src / mesa / drivers / dri / i965 / intel_batchbuffer.c
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
2017-08-04 Kenneth Graunkei965: Make brw_emit_reloc assert that the target BO...
2017-07-23 Kenneth Graunkei965: Drop non-LLC lunacy in the program cache code.
2017-07-20 Chris Wilsoni965: Rename batch->exec_objects to validation_list
2017-07-10 Chris Wilsoni965: Use brw_bo_wait() for brw_bo_wait_rendering()
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-05-15 Matt Turneri965: Mark shader programs for capture in the error...
2017-05-10 Kenneth Graunkei965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM...
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Daniel Vetteri965/batch: Ensure we use a consistent offset in relocs
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Merge bo->handle and bo_gem->gem_handle.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965: Change intel_batchbuffer_reloc() into brw_emit_re...
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-06 Jordan Justenintel/gen_decoder: return -1 for unknown command formats
2017-04-03 Lionel Landwerlinaubinator/gen_decoder/i965: decode instructions from...
2017-03-30 Kenneth Graunkei965: Stop using legacy dri_bufmgr_* and intel_* names.
2017-03-30 Kenneth Graunkei965: Combine intel_batchbuffer_reloc and intel_batchbu...
2017-03-21 Kenneth Graunkei965: Use aubinator/genxml for INTEL_DEBUG=bat state...
2017-03-21 Kenneth Graunkei965: Use aubinator/genxml for INTEL_DEBUG=bat commands.
2017-03-13 Kenneth Graunkei965: Delete unused last_ring local.
2017-03-09 Kenneth Graunkei965: Delete render ring prelude.
2017-03-08 Chris Wilsoni965: Remove use of deprecated drm_intel_aub routines
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-03-06 Kenneth Graunkei965: Drop duplicate #defines now that we've bumped...
2017-01-27 Chad Versacei965: Add intel_batchbuffer_flush_fence()
2017-01-04 Iago Toral Quirogai965: remove brw_context dependency from intel_batchbuf...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_free() take a batchbuffer...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_emit_dword() take a batchb...
next