summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: Only break batch on framebuffer change with dfsm.Bas Nieuwenhuizen2019-09-181-1/+1
* radv: never kill a NGG GS shaderRhys Perry2019-09-181-1/+3
* radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GSSamuel Pitoiset2019-09-181-4/+13
* ac: move ac_get_num_physical_sgprs into radeon_infoMarek Olšák2019-09-182-3/+3
* ac: move ac_get_max_wave64_per_simd into radeon_infoMarek Olšák2019-09-181-1/+1
* ac: move num_sdp_interfaces into radeon_infoMarek Olšák2019-09-181-15/+1
* ac: move PBB MAX_ALLOC_COUNT into radeon_infoMarek Olšák2019-09-181-31/+1
* radv: fix loading 64-bit GS inputsSamuel Pitoiset2019-09-181-0/+35
* radv: fix writing depth/stencil clear values to imageSamuel Pitoiset2019-09-181-3/+4
* radv: always emit a position export in gs copy shadersRhys Perry2019-09-161-1/+1
* radv: keep GS threads with excessive emissions which could write to memoryRhys Perry2019-09-163-4/+16
* radv/gfx10: disable unsupported transform feedback features for NGGSamuel Pitoiset2019-09-161-3/+3
* radv/gfx10: implement NGG streamoutSamuel Pitoiset2019-09-161-7/+514
* radv/gfx10: make sure to wait for idle before clearing GDSSamuel Pitoiset2019-09-161-0/+8
* radv/gfx10: make GDS idle when leaving the IBSamuel Pitoiset2019-09-161-0/+7
* radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamoutSamuel Pitoiset2019-09-161-0/+2
* radv/gfx10: gather GS output for VS as NGGSamuel Pitoiset2019-09-161-0/+2