summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
Commit message (Expand)AuthorAgeFilesLines
* radv: implement fast HTILE clears for depth or stencil only on GFX9Samuel Pitoiset2018-11-191-0/+6
* radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset2018-11-191-4/+4
* radv: replace si_emit_wait_fence() with radv_cp_wait_mem()Samuel Pitoiset2018-11-051-3/+2
* radv: add missing TFB queries support to CmdCopyQueryPoolsResults()Samuel Pitoiset2018-11-051-0/+1
* radv: implement VK_EXT_transform_feedbackSamuel Pitoiset2018-10-291-0/+30
* radv: gather stream output infoSamuel Pitoiset2018-10-291-0/+3
* radv: implement image to image operations for R32G32B32Samuel Pitoiset2018-10-261-0/+5
* radv: implement buffer to image operations for R32G32B32Samuel Pitoiset2018-10-161-0/+5
* radv: Implement VK_EXT_pci_bus_info.Bas Nieuwenhuizen2018-10-151-0/+2
* radv: implement clear operations for R32G32B32Samuel Pitoiset2018-10-111-0/+5
* radv: adjust the CmdUpdateBuffer threshold for optimal performanceSamuel Pitoiset2018-09-281-0/+2
* radv: allow to force anisotropy via RADV_TEX_ANISOSamuel Pitoiset2018-09-181-0/+3
* radv: emit the initial config only once in the preamblesSamuel Pitoiset2018-09-141-2/+4
* radv: Add on-demand compilation of built-in shaders.Bas Nieuwenhuizen2018-08-141-1/+7
* radv: Make fs key exemplars ordered to be a reverse fs_key lookup.Bas Nieuwenhuizen2018-08-141-1/+2
* radv: make use of radv_subpass_barrier() when resolving subpassesSamuel Pitoiset2018-07-201-0/+3
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-181-0/+4
* radv: add support for non-inverted conditional renderingSamuel Pitoiset2018-07-181-1/+2
* radv: remove unnecessary verification code around ring_offsets_idxSamuel Pitoiset2018-07-121-1/+0
* radv: emit a dummy ZPASS_DONE to prevent GPU hangs on GFX9Samuel Pitoiset2018-07-121-2/+5
* radv: introduce radv_subpass_attachment data structureSamuel Pitoiset2018-07-121-5/+10
* radv: make sure to wait for CP DMA when neededSamuel Pitoiset2018-07-111-0/+5
* radv: only flush CB meta in pipeline image barriers when neededSamuel Pitoiset2018-07-051-0/+11
* ac/radv: move llvm compiler info to struct and init in one placeDave Airlie2018-07-041-4/+3
* radv: create/destroy passmgr at the higher level.Dave Airlie2018-07-041-0/+2
* radv: use separate bind points for the dynamic buffersSamuel Pitoiset2018-06-271-1/+1
* radv: remove unused 'predicated' parameter from some functionsSamuel Pitoiset2018-06-271-2/+0
* radv: emit PIPELINESTAT_{START,STOP} events for pipeline stats queriesSamuel Pitoiset2018-06-261-0/+4
* radv: add VK_EXT_display_control to radv driver [v5]Keith Packard2018-06-231-0/+1
* radv: always initialize the clear depth/stencil values to 0Samuel Pitoiset2018-06-201-4/+4
* radv: always initialize the clear color values to 0Samuel Pitoiset2018-06-201-4/+4
* radv: don't store the number of samples as log2Samuel Pitoiset2018-06-201-1/+1
* radv: Add KHR_display extension to radv [v5]Keith Packard2018-06-191-0/+1
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-0/+1
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-15/+15
* radv: clean up radv_{set,load}_depth_clear_regs() helpersSamuel Pitoiset2018-06-151-4/+5
* radv: clean up radv_{set,load}_color_clear_regs() helpersSamuel Pitoiset2018-06-151-4/+6
* radv: remove multisample bit from shader key.Dave Airlie2018-06-151-1/+0
* radv: Consolidate GFX9 merged shader lookup logicAlex Smith2018-06-011-1/+2
* radv: Add startup debug option.Bas Nieuwenhuizen2018-05-311-0/+2
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-8/+5
* radv: Make the sem_info allocate/free functions static.Bas Nieuwenhuizen2018-05-311-8/+0
* radv: allow radv_emit_shader_pointer_head() to emit more pointersSamuel Pitoiset2018-05-291-3/+5
* radv: split radv_emit_shader_pointer()Samuel Pitoiset2018-05-291-5/+20
* radv: add support for 32-bit pointers in user data SGPRsSamuel Pitoiset2018-05-221-4/+14
* radv: add radv_emit_shader_pointer() helperSamuel Pitoiset2018-05-171-0/+10
* radv: remove radv_device::llvm_supports_spillSamuel Pitoiset2018-05-171-1/+0
* radv: Fix up 2_10_10_10 alpha sign.Bas Nieuwenhuizen2018-05-141-0/+1
* radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BITTimothy Arceri2018-05-131-0/+1
* radv: fix multisample image copiesMatthew Nicholls2018-05-021-9/+9