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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: handle unaligned vertex fetches on GFX6/GFX10
Samuel Pitoiset
2019-12-13
1
-47
/
+86
*
radv: enable SpvCapabilityImageMSArray
Samuel Pitoiset
2019-12-12
1
-0
/
+1
*
radv: Fix RGBX Android<->Vulkan format correspondence.
Bas Nieuwenhuizen
2019-12-11
1
-1
/
+1
*
radv: implement VK_KHR_separate_depth_stencil_layouts
Samuel Pitoiset
2019-12-10
6
-7
/
+93
*
radv: initialize HTILE for separate depth/stencil aspects
Samuel Pitoiset
2019-12-10
3
-19
/
+29
*
radv: do not init HTILE as compressed state when dst layout allows it
Samuel Pitoiset
2019-12-10
1
-13
/
+5
*
radv: synchronize after performing a separate depth/stencil fast clears
Samuel Pitoiset
2019-12-10
1
-0
/
+10
*
radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rast
Samuel Pitoiset
2019-12-10
2
-10
/
+7
*
radv: move emission of two PA_SC_* registers to the pipeline CS
Samuel Pitoiset
2019-12-10
2
-4
/
+3
*
radv: do not use VK_TRUE/VK_FALSE
Samuel Pitoiset
2019-12-09
1
-12
/
+12
*
radv: Enable ACO on GFX7 (Sea Islands)
Daniel Schürmann
2019-12-07
1
-2
/
+3
*
radv: disable Youngblood app profile if ACO is used
Daniel Schürmann
2019-12-07
1
-2
/
+3
*
radv: only flush scalar cache for SSBO writes with ACO on GFX8+
Daniel Schürmann
2019-12-07
1
-1
/
+2
*
radv/gfx10: fix the vertex order for triangle strips emitted by a GS
Samuel Pitoiset
2019-12-04
1
-48
/
+47
*
radv: simplify a check in radv_fixup_vertex_input_fetches()
Samuel Pitoiset
2019-12-04
1
-4
/
+2
*
radv: remove dead shader input/output variables
Samuel Pitoiset
2019-12-04
1
-1
/
+1
*
radv: set writes_memory for global memory stores/atomics
Rhys Perry
2019-12-02
1
-8
/
+25
*
radv,ac/nir: lower deref operations for shared memory
Samuel Pitoiset
2019-11-29
1
-0
/
+19
*
radv: Fix timeline semaphore refcounting.
Bas Nieuwenhuizen
2019-11-28
1
-9
/
+4
*
radv: Unify max_descriptor_set_size.
Bas Nieuwenhuizen
2019-11-28
1
-14
/
+15
*
radv: add more constants to avoid using magic numbers
Samuel Pitoiset
2019-11-28
2
-6
/
+14
*
radv: enable VK_KHR_shader_subgroup_extended_types on GFX10
Samuel Pitoiset
2019-11-27
1
-1
/
+1
*
radv: fix enabling sample shading with SampleID/SamplePosition
Samuel Pitoiset
2019-11-27
1
-7
/
+24
*
radv: Enable VK_KHR_buffer_device_address.
Bas Nieuwenhuizen
2019-11-26
2
-3
/
+25
*
radv: fix reporting subgroup size with VK_KHR_pipeline_executable_properties
Samuel Pitoiset
2019-11-26
1
-3
/
+2
*
radv: Allocate cmdbuffer space for buffer marker write.
Bas Nieuwenhuizen
2019-11-26
1
-0
/
+4
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
1
-10
/
+10
*
radv: select the depth decompress path based on the aspect mask
Samuel Pitoiset
2019-11-25
1
-4
/
+16
*
radv: create decompress pipelines for separate depth/stencil layouts
Samuel Pitoiset
2019-11-25
3
-23
/
+44
*
radv: rework creation of decompress/resummarize meta pipelines
Samuel Pitoiset
2019-11-25
1
-34
/
+36
*
radv: set the image view aspect mask before resolves
Samuel Pitoiset
2019-11-25
1
-2
/
+2
*
radv: set the image view aspect mask during subpass transitions
Samuel Pitoiset
2019-11-25
1
-1
/
+1
*
radv: set alignment for load_ssbo/store_ssbo in meta shaders
Rhys Perry
2019-11-25
3
-0
/
+26
*
aco: Use common argument handling
Connor Abbott
2019-11-25
1
-3
/
+1
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
5
-38
/
+43
*
aco: Use radv_shader_args in aco_compile_shader()
Connor Abbott
2019-11-25
1
-1
/
+1
*
radv: Move argument declaration out of nir_to_llvm
Connor Abbott
2019-11-25
6
-784
/
+823
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
3
-706
/
+778
*
radv: Rename ac_arg_regfile
Connor Abbott
2019-11-25
1
-2
/
+2
*
radv: disable subgroup shuffle operations on GFX10
Samuel Pitoiset
2019-11-25
1
-1
/
+2
*
radv: create a fresh fork for each pipeline compile
Timothy Arceri
2019-11-25
2
-14
/
+139
*
radv: add a secure_compile_open_fifo_fds() helper
Timothy Arceri
2019-11-25
1
-0
/
+43
*
radv: add some infrastructure for fresh forks for each secure compile
Timothy Arceri
2019-11-25
1
-1
/
+14
*
radv: Enable Subgroup Arithmetic and Clustered for SI
Daniel Schürmann
2019-11-20
1
-6
/
+5
*
radv: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7
Samuel Pitoiset
2019-11-20
1
-1
/
+1
*
radv: Do not change scratch settings while shaders are active.
Bas Nieuwenhuizen
2019-11-20
4
-55
/
+105
*
ac: add radeon_info::num_rings and move ring_type to amd_family.h
Marek Olšák
2019-11-19
3
-14
/
+5
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
radv/aco: enable VK_KHR_shader_subgroup_extended_types
Rhys Perry
2019-11-19
1
-1
/
+1
*
radv: advertise VK_KHR_shader_subgroup_extended_types on GFX8-GFX9
Samuel Pitoiset
2019-11-19
2
-0
/
+7
[next]