summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* iris: fix some SO overflow query bugs and tidy the code a bitKenneth Graunke2019-02-211-25/+33
* iris: add initial transform feedback overflow query paths (V3)Dave Airlie2019-02-211-2/+129
* iris: actually flush for storage imagesKenneth Graunke2019-02-213-0/+21
* iris: add an extra BT assert from Chris WilsonKenneth Graunke2019-02-211-0/+2
* iris: add assertions about binding table startsKenneth Graunke2019-02-211-4/+13
* iris: drop pull constant binding table entryKenneth Graunke2019-02-211-4/+0
* iris: Use program's num textures not the state tracker's boundKenneth Graunke2019-02-211-1/+1
* iris: Enable precompilesKenneth Graunke2019-02-214-27/+157
* iris: rework program cache interfaceKenneth Graunke2019-02-213-154/+131
* iris: Use wrappers for create_xs_state rather than a switch statementKenneth Graunke2019-02-211-46/+78
* iris: fix comment locationKenneth Graunke2019-02-211-5/+5
* iris: export iris_upload_shaderKenneth Graunke2019-02-212-1/+10
* iris: fix prototype warningKenneth Graunke2019-02-211-0/+1
* iris: Re-pin even if nothing is dirtyKenneth Graunke2019-02-211-5/+5
* iris: Flush for history at various momentsKenneth Graunke2019-02-213-14/+34
* iris: add iris_flush_and_dirty_for_historyKenneth Graunke2019-02-212-0/+45
* iris: Track a binding history for buffer resourcesKenneth Graunke2019-02-213-3/+31
* iris: drop long dead XXX commentKenneth Graunke2019-02-211-2/+0
* iris: Do the 48-bit vertex buffer address invalidation workaroundKenneth Graunke2019-02-213-8/+42
* iris: Fix VIEWPORT/LAYER in stream output infoKenneth Graunke2019-02-211-2/+34
* iris: Fix buffer -> buffer copy_regionKenneth Graunke2019-02-211-15/+30
* iris: Lie about indirectsKenneth Graunke2019-02-211-4/+5
* iris: Enable ctx->Const.UseSTD430AsDefaultPackingKenneth Graunke2019-02-211-0/+1
* iris: update commentKenneth Graunke2019-02-211-1/+3
* iris: RT flush for memorybarrier with texture bitKenneth Graunke2019-02-211-7/+1
* iris: PIPE_CONTROL workarounds for GPGPU modeKenneth Graunke2019-02-211-2/+1
* iris: Put batches in an arrayKenneth Graunke2019-02-2113-81/+77
* iris: put render batch first in fence codeKenneth Graunke2019-02-211-2/+2
* iris: flush the compute batch too if border pool is redoneKenneth Graunke2019-02-211-0/+2
* iris: leave a TODOKenneth Graunke2019-02-211-0/+4
* iris: Add fence support using drm_syncobjChris Wilson2019-02-215-36/+258
* iris: Add wait fences to properly sync between render/computeKenneth Graunke2019-02-211-0/+2
* iris: Hang on to the last batch's sync-point, so we can wait on itKenneth Graunke2019-02-212-0/+9
* iris: Tag each submitted batch with a syncobjChris Wilson2019-02-216-0/+190
* iris: Drop vestiges of throttling codeKenneth Graunke2019-02-212-12/+1
* iris: Merge two walks of the exec_bos listChris Wilson2019-02-211-5/+2
* iris: replace vestiges of fence fds with newer exec_fence APIKenneth Graunke2019-02-212-34/+55
* iris: Avoid synchronizing due to the workaround BOKenneth Graunke2019-02-211-0/+8
* iris: Avoid cross-batch synchronization on read/readsKenneth Graunke2019-02-211-6/+21
* iris: Combine iris_use_pinned_bo and add_exec_boKenneth Graunke2019-02-211-35/+34
* iris: Use iris_use_pinned_bo rather than add_exec_bo directlyKenneth Graunke2019-02-211-1/+1
* iris: Fix assigning the output handle for exporting for KMSChris Wilson2019-02-211-1/+2
* iris: Tidy exporting the flink handleChris Wilson2019-02-211-9/+16
* iris: Fix SLMKenneth Graunke2019-02-212-3/+2
* iris: Don't set constant read lengths at upload timeJason Ekstrand2019-02-211-3/+0
* iris: Configure the L3$ on the compute contextJason Ekstrand2019-02-211-0/+24
* iris: properly pin stencil buffersKenneth Graunke2019-02-211-3/+8
* iris: Fix TCS/TES slot unificationKenneth Graunke2019-02-211-2/+2
* iris: more todo notesKenneth Graunke2019-02-211-0/+1
* iris: scissored and mirrored blitsKenneth Graunke2019-02-211-10/+206