index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
iris
/
iris_batch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: Drop dead state_size hash table
Kenneth Graunke
2019-02-21
1
-21
/
+2
*
iris: Drop comment about ISP_DIS
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: Don't check other batches for our batch BO
Kenneth Graunke
2019-02-21
1
-25
/
+27
*
iris: don't print the pointer in INTEL_DEBUG=submit
Kenneth Graunke
2019-02-21
1
-4
/
+3
*
iris: Put batches in an array
Kenneth Graunke
2019-02-21
1
-5
/
+15
*
iris: Add wait fences to properly sync between render/compute
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: Hang on to the last batch's sync-point, so we can wait on it
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: Tag each submitted batch with a syncobj
Chris Wilson
2019-02-21
1
-0
/
+18
*
iris: Drop vestiges of throttling code
Kenneth Graunke
2019-02-21
1
-9
/
+1
*
iris: Merge two walks of the exec_bos list
Chris Wilson
2019-02-21
1
-5
/
+2
*
iris: replace vestiges of fence fds with newer exec_fence API
Kenneth Graunke
2019-02-21
1
-24
/
+47
*
iris: Avoid synchronizing due to the workaround BO
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: Avoid cross-batch synchronization on read/reads
Kenneth Graunke
2019-02-21
1
-6
/
+21
*
iris: Combine iris_use_pinned_bo and add_exec_bo
Kenneth Graunke
2019-02-21
1
-35
/
+34
*
iris: Use iris_use_pinned_bo rather than add_exec_bo directly
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: more TODO
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: leave another TODO
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Print the batch name when decoding
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: Actually create/destroy HW contexts
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: cross batch flushing
Kenneth Graunke
2019-02-21
1
-0
/
+10
*
iris: Cross-link iris_batches so they can potentially flush each other
Kenneth Graunke
2019-02-21
1
-0
/
+9
*
iris: don't mark contains_draw = false when chaining batches
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Support multiple binder BOs, update Surface State Base Address
Kenneth Graunke
2019-02-21
1
-11
/
+1
*
iris: Allow inlining of require/get_command_space
Kenneth Graunke
2019-02-21
1
-61
/
+17
*
iris: use consistent copyright formatting
Kenneth Graunke
2019-02-21
1
-15
/
+13
*
iris: get angry about execbuf failures
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: simplify batch len qword alignment
Kenneth Graunke
2019-02-21
1
-12
/
+6
*
iris: rename ring to engine
Kenneth Graunke
2019-02-21
1
-6
/
+6
*
iris: comment everything
Kenneth Graunke
2019-02-21
1
-23
/
+71
*
iris: iris - fix QWord aligned endings after batch chaining rework
Kenneth Graunke
2019-02-21
1
-3
/
+3
*
iris: colorize batchbuffer failures to make them stand out
Kenneth Graunke
2019-02-21
1
-2
/
+3
*
iris: bad inherited comments
Kenneth Graunke
2019-02-21
1
-5
/
+1
*
iris: Handle batch submission failure "better"
Kenneth Graunke
2019-02-21
1
-8
/
+13
*
iris: print second batch size separately
Kenneth Graunke
2019-02-21
1
-3
/
+7
*
iris: print refcounts in INTEL_DEBUG=submit
Kenneth Graunke
2019-02-21
1
-2
/
+3
*
iris: print binder utilization in INTEL_DEBUG=submit
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: plug leaks
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: fix the validation list on new batches
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: completely rewrite binder
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: Lower the max number of decoded VBO lines
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: fix decoding and undo testing code
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: fix batch chaining...
Kenneth Graunke
2019-02-21
1
-18
/
+30
*
iris: chaining not growing
Kenneth Graunke
2019-02-21
1
-76
/
+78
*
iris: just turn batch reset_and_clear_caches into reset
Kenneth Graunke
2019-02-21
1
-6
/
+1
*
iris: delete growing code and just die for now
Kenneth Graunke
2019-02-21
1
-135
/
+1
*
iris: drop the 48b printout, we never use anything else
Kenneth Graunke
2019-02-21
1
-3
/
+2
*
iris: copy over i965's cache tracking
Kenneth Graunke
2019-02-21
1
-3
/
+13
*
iris: Move get_command_space to iris_batch.c
Kenneth Graunke
2019-02-21
1
-3
/
+11
*
iris: decoder fixes
Kenneth Graunke
2019-02-21
1
-3
/
+5
[next]