iris: Tag each submitted batch with a syncobj
[mesa.git] / src / gallium / drivers / iris / iris_batch.h
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...