summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_draw.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Fix refcounting of grid surfaceKenneth Graunke2019-02-211-1/+1
* iris/compute: Zero out the last grid size on indirect dispatchesJason Ekstrand2019-02-211-0/+5
* iris/compute: Don't increment the grid size offsetJason Ekstrand2019-02-211-2/+0
* iris: don't let render/compute contexts stomp each other's dirty bitsKenneth Graunke2019-02-211-3/+2
* iris: rewrite grid surface handlingKenneth Graunke2019-02-211-2/+50
* iris: XXX for compute state tracking :/Kenneth Graunke2019-02-211-0/+1
* iris: little bits of compute basicsKenneth Graunke2019-02-211-0/+30
* iris: Support multiple binder BOs, update Surface State Base AddressKenneth Graunke2019-02-211-14/+2
* iris: don't unconditionally emit 3DSTATE_VF / 3DSTATE_VF_TOPOLOGYKenneth Graunke2019-02-211-0/+24
* iris: try to hack around binder issueKenneth Graunke2019-02-211-2/+7
* iris: proper cache trackingKenneth Graunke2019-02-211-16/+4
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-13/+12
* iris: comment everythingKenneth Graunke2019-02-211-0/+10
* iris: Don't reserve new binding table section unless things are dirtyKenneth Graunke2019-02-211-1/+1
* iris: rework DEBUG_REEMITKenneth Graunke2019-02-211-0/+3
* iris: don't always flushKenneth Graunke2019-02-211-1/+1
* iris: print binder utilization in INTEL_DEBUG=submitKenneth Graunke2019-02-211-0/+1
* iris: clear dirtyKenneth Graunke2019-02-211-1/+1
* iris: bindings dirty trackingKenneth Graunke2019-02-211-0/+9
* iris: put back the always flush - fixes some things :(Kenneth Graunke2019-02-211-1/+1
* iris: comment about reemitting and flushingKenneth Graunke2019-02-211-1/+4
* iris: completely rewrite binderKenneth Graunke2019-02-211-1/+1
* iris: flush alwaysKenneth Graunke2019-02-211-0/+3
* iris: chaining not growingKenneth Graunke2019-02-211-4/+7
* iris: hacky flushing for nowKenneth Graunke2019-02-211-0/+14
* iris: copy over i965's cache trackingKenneth Graunke2019-02-211-1/+1
* iris: use vtbl to avoid multiple symbols, fix state base addressKenneth Graunke2019-02-211-1/+1
* iris: make an ice->render_batch fieldKenneth Graunke2019-02-211-2/+1
* iris: some program codeKenneth Graunke2019-02-211-144/+4
* iris: some draw info, vbs, sample maskKenneth Graunke2019-02-211-1/+1
* iris: initial render state uploadKenneth Graunke2019-02-211-0/+4
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-211-0/+178