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
*
freedreno: Pull the tile_alignment lookup for a layout to a helper.
Eric Anholt
2020-05-13
1
-20
/
+25
*
freedreno/a6xx: Add a testcase for UBWC buffer sharing.
Eric Anholt
2020-05-13
1
-4
/
+22
*
freedreno/a6xx: Improve layout testcase logging for UBWC fails.
Eric Anholt
2020-05-13
1
-2
/
+2
*
freedreno/a4xx+: Increase max texture size to 16384.
Eric Anholt
2020-05-13
4
-6
/
+10
*
nir: reset ssa-defs as non-divergent during divergence analysis instead of up...
Daniel Schürmann
2020-05-13
1
-21
/
+36
*
nir: simplify phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-113
/
+116
*
nir: rework phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-173
/
+214
*
nir: refactor divergence analysis state
Daniel Schürmann
2020-05-13
1
-35
/
+37
*
nir: add nir_intrinsic_elect to divergence analysis
Daniel Schürmann
2020-05-13
1
-0
/
+1
*
nir: Make "divergent" a property of an SSA value
Jason Ekstrand
2020-05-13
5
-95
/
+122
*
gallium: remove more "state tracker" occurences
Marek Olšák
2020-05-13
6
-13
/
+11
*
gallium: rename PIPE_RESOURCE_FLAG_ST_PRIV to FRONTEND_PRIV
Marek Olšák
2020-05-13
2
-3
/
+3
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
95
-183
/
+178
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
443
-162
/
+348
*
tu: Implement fallback linear staging blit for CopyImage
Connor Abbott
2020-05-13
1
-24
/
+173
*
tu: Add noubwc debug flag to disable UBWC
Connor Abbott
2020-05-13
3
-1
/
+4
*
tu: Add a "scratch bo" allocation mechanism
Connor Abbott
2020-05-13
2
-0
/
+74
*
aco: improve phi affinities with p_split_vector
Rhys Perry
2020-05-13
1
-0
/
+19
*
aco: consider affinities when creating v_mac_f32
Rhys Perry
2020-05-13
1
-2
/
+8
*
aco: mark phi definitions as last-seen phi operands
Rhys Perry
2020-05-13
1
-14
/
+14
*
aco: fix consecutively written vgprs from vmem instructions
Rhys Perry
2020-05-13
1
-10
/
+26
*
aco: simplify consecutive ordered vmem/lds writes optimization
Rhys Perry
2020-05-13
1
-10
/
+2
*
radv: add a LLVM version string workaround for SotTR and ACO
Samuel Pitoiset
2020-05-13
3
-3
/
+36
*
turnip: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-204
/
+12
*
anv: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-335
/
+14
*
radv: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-348
/
+13
*
vulkan: import common code for generating extensions
Samuel Pitoiset
2020-05-13
2
-0
/
+370
*
radv: implement VK_EXT_private_data
Samuel Pitoiset
2020-05-13
2
-0
/
+52
*
radv: use the base object struct types
Samuel Pitoiset
2020-05-13
12
-7
/
+138
*
radv: use the common base object type for VkDevice
Samuel Pitoiset
2020-05-13
12
-90
/
+87
*
etnaviv: Disable seamless cube map on GC880
Marek Vasut
2020-05-13
3
-3
/
+10
*
freedreno/a6xx: fix max-scissor opt
Rob Clark
2020-05-13
2
-13
/
+10
*
freedreno/ir3/sched: try to avoid syncs
Rob Clark
2020-05-13
1
-13
/
+99
*
freedreno/ir3/sched: avoid scheduling outputs
Rob Clark
2020-05-13
3
-22
/
+101
*
freedreno/ir3/postsched: try to avoid (sy) syncs
Rob Clark
2020-05-13
1
-2
/
+19
*
freedreno/ir3/postsched: reset sfu_delay on sync
Rob Clark
2020-05-13
2
-4
/
+33
*
freedreno/ir3: limit # of tex prefetch by shader size
Rob Clark
2020-05-13
3
-1
/
+40
*
freedreno/ir3: fix indirect cb0 load_ubo lowering
Rob Clark
2020-05-12
1
-2
/
+2
*
freedreno/ir3: don't allow negative const_offset
Rob Clark
2020-05-12
1
-3
/
+14
*
pan/mdg: Fix derivative swizzle
Alyssa Rosenzweig
2020-05-12
1
-4
/
+2
*
pan/mdg: Set types for derivatives
Alyssa Rosenzweig
2020-05-12
1
-0
/
+2
*
pan/mdg: Remove texture_op_count
Alyssa Rosenzweig
2020-05-12
4
-15
/
+0
*
pan/mdg: Use analysis to set .cont/.last flags
Alyssa Rosenzweig
2020-05-12
1
-10
/
+2
*
pan/mdg: Use the helper invo analyze passes
Alyssa Rosenzweig
2020-05-12
1
-0
/
+5
*
pan/mdg: Analyze helper execution requirements
Alyssa Rosenzweig
2020-05-12
5
-8
/
+99
*
pan/mdg: Analyze helper invocation termination
Alyssa Rosenzweig
2020-05-12
5
-0
/
+112
*
pan/mdg: Explain helper invocations dataflow theory
Alyssa Rosenzweig
2020-05-12
1
-0
/
+63
*
intel/compiler: fix alignment assert in nir_emit_intrinsic
Arcady Goldmints-Orlov
2020-05-12
1
-1
/
+1
*
freedreno: Skip taking the lock for resource usage if it's already flagged.
Eric Anholt
2020-05-12
1
-0
/
+5
*
freedreno: Move the resource_read early out to an inline.
Eric Anholt
2020-05-12
3
-15
/
+20
[next]