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
*
aco: don't combine minmax3 if there is a neg or abs modifier in between
Daniel Schürmann
2019-10-17
1
-29
/
+1
*
radv: fix DCC fast clear code for intensity formats (correctly)
Samuel Pitoiset
2019-10-17
1
-12
/
+9
*
aco: emit_split_vector() s_memtime results
Rhys Perry
2019-10-16
1
-0
/
+1
*
aco: don't CSE s_memtime
Rhys Perry
2019-10-16
1
-1
/
+1
*
aco: fix scheduling with s_memtime/s_memrealtime
Rhys Perry
2019-10-16
1
-0
/
+8
*
Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"
Samuel Pitoiset
2019-10-15
2
-12
/
+6
*
radv: rename VK_KHR_shader_float16_int8 structs/constants
Samuel Pitoiset
2019-10-15
1
-3
/
+3
*
android: amd/common: export amd/llvm headers
Mauro Rossi
2019-10-14
1
-0
/
+1
*
radv: fix DCC fast clear code for intensity formats
Samuel Pitoiset
2019-10-14
3
-9
/
+31
*
radv: add exported symbols check
Eric Engestrom
2019-10-13
1
-0
/
+13
*
aco: don't use p_as_uniform for vgpr sampler/image indices
Rhys Perry
2019-10-11
1
-1
/
+3
*
aco: implement divergent vulkan_resource_index
Rhys Perry
2019-10-11
2
-4
/
+14
*
aco: readfirstlane vgpr pointers in convert_pointer_to_64_bit()
Rhys Perry
2019-10-11
1
-0
/
+2
*
aco: use can_accept_constant in valu_can_accept_literal
Rhys Perry
2019-10-11
1
-7
/
+8
*
aco: don't apply sgprs/constants to read/write lane instructions
Rhys Perry
2019-10-11
1
-1
/
+11
*
aco: update print_ir
Rhys Perry
2019-10-10
1
-0
/
+39
*
aco: rework scratch resource code
Rhys Perry
2019-10-10
1
-22
/
+28
*
aco/gfx10: disable GFX9 1D texture workarounds
Rhys Perry
2019-10-10
1
-5
/
+5
*
aco/gfx10: fix inline uniform blocks
Rhys Perry
2019-10-10
1
-3
/
+9
*
radv/aco: disable NGG when ACO is used
Rhys Perry
2019-10-10
1
-0
/
+4
*
ac/nir: add back nir_op_fmod
Marek Olšák
2019-10-10
1
-0
/
+11
*
radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.
Bas Nieuwenhuizen
2019-10-10
1
-1
/
+1
*
radv: Check the size of the imported buffer.
Bas Nieuwenhuizen
2019-10-10
4
-4
/
+23
*
radv: Expose image handle compat types for Android handles.
Bas Nieuwenhuizen
2019-10-10
3
-4
/
+50
*
radv: Allow Android image binding.
Bas Nieuwenhuizen
2019-10-10
3
-3
/
+37
*
radv/android: Add android hardware buffer import/export.
Bas Nieuwenhuizen
2019-10-10
3
-7
/
+156
*
radv: Deal with Android external formats.
Bas Nieuwenhuizen
2019-10-10
5
-39
/
+76
*
radv: Derive android usage from create flags.
Bas Nieuwenhuizen
2019-10-10
3
-0
/
+43
*
radv: Disallow sparse shared images.
Bas Nieuwenhuizen
2019-10-10
1
-8
/
+7
*
radv/android: Add android hardware buffer queries.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+182
*
radv/android: Add android hardware buffer field to device memory.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+13
*
radv: Add VK_ANDROID_external_memory_android_hardware_buffer.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+14
*
radv: Unset vk_info in radv_image_create_layout.
Bas Nieuwenhuizen
2019-10-10
1
-4
/
+8
*
radv: Handle slightly different image dimensions.
Bas Nieuwenhuizen
2019-10-10
1
-11
/
+99
*
radv: Delay patching for imported images until layout time.
Bas Nieuwenhuizen
2019-10-10
1
-26
/
+35
*
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
[next]