aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_pipe_control.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-091-0/+18
* iris: Add maybe_flush calls to texture_barrier and memory_barrierKenneth Graunke2019-06-201-0/+3
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-9/+21
* iris: Use render_batch/compute_batch locals in memory_barrierKenneth Graunke2019-06-201-4/+4
* iris: Spruce up "are we using this engine?" checks for flushingKenneth Graunke2019-03-071-6/+8
* iris: RT flush for memorybarrier with texture bitKenneth Graunke2019-02-211-7/+1
* iris: Put batches in an arrayKenneth Graunke2019-02-211-10/+10
* iris: Fix TextureBarrierKenneth Graunke2019-02-211-2/+14
* iris: hack to avoid memorybarriers out the wazooKenneth Graunke2019-02-211-3/+7
* iris/compute: Flush compute batch on memory-barriersJordan Justen2019-02-211-0/+1
* iris: Move cache tracking to iris_resolve.cKenneth Graunke2019-02-211-131/+1
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-7/+6
* iris: comment everythingKenneth Graunke2019-02-211-0/+29
* iris: implement texture/memory barriersKenneth Graunke2019-02-211-0/+49
* iris: drop unused bo parameterKenneth Graunke2019-02-211-5/+5
* iris: copy over i965's cache trackingKenneth Graunke2019-02-211-13/+134
* iris: crazy pipe control codeKenneth Graunke2019-02-211-0/+127