summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* radv: enable fast depth/stencil clears with separate aspects on GFX8Samuel Pitoiset2019-10-281-7/+0
* radv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* radv: enable secure compile supportTimothy Arceri2019-10-262-3/+26
* radv: a support for a secure compile fork at device creationTimothy Arceri2019-10-261-1/+299
* radv: add radv_secure_compile()Timothy Arceri2019-10-261-0/+134
* radv: for secure compile exit early from radv_shader_variant_create()Timothy Arceri2019-10-261-1/+8
* radv: allow the secure process to read and write from disk cacheTimothy Arceri2019-10-261-5/+77
* radv: add radv_device_use_secure_compile() helperTimothy Arceri2019-10-261-0/+6
* radv: add some new members to radv device and instance for secure compileTimothy Arceri2019-10-261-0/+21
* radv: add radv_secure_compile_type enumTimothy Arceri2019-10-261-0/+11
* radv: add radv_create_shaders() to radv_shader.hTimothy Arceri2019-10-262-1/+10
* radv: add debug option to turn off in memory cacheTimothy Arceri2019-10-263-5/+22
* radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfoTimothy Arceri2019-10-261-9/+8
* radv: fix VK_KHR_shader_float_controls dependency on GFX6-7Samuel Pitoiset2019-10-251-3/+3
* radv: compute the number of records correctly for vertex buffersSamuel Pitoiset2019-10-241-5/+7
* radv: round vgprs/sgprs before calculating max_wavesRhys Perry2019-10-231-4/+8
* radv: fix a performance regression with graphics depth/stencil clearsSamuel Pitoiset2019-10-232-25/+123
* radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset2019-10-231-0/+8
* radv/gfx10: fix 3D imagesSamuel Pitoiset2019-10-233-17/+17
* radv/gfx10: re-enable fast depth/stencil clears with separate aspectsSamuel Pitoiset2019-10-231-3/+2
* radv: do not emit rbplus if attachments are undefinedSamuel Pitoiset2019-10-231-0/+3
* radv: add an assertion in radv_gfx10_compute_bin_size()Samuel Pitoiset2019-10-231-0/+1
* radv: do not create meta pipelines with 16 samplesSamuel Pitoiset2019-10-232-5/+5
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-0/+1
* radv: do not dump descriptors twice in hang reportsSamuel Pitoiset2019-10-211-10/+15
* radv: dump trace files earlier if a GPU hang is detectedSamuel Pitoiset2019-10-211-1/+2
* radv: print which ring is dumped in hang reportsSamuel Pitoiset2019-10-211-0/+2
* radv: do not print useless descriptors info in hang reportsSamuel Pitoiset2019-10-211-74/+1
* radv: enable VK_KHR_shader_float_controls on GFX6-GFX7Samuel Pitoiset2019-10-212-4/+4
* radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset2019-10-186-3/+50
* radv: Fix single stage constant flush with merged shaders.Bas Nieuwenhuizen2019-10-181-5/+6
* radv: fix DCC fast clear code for intensity formats (correctly)Samuel Pitoiset2019-10-171-12/+9
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-152-12/+6
* radv: rename VK_KHR_shader_float16_int8 structs/constantsSamuel Pitoiset2019-10-151-3/+3
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* radv: add exported symbols checkEric Engestrom2019-10-131-0/+13
* radv/aco: disable NGG when ACO is usedRhys Perry2019-10-101-0/+4
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-101-1/+1
* radv: Check the size of the imported buffer.Bas Nieuwenhuizen2019-10-104-4/+23
* radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen2019-10-103-4/+50
* radv: Allow Android image binding.Bas Nieuwenhuizen2019-10-103-3/+37
* radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen2019-10-103-7/+156
* radv: Deal with Android external formats.Bas Nieuwenhuizen2019-10-105-39/+76
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-103-0/+43
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7