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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Honor scanout requirement from DRI
Danylo Piliaiev
2020-06-25
1
-1
/
+1
*
iris/compute: Split out iris_load_indirect_location
Jordan Justen
2020-06-24
1
-20
/
+29
*
iris: Split walker and state update into iris_upload_gpgpu_walker
Jordan Justen
2020-06-24
1
-35
/
+48
*
iris: Delete useless #define
Kenneth Graunke
2020-06-23
1
-1
/
+0
*
iris: Make use of devinfo has_aux_map field
Jordan Justen
2020-06-22
1
-1
/
+1
*
driconf: drop now unused translation facility
Eric Engestrom
2020-06-22
1
-1
/
+1
*
iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1
Rafael Antognolli
2020-06-22
3
-11
/
+37
*
iris/l3: Enable L3 full way allocation when L3 config is NULL
Jordan Justen
2020-06-22
1
-4
/
+11
*
gallium: Add pipe cap for primitive restart with fixed index
Neil Roberts
2020-06-22
1
-0
/
+1
*
intel/compiler: Always apply sample mask on Vulkan.
Arcady Goldmints-Orlov
2020-06-19
1
-0
/
+1
*
iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
Nanley Chery
2020-06-19
1
-0
/
+11
*
iris: Refactor modifier_is_supported for gen12
Nanley Chery
2020-06-19
1
-9
/
+19
*
iris: Handle importing aux-enabled surfaces on TGL
Nanley Chery
2020-06-19
2
-1
/
+16
*
iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
Nanley Chery
2020-06-19
3
-22
/
+28
*
iris: Don't support sRGB + Y_TILED_CCS on gen9
Nanley Chery
2020-06-19
3
-74
/
+21
*
intel: Add ISL_AUX_USAGE_GEN12_CCS_E
Nanley Chery
2020-06-19
1
-0
/
+2
*
iris: Disable sRGB fast-clears for non-0/1 values
Nanley Chery
2020-06-19
6
-41
/
+20
*
iris: Avoid fast-clear with incompatible view
Nanley Chery
2020-06-19
3
-2
/
+40
*
iris: Remove the CCS_D fallback
Nanley Chery
2020-06-19
3
-4
/
+3
*
iris: Drop can_fast_clear_color's format parameter
Nanley Chery
2020-06-19
1
-4
/
+3
*
iris: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+1
*
anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
Jan Beich
2020-06-16
1
-2
/
+1
*
iris: Fix documentation for _iris_batch_flush
Rohan Garg
2020-06-16
1
-6
/
+0
*
iris: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
iris/icl+: Report same caching domain as main surface for clear color BO.
Francisco Jerez
2020-06-11
1
-2
/
+1
*
iris: Better handle metadata in NIR passes
Jason Ekstrand
2020-06-11
1
-2
/
+8
*
iris: fix export of GEM handles
Lionel Landwerlin
2020-06-04
5
-10
/
+155
*
iris: fix BO destruction in error path
Lionel Landwerlin
2020-06-04
1
-1
/
+3
*
OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.
Francisco Jerez
2020-06-03
4
-15
/
+24
*
iris: Remove iris_flush_depth_and_render_caches().
Francisco Jerez
2020-06-03
2
-28
/
+0
*
iris: Emit single render target flush PIPE_CONTROL on format mismatch.
Francisco Jerez
2020-06-03
1
-1
/
+4
*
iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_depth().
Francisco Jerez
2020-06-03
3
-23
/
+12
*
iris: Remove render cache hash table-based synchronization.
Francisco Jerez
2020-06-03
5
-59
/
+7
*
iris: Remove depth cache set tracking and synchronization.
Francisco Jerez
2020-06-03
6
-37
/
+2
*
iris: Perform compute predraw flushes from compute batch.
Francisco Jerez
2020-06-03
1
-7
/
+2
*
iris: Remove batch argument of iris_resource_prepare_access() and friends.
Francisco Jerez
2020-06-03
5
-24
/
+22
*
iris: Insert buffer barrier in existing cache flush helpers.
Francisco Jerez
2020-06-03
1
-0
/
+6
*
iris: Implement buffer-local memory barrier based on cache coherency matrix.
Francisco Jerez
2020-06-03
2
-0
/
+132
*
iris: Update cache coherency matrix on PIPE_CONTROL.
Francisco Jerez
2020-06-03
1
-0
/
+40
*
iris: Introduce cache coherency matrix for batch-local memory ordering.
Francisco Jerez
2020-06-03
2
-0
/
+50
*
iris: Report use of any in-flight buffers on first draw call after sync bound...
Francisco Jerez
2020-06-03
2
-4
/
+8
*
iris: Drop redundant iris_address::write flag.
Francisco Jerez
2020-06-03
3
-5
/
+4
*
iris: Annotate all BO uses with domain and sequence number information.
Francisco Jerez
2020-06-03
8
-92
/
+161
*
iris: Bracket batch operations which access memory within sync regions.
Francisco Jerez
2020-06-03
5
-3
/
+76
*
iris: Add infrastructure to partition batch into sync boundaries.
Francisco Jerez
2020-06-03
3
-0
/
+61
*
iris: Add batch-local synchronization book-keeping to iris_bo.
Francisco Jerez
2020-06-03
1
-0
/
+55
*
iris: Extend iris_context dirty state flags to 128 bits.
Francisco Jerez
2020-06-03
11
-219
/
+269
*
iris: Simplify iris_batch_prepare_noop().
Francisco Jerez
2020-06-03
3
-13
/
+11
*
iris: remove unused iris_bo->swizzle_mode
Marcin Ślusarz
2020-06-03
2
-24
/
+0
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-0
/
+2
[next]