nir: Add nir_foreach_shader_in/out_variable helpers
[mesa.git] / src / gallium / drivers / iris / iris_pipe_control.c
2020-06-03 Francisco Jereziris: Remove render cache hash table-based synchronization.
2020-06-03 Francisco Jereziris: Remove depth cache set tracking and synchronization.
2020-06-03 Francisco Jereziris: Implement buffer-local memory barrier based on...
2020-05-20 Lionel Landwerliniris: store workaround address
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-06-20 Kenneth Graunkeiris: Add maybe_flush calls to texture_barrier and...
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-06-20 Kenneth Graunkeiris: Use render_batch/compute_batch locals in memory_b...
2019-03-08 Kenneth Graunkeiris: Spruce up "are we using this engine?" checks...
2019-02-21 Kenneth Graunkeiris: RT flush for memorybarrier with texture bit
2019-02-21 Kenneth Graunkeiris: Put batches in an array
2019-02-21 Kenneth Graunkeiris: Fix TextureBarrier
2019-02-21 Kenneth Graunkeiris: hack to avoid memorybarriers out the wazoo
2019-02-21 Jordan Justeniris/compute: Flush compute batch on memory-barriers
2019-02-21 Kenneth Graunkeiris: Move cache tracking to iris_resolve.c
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: implement texture/memory barriers
2019-02-21 Kenneth Graunkeiris: drop unused bo parameter
2019-02-21 Kenneth Graunkeiris: copy over i965's cache tracking
2019-02-21 Kenneth Graunkeiris: crazy pipe control code