iris: Annotate all BO uses with domain and sequence number information.
[mesa.git] / src / gallium / drivers / iris / iris_batch.h
2020-06-03 Francisco Jereziris: Annotate all BO uses with domain and sequence...
2020-06-03 Francisco Jereziris: Add infrastructure to partition batch into sync...
2020-06-03 Francisco Jereziris: Simplify iris_batch_prepare_noop().
2020-05-28 Chris Wilsoniris: Rename iris_seqno to iris_fine_fence
2020-05-20 Lionel Landwerliniris: store workaround address
2020-05-01 Chris Wilsoniris: Place a seqno at the end of every batch
2020-05-01 Kenneth Graunkeiris: Give up on not passing ice to iris_init_batch
2020-05-01 Kenneth Graunkeiris: Rename iris_syncpt to iris_syncobj for clarity.
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-04-15 Paulo Zanoniiris: make BATCH_SZ smaller by BATCH_RESERVED bytes
2020-02-13 Lionel Landwerliniris: add support INTEL_blackhole_render
2020-01-29 Kenneth Graunkeiris: Support multiple chained batches.
2020-01-29 Kenneth Graunkeiris: Drop 'engine' from iris_batch.
2019-10-28 Jordan Justeniris/gen12: Write GFX_AUX_TABLE base address register
2019-08-06 Kenneth Graunkeiris: Increase BATCH_SZ to 64kB
2019-06-26 Kenneth Graunkeiris: Make an iris_batch_get_signal_syncpt() helper.
2019-05-23 Kenneth Graunkeiris: Record state sizes for INTEL_DEBUG=bat decoding.
2019-05-09 Kenneth Graunkeiris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2019-05-09 Kenneth Graunkeiris: Hook up device reset callbacks
2019-03-08 Chris Wilsoniris: Wire up EGL_IMG_context_priority
2019-02-25 Jordan Justeniris: Always use in-tree i915_drm.h
2019-02-21 Kenneth Graunkeiris: Make a iris_batch_reference_signal_syncpt helper...
2019-02-21 Kenneth Graunkeiris: Drop dead state_size hash table
2019-02-21 Kenneth Graunkeiris: Put batches in an array
2019-02-21 Kenneth Graunkeiris: Hang on to the last batch's sync-point, so we...
2019-02-21 Chris Wilsoniris: Tag each submitted batch with a syncobj
2019-02-21 Kenneth Graunkeiris: Drop vestiges of throttling code
2019-02-21 Kenneth Graunkeiris: replace vestiges of fence fds with newer exec_fen...
2019-02-21 Kenneth Graunkeiris: Print the batch name when decoding
2019-02-21 Kenneth Graunkeiris: Cross-link iris_batches so they can potentially...
2019-02-21 Kenneth Graunkeiris: Support multiple binder BOs, update Surface State...
2019-02-21 Kenneth Graunkeiris: Allow inlining of require/get_command_space
2019-02-21 Kenneth Graunkeiris: rename ring to engine
2019-02-21 Kenneth Graunkeiris: fix the validation list on new batches
2019-02-21 Kenneth Graunkeiris: fix release builds
2019-02-21 Kenneth Graunkeiris: completely rewrite binder
2019-02-21 Kenneth Graunkeiris: chaining not growing
2019-02-21 Kenneth Graunkeiris: delete growing code and just die for now
2019-02-21 Kenneth Graunkeiris: bits of blorp code
2019-02-21 Kenneth Graunkeiris: copy over i965's cache tracking
2019-02-21 Kenneth Graunkeiris: Move get_command_space to iris_batch.c
2019-02-21 Kenneth Graunkeiris: SBA once at context creation, not per batch
2019-02-21 Kenneth Graunkeiris: delete more trash
2019-02-21 Kenneth Graunkeiris: hook up batch decoder
2019-02-21 Kenneth Graunkeiris: set EXEC_OBJECT_WRITE
2019-02-21 Kenneth Graunkeiris: rewrite to use memzones and not relocs
2019-02-21 Kenneth Graunkeiris: actually pin the instruction cache buffers
2019-02-21 Kenneth Graunkeiris: use vtbl to avoid multiple symbols, fix state...
2019-02-21 Kenneth Graunkeiris: move MAX defines to iris_batch.h
2019-02-21 Kenneth Graunkeiris: make iris_batch target a particular ring
2019-02-21 Kenneth Graunkeiris: drop unused field
2019-02-21 Kenneth Graunkeiris: initial render state upload
2019-02-21 Kenneth Graunkeiris: port over batchbuffer updates
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...