summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-103-0/+43
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7
* radv/android: Add android hardware buffer queries.Bas Nieuwenhuizen2019-10-102-0/+182
* radv/android: Add android hardware buffer field to device memory.Bas Nieuwenhuizen2019-10-102-0/+13
* radv: Add VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-102-0/+14
* radv: Unset vk_info in radv_image_create_layout.Bas Nieuwenhuizen2019-10-101-4/+8
* radv: Handle slightly different image dimensions.Bas Nieuwenhuizen2019-10-101-11/+99
* radv: Delay patching for imported images until layout time.Bas Nieuwenhuizen2019-10-101-26/+35
* radv: Split out layout code from image creation.Bas Nieuwenhuizen2019-10-101-61/+77
* radv: Handle device memory alloc failure with normal free.Bas Nieuwenhuizen2019-10-101-12/+22
* radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen2019-10-103-6/+3
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-102-0/+16
* radv: use a compute shader for copying timestamp query resultsSamuel Pitoiset2019-10-102-30/+227
* radv: sync before resetting query pools if timestamps have been writtenSamuel Pitoiset2019-10-101-0/+10
* radv: get the device name from radeon_info::nameSamuel Pitoiset2019-10-101-39/+3
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-091-1/+1
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-093-0/+9
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-081-2/+2
* radv/aco,aco: set lower_fmodRhys Perry2019-10-041-0/+1
* radv: enable lower_fmod for the LLVM pathSamuel Pitoiset2019-10-031-0/+1
* radv: Fix warning in 32-bit build.Bas Nieuwenhuizen2019-10-031-2/+3
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-031-1/+2
* radv/gfx10: fix the ESGS ring size symbolSamuel Pitoiset2019-10-021-19/+1
* radv: fix buildSamuel Pitoiset2019-10-021-1/+1
* Revert "radv: disable viewport clamping even if FS doesn't write Z"Samuel Pitoiset2019-10-021-1/+3
* radv: rework the slow depthstencil clear to write depth from PSSamuel Pitoiset2019-10-021-6/+12
* radv/gfx10: fix NGG streamout with triangle strips for VSSamuel Pitoiset2019-10-024-1/+13
* radv/gfx10: fix storing/loading NGG stream outputs for GSSamuel Pitoiset2019-10-021-12/+77
* radv/gfx10: use the component mask when storing/loading NGG stream outputsSamuel Pitoiset2019-10-021-0/+6
* radv/gfx10: fix storing/loading NGG stream outputs for VS and TESSamuel Pitoiset2019-10-021-8/+10
* radv/gfx10: add missing counter buffer to the BO listSamuel Pitoiset2019-10-021-0/+2
* radv/gfx10: add radv_device::use_nggSamuel Pitoiset2019-10-023-3/+8
* radv/aco: Don't lower subtractionsDaniel Schürmann2019-09-301-1/+0
* android: aco: add support for libmesa_acoMauro Rossi2019-09-281-1/+3
* radv: Fix L2 cache rinse programming.Timur Kristóf2019-09-261-5/+9
* radv: Add debug option to dump meta shaders.Timur Kristóf2019-09-263-2/+6
* amd/common: Introduce ac_get_fs_input_vgpr_cnt.Timur Kristóf2019-09-261-33/+1
* radv: Set shared VGPR count in radv_postprocess_config.Timur Kristóf2019-09-262-2/+18
* aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_stringRhys Perry2019-09-265-15/+15
* radv/aco: return a correct name and description for the backend IRRhys Perry2019-09-263-2/+9
* aco,radv/aco: get dissassembly for release builds if requestedRhys Perry2019-09-261-6/+1
* radv/aco: actually disable ACO when unsupportedRhys Perry2019-09-261-1/+0
* radv: fix s/load/store/ copy-paste typoEric Engestrom2019-09-241-1/+1
* radv: Add workaround for hang in The Surge 2.Bas Nieuwenhuizen2019-09-241-0/+8
* radv: remove dead shared variablesDaniel Schürmann2019-09-191-1/+1
* radv/aco: enable VK_EXT_shader_demote_to_helper_invocationDaniel Schürmann2019-09-193-0/+8
* radv: enable clustered reductionsDaniel Schürmann2019-09-191-0/+1
* radv/aco: Setup alternate path in RADV to support the experimental ACO compilerDaniel Schürmann2019-09-199-103/+201
* radv: Add DFSM support.Bas Nieuwenhuizen2019-09-181-5/+17
* radv: Disable dfsm by default even on Raven.Bas Nieuwenhuizen2019-09-182-3/+4