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
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: remove the remaining duplicate llvm types
Timothy Arceri
2017-11-03
1
-12
/
+1
*
ac: remove usused v4f32
Timothy Arceri
2017-11-03
1
-4
/
+0
*
ac: add v2f32 to the common code and make use of it
Timothy Arceri
2017-11-03
3
-10
/
+7
*
ac: use the ac f16 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the ac f32 llvm type
Timothy Arceri
2017-11-03
1
-35
/
+33
*
ac: use the ac f64 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the common v8i32 llvm type
Timothy Arceri
2017-11-03
1
-4
/
+2
*
ac: use the common v4i32 llvm type
Timothy Arceri
2017-11-03
1
-9
/
+7
*
ac: add v3i32 to the common code and make use of it
Timothy Arceri
2017-11-03
3
-5
/
+5
*
ac: add v2i32 to the common code and use it
Timothy Arceri
2017-11-03
3
-11
/
+11
*
ac: use the ac i64 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: remove unused i16 llvm type
Timothy Arceri
2017-11-03
1
-2
/
+0
*
ac: use the ac ivoidt llvm type
Timothy Arceri
2017-11-03
1
-4
/
+2
*
ac: use the ac i8 llvm type
Timothy Arceri
2017-11-03
1
-6
/
+4
*
ac: use the ac i1 llvm type
Timothy Arceri
2017-11-03
1
-3
/
+1
*
ac: use the ac i32 llvm type
Timothy Arceri
2017-11-03
1
-181
/
+179
*
ac/radeonsi: add support for tex instr without a derefence
Timothy Arceri
2017-11-03
1
-34
/
+46
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
4
-13
/
+1
*
ac/llvm: drop pointless wrappers around umsb/imsb
Dave Airlie
2017-10-26
1
-14
/
+2
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
3
-29
/
+36
*
ac/llvm: drop v4f32empty. (v2)
Dave Airlie
2017-10-26
1
-12
/
+0
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
3
-41
/
+33
*
ac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
Dave Airlie
2017-10-26
1
-60
/
+52
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
3
-41
/
+50
*
ac/nir: generate correct instruction for atomic min/max on unsigned images
Matthew Nicholls
2017-10-25
1
-2
/
+4
*
ac: add support for explicit component packing
Timothy Arceri
2017-10-25
1
-16
/
+52
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
2
-0
/
+8
*
ac: use llvm.amdgcn.kill with LLVM 6.0
Marek Olšák
2017-10-24
1
-0
/
+6
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
3
-26
/
+11
*
ac: Silence a compiler warning about results[0].
Eric Anholt
2017-10-23
1
-0
/
+1
*
ac: Fix a compiler warning for possibly undefined "name"
Eric Anholt
2017-10-23
1
-1
/
+1
*
amd/common/gfx9: workaround DCC corruption more conservatively
Nicolai Hähnle
2017-10-23
1
-7
/
+25
*
ac/nir: Only clamp shadow reference on radeonsi.
Bas Nieuwenhuizen
2017-10-23
3
-2
/
+8
*
ac/nir: Fix nir_texop_lod on GFX for 1D arrays.
Bas Nieuwenhuizen
2017-10-23
1
-1
/
+3
*
radv/ac/nir: only emit tess factors to storage if tes reads them
Dave Airlie
2017-10-23
2
-2
/
+3
*
ac/nir: Account for compact array index in GS input load from LDS.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
ac/nir: Set larged wrokgroup size for GS on GFX9.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
ac/nir: Take the max workgroup size of all provided shaders.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+6
*
radv: Expose VK_EXT_global_priority
Andres Rodriguez
2017-10-21
2
-0
/
+2
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
2
-21
/
+21
*
ac/nir: Fix up GS input vgprs.
Bas Nieuwenhuizen
2017-10-20
1
-0
/
+15
*
ac/nir: Add loading from LDS for merged GS.
Bas Nieuwenhuizen
2017-10-20
1
-15
/
+21
*
ac/nir: Add ES output to LDS for GFX9.
Bas Nieuwenhuizen
2017-10-20
1
-8
/
+49
*
ac/nir: Add merged GS function.
Bas Nieuwenhuizen
2017-10-20
1
-17
/
+63
*
ac/nir: init full exec mask for merged shaders.
Dave Airlie
2017-10-20
3
-0
/
+12
*
ac: move some code out of loop in store_tcs_output()
Timothy Arceri
2017-10-20
1
-5
/
+5
*
radv: Add code to compile merged shaders.
Bas Nieuwenhuizen
2017-10-19
1
-0
/
+1
*
ac/nir: Add LS-HS input VGPR workaround.
Bas Nieuwenhuizen
2017-10-19
1
-0
/
+18
*
ac/nir: Compile the bodies of multiple shaders.
Bas Nieuwenhuizen
2017-10-19
1
-50
/
+83
*
ac/nir: Expand user SGPR descriptions a bit.
Bas Nieuwenhuizen
2017-10-19
1
-3
/
+3
[next]