aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: more TODOKenneth Graunke2019-02-211-0/+3
* iris: Fix independent alpha blending.Kenneth Graunke2019-02-211-27/+34
* iris: "Fix" transfer maps of buffersKenneth Graunke2019-02-211-5/+12
* iris: Fix SourceAlphaBlendFactorKenneth Graunke2019-02-211-2/+2
* iris: leave another TODOKenneth Graunke2019-02-211-0/+3
* iris: only clip lower if there's something to clip againstKenneth Graunke2019-02-211-1/+2
* iris: fix sysval only binding tablesKenneth Graunke2019-02-211-12/+24
* iris: don't forget to upload CS constsKenneth Graunke2019-02-211-0/+3
* iris: drop param stuffsKenneth Graunke2019-02-211-9/+0
* iris: don't trip on param assertsKenneth Graunke2019-02-211-3/+7
* iris: don't support pull constants.Kenneth Graunke2019-02-211-0/+1
* iris: regather info so we get CLIP_DIST slots, not CLIP_VERTEXKenneth Graunke2019-02-211-0/+1
* iris: enable push constants if we have sysvals but no uniformsKenneth Graunke2019-02-211-1/+1
* iris: drop iris_setup_push_uniform_rangeKenneth Graunke2019-02-211-33/+0
* iris: fix more uniform setupKenneth Graunke2019-02-211-1/+6
* iris: fix num clip plane constsKenneth Graunke2019-02-211-3/+5
* iris: actually upload clip planes.Kenneth Graunke2019-02-212-2/+15
* iris: bypass params and do it ourselvesKenneth Graunke2019-02-214-31/+78
* iris: dodge backend UCP loweringKenneth Graunke2019-02-211-1/+7
* iris: fix system value remappingKenneth Graunke2019-02-211-2/+12
* iris: hook up key stuff for clip plane loweringKenneth Graunke2019-02-213-1/+15
* iris: lower user clip planesKenneth Graunke2019-02-211-0/+8
* iris: only bother with params if there are any...Kenneth Graunke2019-02-212-36/+30
* iris: fill out params array with built-ins, like clip planesKenneth Graunke2019-02-211-0/+71
* iris: add param domain definesKenneth Graunke2019-02-212-0/+37
* iris: drop unnecessary param[] setup from iris_setup_uniformsKenneth Graunke2019-02-211-10/+2
* iris: Defer cbuf0 upload to draw timeKenneth Graunke2019-02-212-29/+66