index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Better handle decoder base addresses
Kenneth Graunke
2019-07-15
1
-0
/
+3
*
iris: Minor tidying
Kenneth Graunke
2019-07-03
1
-4
/
+1
*
iris: Implement INTEL_DEBUG=pc for pipe control logging.
Kenneth Graunke
2019-06-20
1
-6
/
+10
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
1
-2
/
+22
*
iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Kenneth Graunke
2019-05-09
1
-0
/
+34
*
iris: Hook up device reset callbacks
Kenneth Graunke
2019-05-09
1
-0
/
+7
*
iris: Try to recover from GPU hangs.
Kenneth Graunke
2019-05-09
1
-0
/
+31
*
iris: Reorganise execbuf to have a single point of failure
Chris Wilson
2019-05-08
1
-27
/
+20
*
iris: support INTEL_NO_HW environment variable
Mike Blumenkrantz
2019-04-10
1
-1
/
+1
*
iris: Push heavy memchecker code to DEBUG
Chris Wilson
2019-03-22
1
-0
/
+12
*
iris: Fix batch chaining map_next increment.
Kenneth Graunke
2019-03-22
1
-1
/
+1
*
iris: Wire up EGL_IMG_context_priority
Chris Wilson
2019-03-07
1
-1
/
+4
*
iris: fix decode_get_bo callback
Lionel Landwerlin
2019-03-07
1
-1
/
+3
*
iris: fix decoder call
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
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
[next]