aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_batch.c
Commit message (Expand)AuthorAgeFilesLines
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-15/+13
* iris: get angry about execbuf failuresKenneth Graunke2019-02-211-0/+2
* iris: simplify batch len qword alignmentKenneth Graunke2019-02-211-12/+6
* iris: rename ring to engineKenneth Graunke2019-02-211-6/+6
* iris: comment everythingKenneth Graunke2019-02-211-23/+71
* iris: iris - fix QWord aligned endings after batch chaining reworkKenneth Graunke2019-02-211-3/+3
* iris: colorize batchbuffer failures to make them stand outKenneth Graunke2019-02-211-2/+3
* iris: bad inherited commentsKenneth Graunke2019-02-211-5/+1
* iris: Handle batch submission failure "better"Kenneth Graunke2019-02-211-8/+13
* iris: print second batch size separatelyKenneth Graunke2019-02-211-3/+7
* iris: print refcounts in INTEL_DEBUG=submitKenneth Graunke2019-02-211-2/+3
* iris: print binder utilization in INTEL_DEBUG=submitKenneth Graunke2019-02-211-2/+4
* iris: plug leaksKenneth Graunke2019-02-211-0/+2
* iris: fix the validation list on new batchesKenneth Graunke2019-02-211-0/+1
* iris: completely rewrite binderKenneth Graunke2019-02-211-0/+6
* iris: Lower the max number of decoded VBO linesKenneth Graunke2019-02-211-0/+1
* iris: fix decoding and undo testing codeKenneth Graunke2019-02-211-2/+4
* iris: fix batch chaining...Kenneth Graunke2019-02-211-18/+30
* iris: chaining not growingKenneth Graunke2019-02-211-76/+78
* iris: just turn batch reset_and_clear_caches into resetKenneth Graunke2019-02-211-6/+1
* iris: delete growing code and just die for nowKenneth Graunke2019-02-211-135/+1
* iris: drop the 48b printout, we never use anything elseKenneth Graunke2019-02-211-3/+2
* iris: copy over i965's cache trackingKenneth Graunke2019-02-211-3/+13
* iris: Move get_command_space to iris_batch.cKenneth Graunke2019-02-211-3/+11
* iris: decoder fixesKenneth Graunke2019-02-211-3/+5
* iris: SBA once at context creation, not per batchKenneth Graunke2019-02-211-3/+0
* iris: delete more trashKenneth Graunke2019-02-211-13/+0
* iris: validation dumping improvementsKenneth Graunke2019-02-211-2/+7
* iris: decoder fixesKenneth Graunke2019-02-211-5/+8
* iris: hook up batch decoderKenneth Graunke2019-02-211-6/+38
* iris: set EXEC_OBJECT_WRITEKenneth Graunke2019-02-211-2/+6
* iris: rewrite to use memzones and not relocsKenneth Graunke2019-02-211-178/+5
* iris: dump gtt offset in dump_validation_listKenneth Graunke2019-02-211-2/+3
* iris: Soft-pin the universeKenneth Graunke2019-02-211-2/+2
* iris: bufmgr updates.Kenneth Graunke2019-02-211-3/+2
* iris: decode batches if they fail to submitKenneth Graunke2019-02-211-2/+3
* iris: NOOP pad batches correctlyKenneth Graunke2019-02-211-3/+9
* iris: warn if execbuf failsKenneth Graunke2019-02-211-1/+5
* iris: catastrophic state pointer mistakeKenneth Graunke2019-02-211-1/+1
* iris: compctrlKenneth Graunke2019-02-211-1/+1
* iris: actually pin the instruction cache buffersKenneth Graunke2019-02-211-0/+7
* iris: use vtbl to avoid multiple symbols, fix state base addressKenneth Graunke2019-02-211-0/+3
* iris: softpin some thingsKenneth Graunke2019-02-211-3/+8
* iris: fix assertKenneth Graunke2019-02-211-1/+1
* iris: actually APPEND commands, not stomp over the top and never incrKenneth Graunke2019-02-211-0/+1
* iris: DEBUG=batKenneth Graunke2019-02-211-11/+20
* iris: move MAX defines to iris_batch.hKenneth Graunke2019-02-211-9/+0
* iris: kill iris_new_batchKenneth Graunke2019-02-211-23/+15
* iris: make iris_batch target a particular ringKenneth Graunke2019-02-211-5/+9
* iris: disable execbuf for nowKenneth Graunke2019-02-211-0/+5