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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Place a seqno at the end of every batch
Chris Wilson
2020-05-01
1
-5
/
+18
*
iris: Give up on not passing ice to iris_init_batch
Kenneth Graunke
2020-05-01
1
-6
/
+3
*
iris: Rename iris_syncpt to iris_syncobj for clarity.
Kenneth Graunke
2020-05-01
1
-16
/
+16
*
iris: move iris_vtable to iris_screen
Mike Blumenkrantz
2020-04-29
1
-2
/
+0
*
iris: make BATCH_SZ smaller by BATCH_RESERVED bytes
Paulo Zanoni
2020-04-15
1
-1
/
+7
*
iris: add support INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
1
-0
/
+9
*
iris: Support multiple chained batches.
Kenneth Graunke
2020-01-29
1
-1
/
+5
*
iris: Drop 'engine' from iris_batch.
Kenneth Graunke
2020-01-29
1
-4
/
+0
*
iris/gen12: Write GFX_AUX_TABLE base address register
Jordan Justen
2019-10-28
1
-0
/
+2
*
iris: Increase BATCH_SZ to 64kB
Kenneth Graunke
2019-08-06
1
-1
/
+1
*
iris: Make an iris_batch_get_signal_syncpt() helper.
Kenneth Graunke
2019-06-26
1
-3
/
+14
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
1
-0
/
+16
*
iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Kenneth Graunke
2019-05-09
1
-0
/
+2
*
iris: Hook up device reset callbacks
Kenneth Graunke
2019-05-09
1
-0
/
+2
*
iris: Wire up EGL_IMG_context_priority
Chris Wilson
2019-03-07
1
-1
/
+2
*
iris: Always use in-tree i915_drm.h
Jordan Justen
2019-02-24
1
-1
/
+1
*
iris: Make a iris_batch_reference_signal_syncpt helper function.
Kenneth Graunke
2019-02-21
1
-0
/
+18
*
iris: Drop dead state_size hash table
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
iris: Put batches in an array
Kenneth Graunke
2019-02-21
1
-4
/
+9
*
iris: Hang on to the last batch's sync-point, so we can wait on it
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Tag each submitted batch with a syncobj
Chris Wilson
2019-02-21
1
-0
/
+9
*
iris: Drop vestiges of throttling code
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
iris: replace vestiges of fence fds with newer exec_fence API
Kenneth Graunke
2019-02-21
1
-10
/
+8
*
iris: Print the batch name when decoding
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Cross-link iris_batches so they can potentially flush each other
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: Support multiple binder BOs, update Surface State Base Address
Kenneth Graunke
2019-02-21
1
-4
/
+3
*
iris: Allow inlining of require/get_command_space
Kenneth Graunke
2019-02-21
1
-3
/
+53
*
iris: rename ring to engine
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: fix the validation list on new batches
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: fix release builds
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: completely rewrite binder
Kenneth Graunke
2019-02-21
1
-1
/
+4
*
iris: chaining not growing
Kenneth Graunke
2019-02-21
1
-10
/
+8
*
iris: delete growing code and just die for now
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
iris: bits of blorp code
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: copy over i965's cache tracking
Kenneth Graunke
2019-02-21
1
-0
/
+18
*
iris: Move get_command_space to iris_batch.c
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: SBA once at context creation, not per batch
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: delete more trash
Kenneth Graunke
2019-02-21
1
-6
/
+0
*
iris: hook up batch decoder
Kenneth Graunke
2019-02-21
1
-0
/
+5
*
iris: set EXEC_OBJECT_WRITE
Kenneth Graunke
2019-02-21
1
-2
/
+3
*
iris: rewrite to use memzones and not relocs
Kenneth Graunke
2019-02-21
1
-27
/
+1
*
iris: actually pin the instruction cache buffers
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: use vtbl to avoid multiple symbols, fix state base address
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: move MAX defines to iris_batch.h
Kenneth Graunke
2019-02-21
1
-0
/
+9
*
iris: make iris_batch target a particular ring
Kenneth Graunke
2019-02-21
1
-2
/
+6
*
iris: drop unused field
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: initial render state upload
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: port over batchbuffer updates
Kenneth Graunke
2019-02-21
1
-10
/
+15
*
iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.
Kenneth Graunke
2019-02-21
1
-0
/
+115