aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
Commit message (Expand)AuthorAgeFilesLines
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-171-0/+3
* radv: Use correct buffer count with variable descriptor set sizes.Bas Nieuwenhuizen2020-04-081-0/+1
* radv: remove radv_layout_has_htile() helperSamuel Pitoiset2020-04-081-7/+0
* radv: rename extra graphics pipeline decompress/resummarize fieldsSamuel Pitoiset2020-04-081-3/+3
* radv: stop including files from mesa/mainMarek Olšák2020-03-271-1/+0
* radv: add llvm_compiler_shader() helperSamuel Pitoiset2020-03-131-10/+5
* radv: remove unnecessary LLVM includesSamuel Pitoiset2020-03-131-2/+0
* radv/sqtt: describe layout transitions with user markersSamuel Pitoiset2020-03-121-0/+20
* radv: do not recursively begin/end render pass for meta operationsSamuel Pitoiset2020-03-111-0/+4
* radv/sqtt: describe pipeline and wait events barriersSamuel Pitoiset2020-03-101-0/+27
* radv/sqtt: describe render pass color/depthstencil clearsSamuel Pitoiset2020-03-101-0/+3
* radv/sqtt: describe draw/dispatch and emit event markersSamuel Pitoiset2020-03-101-0/+6
* radv/sqtt: describe begin/end command buffers with user markersSamuel Pitoiset2020-03-101-0/+4
* radv/sqtt: add a helper that emits thread trace userdata markersSamuel Pitoiset2020-03-101-0/+2
* radv: update entrypoints generation from ANVSamuel Pitoiset2020-03-021-8/+21
* radv/sqtt: add support for GFX10Samuel Pitoiset2020-03-021-1/+4
* radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>Samuel Pitoiset2020-02-281-0/+1
* radv: add initial SQTT files generation supportSamuel Pitoiset2020-02-281-0/+4
* radv: add initial SQ Thread Trace support for GFX9Samuel Pitoiset2020-02-281-0/+33
* radv: add a small helper that allows to submit internal CSSamuel Pitoiset2020-02-281-0/+3
* radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADERSamuel Pitoiset2020-02-131-6/+5
* radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sischedSamuel Pitoiset2020-02-131-6/+5
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-131-7/+15
* radv: Do not redundantly set the RB+ regs on pipeline switch.Bas Nieuwenhuizen2020-02-111-0/+4
* radv/gfx10: implement NGG GS queriesSamuel Pitoiset2020-01-291-1/+5
* radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset2020-01-291-0/+2
* radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset2020-01-151-4/+4
* radv/gfx10: determine if a pipeline is eligible for NGG passthroughSamuel Pitoiset2020-01-131-0/+2
* radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.Bas Nieuwenhuizen2020-01-071-0/+9
* radv: record number of color/depth samples for each subpassSamuel Pitoiset2020-01-031-0/+3
* amd: fix empty-body issuesEric Engestrom2019-12-271-1/+1
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-101-0/+4
* radv: create decompress pipelines for separate depth/stencil layoutsSamuel Pitoiset2019-11-251-1/+1
* radv: Move argument declaration out of nir_to_llvmConnor Abbott2019-11-251-7/+4
* radv: add some infrastructure for fresh forks for each secure compileTimothy Arceri2019-11-251-1/+14
* radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen2019-11-201-4/+8
* radv: implement VK_AMD_device_coherent_memorySamuel Pitoiset2019-11-181-0/+4
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-151-6/+5
* radv: implement VK_EXT_subgroup_size_controlSamuel Pitoiset2019-11-061-0/+5
* radv: Add wait-before-submit support for timelines.Bas Nieuwenhuizen2019-10-301-1/+15
* radv: Add timelines with a VK_KHR_timeline_semaphore impl.Bas Nieuwenhuizen2019-10-301-0/+31
* radv: Split semaphore into two parts as enum+union.Bas Nieuwenhuizen2019-10-301-4/+17
* radv: add radv_sc_read() helperTimothy Arceri2019-10-301-0/+3
* radv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* radv: add radv_device_use_secure_compile() helperTimothy Arceri2019-10-261-0/+6
* radv: add some new members to radv device and instance for secure compileTimothy Arceri2019-10-261-0/+21
* radv: add radv_secure_compile_type enumTimothy Arceri2019-10-261-0/+11
* radv: fix a performance regression with graphics depth/stencil clearsSamuel Pitoiset2019-10-231-0/+5
* radv: do not create meta pipelines with 16 samplesSamuel Pitoiset2019-10-231-3/+3
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-141-0/+2