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: Explicitly cast value to uint64_t
Emmanuel
2020-07-01
1
-2
/
+2
*
iris: Fix documentation for _iris_batch_flush
Rohan Garg
2020-06-16
1
-6
/
+0
*
iris: Remove render cache hash table-based synchronization.
Francisco Jerez
2020-06-03
1
-2
/
+0
*
iris: Remove depth cache set tracking and synchronization.
Francisco Jerez
2020-06-03
1
-3
/
+0
*
iris: Introduce cache coherency matrix for batch-local memory ordering.
Francisco Jerez
2020-06-03
1
-0
/
+1
*
iris: Annotate all BO uses with domain and sequence number information.
Francisco Jerez
2020-06-03
1
-3
/
+8
*
iris: Add infrastructure to partition batch into sync boundaries.
Francisco Jerez
2020-06-03
1
-0
/
+3
*
iris: Simplify iris_batch_prepare_noop().
Francisco Jerez
2020-06-03
1
-4
/
+5
*
iris: Rename iris_seqno to iris_fine_fence
Chris Wilson
2020-05-28
1
-9
/
+9
*
iris: add identifier BO
Lionel Landwerlin
2020-05-20
1
-0
/
+5
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-1
/
+1
*
iris: Place a seqno at the end of every batch
Chris Wilson
2020-05-01
1
-6
/
+25
*
iris: Give up on not passing ice to iris_init_batch
Kenneth Graunke
2020-05-01
1
-11
/
+9
*
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
-6
/
+0
*
iris: Trim "../../src/gallium/drivers/iris/" out of debug dump filenames
Kenneth Graunke
2020-02-15
1
-0
/
+4
*
iris: add support INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
1
-0
/
+43
*
iris: Support multiple chained batches.
Kenneth Graunke
2020-01-29
1
-20
/
+20
*
iris: Drop 'engine' from iris_batch.
Kenneth Graunke
2020-01-29
1
-7
/
+1
*
intel/decoder: Make get_state_size take a full 64-bit address and a base
Kenneth Graunke
2019-12-10
1
-11
/
+4
*
iris: Mark aux-map BO as used by all batches
Jordan Justen
2019-10-28
1
-9
/
+44
*
intel/common: provide common ioctl routine
Mark Janes
2019-08-01
1
-1
/
+2
*
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
[next]