index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Split out layout code from image creation.
Bas Nieuwenhuizen
2019-10-10
1
-61
/
+77
*
radv: Handle device memory alloc failure with normal free.
Bas Nieuwenhuizen
2019-10-10
1
-12
/
+22
*
radv: Cleanup buffer_from_fd.
Bas Nieuwenhuizen
2019-10-10
3
-6
/
+3
*
radv: Implement & enable VK_EXT_texel_buffer_alignment.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+16
*
radv: use a compute shader for copying timestamp query results
Samuel Pitoiset
2019-10-10
2
-30
/
+227
*
radv: sync before resetting query pools if timestamps have been written
Samuel Pitoiset
2019-10-10
1
-0
/
+10
*
aco: Clean up usages of PhysReg::reg from aco_assembler.
Timur Kristóf
2019-10-10
1
-27
/
+27
*
aco: Add extra assertion for number of FS input VGPRs.
Timur Kristóf
2019-10-10
1
-0
/
+7
*
aco: Fix s_dcache_wb on GFX10.
Timur Kristóf
2019-10-10
2
-0
/
+13
*
aco: Have s_waitcnt_vscnt write to NULL.
Rhys Perry
2019-10-10
1
-2
/
+3
*
aco: Use the VOP3-only add/sub GFX10 instructions if needed.
Rhys Perry
2019-10-10
1
-1
/
+15
*
aco: Initial work to avoid GFX10 hazards.
Rhys Perry
2019-10-10
2
-36
/
+117
*
aco: pad code with s_code_end on GFX10
Rhys Perry
2019-10-10
1
-2
/
+13
*
aco: workaround GFX10 0x3f branch bug
Rhys Perry
2019-10-10
1
-5
/
+39
*
aco: Fix VS input VGPRs on GFX10.
Timur Kristóf
2019-10-10
1
-1
/
+5
*
aco: Assemble opsel in VOP3 instructions.
Rhys Perry
2019-10-10
2
-2
/
+3
*
aco: Allow literals on VOP3 instructions.
Rhys Perry
2019-10-10
2
-2
/
+4
*
aco: Support subvector loops in aco_assembler.
Timur Kristóf
2019-10-10
2
-1
/
+26
*
aco: Set GFX10 dimensionality on the instructions that need it.
Timur Kristóf
2019-10-10
1
-0
/
+21
*
aco: Use ac_get_sampler_dim, delete duplicate code.
Timur Kristóf
2019-10-10
1
-44
/
+5
*
aco: Set GFX10 DLC bit properly.
Timur Kristóf
2019-10-10
2
-0
/
+21
*
aco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.
Timur Kristóf
2019-10-10
1
-6
/
+18
*
aco: Support GFX10 EXP in aco_assembler.
Timur Kristóf
2019-10-10
1
-1
/
+7
*
aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.
Timur Kristóf
2019-10-10
2
-8
/
+27
*
aco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.
Timur Kristóf
2019-10-10
1
-3
/
+17
*
aco: Support GFX10 MTBUF in aco_assembler.
Timur Kristóf
2019-10-10
2
-10
/
+21
*
aco: Link ACO with amd/common.
Timur Kristóf
2019-10-10
1
-0
/
+3
*
amd/common: Add extern "C" to some headers that were missing it.
Timur Kristóf
2019-10-10
3
-0
/
+24
*
aco: Support GFX10 MUBUF in aco_assembler.
Timur Kristóf
2019-10-10
1
-1
/
+9
*
aco: Support GFX10 DS in aco_assembler.
Timur Kristóf
2019-10-10
1
-2
/
+7
*
aco: Support GFX10 VINTRP in aco_assembler.
Timur Kristóf
2019-10-10
1
-1
/
+9
*
aco: Support GFX10 SMEM in aco_assembler.
Timur Kristóf
2019-10-10
1
-13
/
+60
*
aco: Add missing GFX10 specific fields and some README notes.
Timur Kristóf
2019-10-10
3
-2
/
+33
*
aco: Set +wavefrontsize64 for LLVM disassembler in GFX10 wave64 mode.
Timur Kristóf
2019-10-10
4
-7
/
+15
*
radv: get the device name from radeon_info::name
Samuel Pitoiset
2019-10-10
1
-39
/
+3
*
aco: enable nir_opt_sink
Rhys Perry
2019-10-09
1
-1
/
+1
*
amd: don't use AMD_FAMILY definitions from amdgpu_drm.h
Marek Olšák
2019-10-09
1
-8
/
+8
*
aco: move s_andn2_b64 instructions out of the p_discard_if
Rhys Perry
2019-10-09
5
-61
/
+54
*
aco: don't reorder instructions in order to lower boolean phis
Daniel Schürmann
2019-10-09
1
-26
/
+8
*
aco: re-use existing phi instruction when lowering boolean phis
Daniel Schürmann
2019-10-09
1
-3
/
+18
*
aco: Cleanup insert_before_logical_end
Michael Schellenberger Costa
2019-10-09
1
-15
/
+11
*
radv: bump minTexelBufferOffsetAlignment to 4
Samuel Pitoiset
2019-10-09
1
-1
/
+1
*
radv: implement VK_KHR_shader_clock
Samuel Pitoiset
2019-10-09
3
-0
/
+9
*
amd/llvm: Fix warning due to asserted-only variable.
Bas Nieuwenhuizen
2019-10-08
1
-1
/
+1
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
17
-36
/
+74
*
aco: fix load_constant with multiple arrays
Rhys Perry
2019-10-04
1
-3
/
+3
*
radv/aco,aco: set lower_fmod
Rhys Perry
2019-10-04
3
-31
/
+1
*
ac/nir: remove unused code for nir_op_{fmod,frem}
Samuel Pitoiset
2019-10-03
1
-14
/
+0
*
radv: enable lower_fmod for the LLVM path
Samuel Pitoiset
2019-10-03
1
-0
/
+1
*
radv: Fix warning in 32-bit build.
Bas Nieuwenhuizen
2019-10-03
1
-2
/
+3
[next]