iris: Don't check other batches for our batch BO
[mesa.git] / src / gallium / drivers / iris / iris_batch.c
2019-02-21 Kenneth Graunkeiris: Don't check other batches for our batch BO
2019-02-21 Kenneth Graunkeiris: don't print the pointer in INTEL_DEBUG=submit
2019-02-21 Kenneth Graunkeiris: Put batches in an array
2019-02-21 Kenneth Graunkeiris: Add wait fences to properly sync between render...
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 Chris Wilsoniris: Merge two walks of the exec_bos list
2019-02-21 Kenneth Graunkeiris: replace vestiges of fence fds with newer exec_fen...
2019-02-21 Kenneth Graunkeiris: Avoid synchronizing due to the workaround BO
2019-02-21 Kenneth Graunkeiris: Avoid cross-batch synchronization on read/reads
2019-02-21 Kenneth Graunkeiris: Combine iris_use_pinned_bo and add_exec_bo
2019-02-21 Kenneth Graunkeiris: Use iris_use_pinned_bo rather than add_exec_bo...
2019-02-21 Kenneth Graunkeiris: more TODO
2019-02-21 Kenneth Graunkeiris: leave another TODO
2019-02-21 Kenneth Graunkeiris: Print the batch name when decoding
2019-02-21 Kenneth Graunkeiris: Actually create/destroy HW contexts
2019-02-21 Kenneth Graunkeiris: cross batch flushing
2019-02-21 Kenneth Graunkeiris: Cross-link iris_batches so they can potentially...
2019-02-21 Kenneth Graunkeiris: don't mark contains_draw = false when chaining...
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: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: get angry about execbuf failures
2019-02-21 Kenneth Graunkeiris: simplify batch len qword alignment
2019-02-21 Kenneth Graunkeiris: rename ring to engine
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: iris - fix QWord aligned endings after batch...
2019-02-21 Kenneth Graunkeiris: colorize batchbuffer failures to make them stand out
2019-02-21 Kenneth Graunkeiris: bad inherited comments
2019-02-21 Kenneth Graunkeiris: Handle batch submission failure "better"
2019-02-21 Kenneth Graunkeiris: print second batch size separately
2019-02-21 Kenneth Graunkeiris: print refcounts in INTEL_DEBUG=submit
2019-02-21 Kenneth Graunkeiris: print binder utilization in INTEL_DEBUG=submit
2019-02-21 Kenneth Graunkeiris: plug leaks
2019-02-21 Kenneth Graunkeiris: fix the validation list on new batches
2019-02-21 Kenneth Graunkeiris: completely rewrite binder
2019-02-21 Kenneth Graunkeiris: Lower the max number of decoded VBO lines
2019-02-21 Kenneth Graunkeiris: fix decoding and undo testing code
2019-02-21 Kenneth Graunkeiris: fix batch chaining...
2019-02-21 Kenneth Graunkeiris: chaining not growing
2019-02-21 Kenneth Graunkeiris: just turn batch reset_and_clear_caches into reset
2019-02-21 Kenneth Graunkeiris: delete growing code and just die for now
2019-02-21 Kenneth Graunkeiris: drop the 48b printout, we never use anything...
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: decoder fixes
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: validation dumping improvements
2019-02-21 Kenneth Graunkeiris: decoder fixes
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: dump gtt offset in dump_validation_list
2019-02-21 Kenneth Graunkeiris: Soft-pin the universe
2019-02-21 Kenneth Graunkeiris: bufmgr updates.
2019-02-21 Kenneth Graunkeiris: decode batches if they fail to submit
2019-02-21 Kenneth Graunkeiris: NOOP pad batches correctly
2019-02-21 Kenneth Graunkeiris: warn if execbuf fails
2019-02-21 Kenneth Graunkeiris: catastrophic state pointer mistake
2019-02-21 Kenneth Graunkeiris: compctrl
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: softpin some things
2019-02-21 Kenneth Graunkeiris: fix assert
2019-02-21 Kenneth Graunkeiris: actually APPEND commands, not stomp over the...
2019-02-21 Kenneth Graunkeiris: DEBUG=bat
2019-02-21 Kenneth Graunkeiris: move MAX defines to iris_batch.h
2019-02-21 Kenneth Graunkeiris: kill iris_new_batch
2019-02-21 Kenneth Graunkeiris: make iris_batch target a particular ring
2019-02-21 Kenneth Graunkeiris: disable execbuf for now
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...