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/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
*
ac/nir: Don't write to the dynamic HS word on GFX9.
Bas Nieuwenhuizen
2017-10-19
1
-11
/
+16
*
ac/nir: Add function creation for merged LS+HS.
Bas Nieuwenhuizen
2017-10-19
1
-76
/
+178
*
ac/nir: Make scan_shader_output_decl less dependent on the context.
Bas Nieuwenhuizen
2017-10-19
1
-14
/
+17
*
ac/nir: Allow ac_shader_variant_info to contain info about multiple stages.
Bas Nieuwenhuizen
2017-10-19
1
-1
/
+1
*
ac/nir: Change interface to allow multiple source shaders.
Bas Nieuwenhuizen
2017-10-19
2
-38
/
+47
*
ac/nir: Add HS calling convention.
Bas Nieuwenhuizen
2017-10-19
1
-1
/
+4
*
ac: Parse the new HS RSRC1 register.
Bas Nieuwenhuizen
2017-10-19
1
-0
/
+1
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
3
-36
/
+42
*
ac: add radeon_info::has_sync_file
cros-mesa-17.2.3-vanilla
chadv/cros-mesa-17.2.3-vanilla
Marek Olšák
2017-10-12
2
-0
/
+2
*
ac/surface: add ac_surface::is_displayable
Marek Olšák
2017-10-12
2
-0
/
+13
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-135
/
+0
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
2
-165
/
+17
*
ac: properly document a buffer.store LLVM workaround
Marek Olšák
2017-10-06
2
-6
/
+9
*
ac: silence a warning
Marek Olšák
2017-10-04
1
-1
/
+3
*
radv: emit fmuladd instead of fma to llvm.
Dave Airlie
2017-10-04
1
-1
/
+1
*
amd/common: move ac_build_phi from radeonsi
Nicolai Hähnle
2017-10-02
2
-0
/
+19
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
1
-0
/
+2
*
amd/common: save an instruction in the build_cube_select sequence
Nicolai Hähnle
2017-09-29
1
-5
/
+6
[next]