summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
Commit message (Expand)AuthorAgeFilesLines
* radv: Implement VK_EXT_pipeline_creation_feedback.Bas Nieuwenhuizen2019-03-201-1/+4
* radv: use typed buffer loads for vertex input fetchesSamuel Pitoiset2019-03-131-4/+1
* radv: store more vertex attribute infos as pipeline keysSamuel Pitoiset2019-03-131-0/+4
* radv: Sync ETC2 whitelisted devices.Bas Nieuwenhuizen2019-02-201-0/+1
* radv: store vertex attribute formats as pipeline keysSamuel Pitoiset2019-02-141-0/+1
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-121-0/+3
* radv: gather more info about push constantsSamuel Pitoiset2019-02-121-0/+2
* radv: track if subpasses have color attachmentsSamuel Pitoiset2019-02-041-0/+3
* radv: determine the last subpass id for every attachmentsSamuel Pitoiset2019-02-041-0/+3
* radv: store the list of attachments for every subpassSamuel Pitoiset2019-02-041-1/+4
* radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()Samuel Pitoiset2019-02-041-2/+1
* radv: remove unused radv_render_pass_attachment::view_maskSamuel Pitoiset2019-02-041-1/+0
* radv: take LDS into account for compute shader occupancy statsTimothy Arceri2019-02-011-0/+3
* radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset2019-01-231-2/+1
* radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset2019-01-231-1/+0
* radv: avoid context rolls when binding graphics pipelinesRhys Perry2019-01-211-0/+2
* radv: add missed situations for scissor bug workaroundRhys Perry2019-01-211-0/+2
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-091-2/+2
* radv: Remove device path.Bas Nieuwenhuizen2019-01-071-1/+0
* radv: add support for FMASK expandSamuel Pitoiset2018-12-201-0/+6
* radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset2018-12-201-0/+3
* radv: add a predicate for reflecting DCC decompression stateSamuel Pitoiset2018-12-131-0/+4
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-061-1/+1
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-051-0/+8
* 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