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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3: move const_state back to variant
Rob Clark
2020-06-19
7
-40
/
+54
*
freedreno/ir3: un-embed const_state
Rob Clark
2020-06-19
8
-10
/
+21
*
freedreno/ir3: move num_reserved_user_consts out of const_state
Rob Clark
2020-06-19
3
-3
/
+3
*
freedreno/ir3: convert over to ralloc
Rob Clark
2020-06-19
3
-26
/
+8
*
freedreno/ir3: pass variant to ir3_create()
Rob Clark
2020-06-19
4
-6
/
+8
*
ir3: Split out variant-specific lowering and optimizations
Connor Abbott
2020-06-19
5
-96
/
+109
*
freedreno/ir3: constify shader key
Rob Clark
2020-06-19
2
-5
/
+5
*
freedreno/ir3: drop shader->num_ubos
Rob Clark
2020-06-19
4
-17
/
+15
*
freedreno/ir3: move ubo_state into const_state
Rob Clark
2020-06-19
9
-28
/
+27
*
freedreno/a6xx: defer userconst cmdstream size calculation
Rob Clark
2020-06-19
3
-25
/
+25
*
freedreno/ir3: add accessor for const_state
Rob Clark
2020-06-19
10
-28
/
+39
*
freedreno/ir3: refactor out helper to compile shader from asm
Rob Clark
2020-06-19
8
-48
/
+127
*
st/mesa: make texture views inherit compressed_data storage
Pierre-Eric Pelloux-Prayer
2020-06-19
2
-6
/
+27
*
ac/llvm: load 1 byte at a time if unaligned on gfx10
Pierre-Eric Pelloux-Prayer
2020-06-19
1
-1
/
+1
*
r600/sfn: Handle memory_barrier
Gert Wollny
2020-06-19
1
-0
/
+1
*
r600/sfn: Take SSBO buffer ID offset into account
Gert Wollny
2020-06-19
4
-8
/
+35
*
r600/sfn: Add support for reading cube image array dim.
Gert Wollny
2020-06-19
3
-15
/
+40
*
r600/sfn: Add support for image_size
Gert Wollny
2020-06-19
2
-0
/
+24
*
r600/sfn: Add imageio support
Gert Wollny
2020-06-19
3
-47
/
+325
*
r600/sfn: lower image derefs
Gert Wollny
2020-06-19
2
-1
/
+1
*
radv: require LLVM 11+ for GFX 10.3 if not using ACO
Samuel Pitoiset
2020-06-19
1
-0
/
+6
*
radv: add support for Sienna Cichlid
Samuel Pitoiset
2020-06-19
5
-10
/
+45
*
aco: replace == GFX10 with >= GFX10 where it's needed
Samuel Pitoiset
2020-06-19
3
-7
/
+7
*
radv: replace == GFX10 with >= GFX10 where it's needed
Samuel Pitoiset
2020-06-19
2
-3
/
+3
*
intel/tools: Add assembler tests for the cr0 register
Matt Turner
2020-06-19
6
-0
/
+70
*
intel/tools: Disallow control subregisters > 3
Matt Turner
2020-06-19
1
-1
/
+1
*
intel/tools: Require explicit regions/types for special regs
Matt Turner
2020-06-19
1
-28
/
+10
*
intel/tools: Drop srctype from ipreg
Matt Turner
2020-06-19
1
-1
/
+1
*
intel/tools: Remove unnecessary reg number checking
Matt Turner
2020-06-19
2
-10
/
+1
*
turnip: move enum translation functions to a common header
Jonathan Marek
2020-06-18
7
-371
/
+247
*
aco: use the same regclass as the definition for undef phi operands
Rhys Perry
2020-06-18
1
-3
/
+3
*
aco: fix edge check with sub-dword temporaries
Rhys Perry
2020-06-18
2
-5
/
+9
*
mesa/main: fix inverted condition
Erik Faye-Lund
2020-06-18
1
-1
/
+1
*
nv50/ir/nir: remove image uniform hack
Karol Herbst
2020-06-18
1
-11
/
+1
*
nv50/ir/nir: handle image atomic inc and dec
Karol Herbst
2020-06-18
1
-0
/
+18
*
nv50/ir/nir: move away from image_deref intrinsics
Karol Herbst
2020-06-18
2
-216
/
+58
*
nir/lower_images: handle dec and inc
Karol Herbst
2020-06-18
2
-0
/
+4
*
nir/lower_images: fix for array of arrays
Karol Herbst
2020-06-18
1
-2
/
+9
*
st/mesa: lower images when needed
Karol Herbst
2020-06-18
1
-0
/
+3
*
aco: shrink mad_info
Rhys Perry
2020-06-18
1
-1
/
+1
*
aco: make ssa_info::label 64-bit
Rhys Perry
2020-06-18
1
-17
/
+20
*
aco: shrink ssa_info
Rhys Perry
2020-06-18
1
-1
/
+1
*
radeon/vcn: bump vcn3.0 encode major version to 1
Boyuan Zhang
2020-06-18
1
-1
/
+18
*
radeon/vcn/enc: Re-write PPS encoding for HEVC
Boyuan Zhang
2020-06-18
1
-0
/
+65
*
radeon/vcn: add vcn 3.0 encode support
Thong Thai
2020-06-18
5
-3
/
+145
*
radeon/vcn/dec: add db_aligned_height to message buffer
Leo Liu
2020-06-18
1
-0
/
+4
*
radeon/vcn: add Sienna to use internal register offset
Leo Liu
2020-06-18
1
-13
/
+25
*
radeon/vcn: reset the decode flags from message buffer
Leo Liu
2020-06-18
1
-1
/
+1
*
aco: fix WQM handling in nested loops
Daniel Schürmann
2020-06-18
1
-1
/
+4
*
st/mesa: account for "loose", per-mipmap level textures in CopyImageSubData
Danylo Piliaiev
2020-06-18
1
-2
/
+4
[next]