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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
radv: enable fast depth/stencil clears with separate aspects on GFX8
Samuel Pitoiset
2019-10-28
1
-7
/
+0
*
radv: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
radv: enable secure compile support
Timothy Arceri
2019-10-26
2
-3
/
+26
*
radv: a support for a secure compile fork at device creation
Timothy Arceri
2019-10-26
1
-1
/
+299
*
radv: add radv_secure_compile()
Timothy Arceri
2019-10-26
1
-0
/
+134
*
radv: for secure compile exit early from radv_shader_variant_create()
Timothy Arceri
2019-10-26
1
-1
/
+8
*
radv: allow the secure process to read and write from disk cache
Timothy Arceri
2019-10-26
1
-5
/
+77
*
radv: add radv_device_use_secure_compile() helper
Timothy Arceri
2019-10-26
1
-0
/
+6
*
radv: add some new members to radv device and instance for secure compile
Timothy Arceri
2019-10-26
1
-0
/
+21
*
radv: add radv_secure_compile_type enum
Timothy Arceri
2019-10-26
1
-0
/
+11
*
radv: add radv_create_shaders() to radv_shader.h
Timothy Arceri
2019-10-26
2
-1
/
+10
*
radv: add debug option to turn off in memory cache
Timothy Arceri
2019-10-26
3
-5
/
+22
*
radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo
Timothy Arceri
2019-10-26
1
-9
/
+8
*
radv: fix VK_KHR_shader_float_controls dependency on GFX6-7
Samuel Pitoiset
2019-10-25
1
-3
/
+3
*
radv: compute the number of records correctly for vertex buffers
Samuel Pitoiset
2019-10-24
1
-5
/
+7
*
radv: round vgprs/sgprs before calculating max_waves
Rhys Perry
2019-10-23
1
-4
/
+8
*
radv: fix a performance regression with graphics depth/stencil clears
Samuel Pitoiset
2019-10-23
2
-25
/
+123
*
radv: fix vkUpdateDescriptorSets with inline uniform blocks
Samuel Pitoiset
2019-10-23
1
-0
/
+8
*
radv/gfx10: fix 3D images
Samuel Pitoiset
2019-10-23
3
-17
/
+17
*
radv/gfx10: re-enable fast depth/stencil clears with separate aspects
Samuel Pitoiset
2019-10-23
1
-3
/
+2
*
radv: do not emit rbplus if attachments are undefined
Samuel Pitoiset
2019-10-23
1
-0
/
+3
*
radv: add an assertion in radv_gfx10_compute_bin_size()
Samuel Pitoiset
2019-10-23
1
-0
/
+1
*
radv: do not create meta pipelines with 16 samples
Samuel Pitoiset
2019-10-23
2
-5
/
+5
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
radv: advertise VK_KHR_spirv_1_4
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
radv: do not dump descriptors twice in hang reports
Samuel Pitoiset
2019-10-21
1
-10
/
+15
*
radv: dump trace files earlier if a GPU hang is detected
Samuel Pitoiset
2019-10-21
1
-1
/
+2
*
radv: print which ring is dumped in hang reports
Samuel Pitoiset
2019-10-21
1
-0
/
+2
*
radv: do not print useless descriptors info in hang reports
Samuel Pitoiset
2019-10-21
1
-74
/
+1
*
radv: enable VK_KHR_shader_float_controls on GFX6-GFX7
Samuel Pitoiset
2019-10-21
2
-4
/
+4
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
6
-3
/
+50
*
radv: Fix single stage constant flush with merged shaders.
Bas Nieuwenhuizen
2019-10-18
1
-5
/
+6
*
radv: fix DCC fast clear code for intensity formats (correctly)
Samuel Pitoiset
2019-10-17
1
-12
/
+9
*
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
*
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
*
radv/aco: disable NGG when ACO is used
Rhys Perry
2019-10-10
1
-0
/
+4
*
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
[next]