aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: adjust the supported subgroup stagesSamuel Pitoiset2020-04-231-1/+2
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-234-13/+5
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-233-0/+35
* radv: use common nir_convert_ycbcrJonathan Marek2020-04-201-122/+9
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-201-1/+1
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-183-7/+7
* radv/llvm: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-171-0/+1
* radv: set missing SHARED_VGPR_CNT for NGG VS and ACOSamuel Pitoiset2020-04-171-1/+1
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-174-6/+7
* radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset2020-04-161-6/+1
* radv/aco: do not advertise VK_KHR_shader_subgroup_extended_typesSamuel Pitoiset2020-04-152-3/+3
* radv: use RMW packets for updating the maximum sample distanceSamuel Pitoiset2020-04-141-9/+3
* radv: add radeon_set_context_reg_rmw() helperSamuel Pitoiset2020-04-141-0/+12
* radv: allow TC-compat HTILE with GENERAL outside of render loopsSamuel Pitoiset2020-04-091-1/+16
* radv: only enable TC-compat HTILE for images readable by a shaderSamuel Pitoiset2020-04-091-0/+8
* radv: only expose fp16 control features for chips with double rate fp16Samuel Pitoiset2020-04-091-5/+10
* radv: only expose storageInputOutput16 for chips with double rate fp16Samuel Pitoiset2020-04-091-2/+2
* radv: only expose shaderFloat16 for chips with double rate fp16Samuel Pitoiset2020-04-092-3/+3
* ac,radv: add ac_gpu_info::has_double_rate_fp16Samuel Pitoiset2020-04-091-2/+2
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-083-1/+3
* radv: Whitespace fixup.Bas Nieuwenhuizen2020-04-081-1/+0
* radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZESamuel Iglesias Gonsálvez2020-04-081-1/+1
* radv: check buffer size in vkCreateBuffer()Samuel Iglesias Gonsálvez2020-04-081-0/+3
* radv: Consider maximum sample distances for entire grid.Bas Nieuwenhuizen2020-04-081-4/+6
* radv: enable lowering of GS intrinsics for the LLVM backendSamuel Pitoiset2020-04-082-50/+15
* radv: remove radv_layout_has_htile() helperSamuel Pitoiset2020-04-083-38/+8
* radv: cleanup creating the decompress/resummarize pipelinesSamuel Pitoiset2020-04-081-26/+15
* radv: rename extra graphics pipeline decompress/resummarize fieldsSamuel Pitoiset2020-04-083-9/+9
* radv: rename decompress/resummarize depth/stencil functionsSamuel Pitoiset2020-04-083-27/+27
* radv: Store 64-bit availability bools if requested.Bas Nieuwenhuizen2020-04-071-71/+56
* radv: Print shader stage before disassembly.Timur Kristóf2020-04-071-1/+5
* radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.Timur Kristóf2020-04-072-4/+13
* radv: fix null winsys gpu_info arrayRhys Perry2020-04-031-28/+27
* radv, aco: collect statistics if requested but executables are notRhys Perry2020-04-033-16/+21
* radv: add code for exposing compiler statisticsRhys Perry2020-04-033-7/+50
* radv/llvm: enable 16-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-031-8/+7
* radv/llvm: enable 8-bit storage features on GFX6-GFX7Samuel Pitoiset2020-04-031-7/+6
* radv: Filter extensions not whitelisted for AndroidDrew Davenport2020-04-031-2/+80
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* radv: stop including files from mesa/mainMarek Olšák2020-03-279-7/+14
* radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset2020-03-241-1/+1
* radv/llvm: fix subgroup shuffle for chips without bpermuteSamuel Pitoiset2020-03-231-3/+3
* radv/winsys: spoof some values for num_render_backends in the null winsysSamuel Pitoiset2020-03-231-40/+32
* radv/winsys: fix wrong PCI ID for Vega10 in the null winsysSamuel Pitoiset2020-03-231-1/+1
* radv/winsys: set has_syncobj_wait_for_submit in the null winsysRhys Perry2020-03-201-0/+1
* radv: fix optional pSizes parameter when binding streamout buffersSamuel Pitoiset2020-03-201-1/+6
* radv: call nir_shader_gather_info againRhys Perry2020-03-191-0/+3
* radv: remove wrong assert that checks compute subgroup sizeSamuel Pitoiset2020-03-181-5/+4
* radv: fix random depth range unrestricted failures due to a cache issueSamuel Pitoiset2020-03-181-2/+6