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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
panfrost: Mark point sprites as todo on Bifrost
Alyssa Rosenzweig
2020-06-03
1
-2
/
+7
*
panfrost: Fix gl_PointSize out of GL_POINTS
Alyssa Rosenzweig
2020-06-03
1
-0
/
+9
*
panfrost: Prefer sysval for gl_PointCoord on Bifrost
Alyssa Rosenzweig
2020-06-03
1
-0
/
+1
*
pan/bi: Disassemble gl_PointCoord reads.
Alyssa Rosenzweig
2020-06-03
1
-1
/
+3
*
panfrost: Explicitly convert to 32-bit for logic-ops
Alyssa Rosenzweig
2020-06-03
1
-1
/
+11
*
panfrost: Readd MIDGARD_SHADERLESS quirk to t760
Alyssa Rosenzweig
2020-06-03
1
-1
/
+1
*
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
*
nir/lower_tex: fixes for fp16 yuv lowering
Rob Clark
2020-06-03
1
-5
/
+10
*
nir/builder: add bitsize conversion helpers
Rob Clark
2020-06-03
1
-0
/
+24
*
nir: extract out convert_to_bitsize() helper
Rob Clark
2020-06-03
2
-16
/
+17
*
nir: get_base_type() should return enum type
Rob Clark
2020-06-03
1
-2
/
+2
*
panfrost: Handle writes_memory correctly
Alyssa Rosenzweig
2020-06-03
3
-3
/
+8
*
panfrost: Document MALI_WRITES_GLOBAL bit
Alyssa Rosenzweig
2020-06-03
3
-1
/
+9
*
panfrost: Update MALI_EARLY_Z description
Alyssa Rosenzweig
2020-06-03
1
-5
/
+5
*
iris: remove unused iris_bo->swizzle_mode
Marcin Ĺšlusarz
2020-06-03
2
-24
/
+0
*
aco: sign-extend input/identity for 16-bit subgroup ops on GFX6-GFX7
Samuel Pitoiset
2020-06-03
1
-0
/
+3
*
aco: fix subdword copies on GFX6-GFX7
Samuel Pitoiset
2020-06-03
1
-7
/
+11
*
aco: implement 16-bit nir_intrinsic_quad_* on GFX6-GFX7
Samuel Pitoiset
2020-06-03
1
-2
/
+8
*
aco: implement 16-bit reduce operations on GFX6-GFX7
Samuel Pitoiset
2020-06-03
1
-6
/
+54
*
pan/bi: Handle vectorized load_const
Alyssa Rosenzweig
2020-06-03
1
-4
/
+13
*
pan/bi: Passthrough second argument of F32_TO_F16
Alyssa Rosenzweig
2020-06-03
1
-0
/
+20
*
pan/bi: Pack second argument of F32_TO_F16
Alyssa Rosenzweig
2020-06-03
1
-4
/
+6
*
pan/bi: Fix SEL.16 swizzle
Alyssa Rosenzweig
2020-06-03
1
-4
/
+4
*
pan/bi: Handle SEL with vec3 16-bit
Alyssa Rosenzweig
2020-06-03
1
-0
/
+4
*
panfrost: Passthrough NATIVE loads/stores
Alyssa Rosenzweig
2020-06-03
1
-0
/
+18
*
pan/mdg: Handle regular nir_intrinsic_load_output
Alyssa Rosenzweig
2020-06-03
1
-17
/
+22
*
pan/mdg: Allow f2u8 and friends thru
Alyssa Rosenzweig
2020-06-03
1
-3
/
+3
*
pan/mdg: Handle f2u8
Alyssa Rosenzweig
2020-06-03
1
-1
/
+3
*
pan/mdg: Fold roundmode into applicable instructions
Alyssa Rosenzweig
2020-06-03
1
-3
/
+20
*
pan/mdg: Implement *_rtz conversions with roundmode
Alyssa Rosenzweig
2020-06-03
1
-12
/
+22
*
pan/mdg: Lower roundmodes
Alyssa Rosenzweig
2020-06-03
1
-1
/
+14
[next]