iris: Enable fast clears on other miplevels and layers than 0.
[mesa.git] / src / gallium / drivers / iris / iris_batch.h
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...