summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
Commit message (Expand)AuthorAgeFilesLines
* radv: add an option for disabling NGG on GFX10Samuel Pitoiset2019-07-171-0/+2
* radv/gfx10: disable the TC compat zrange workaroundSamuel Pitoiset2019-07-171-0/+1
* radv/gfx10: always build the GS copy shader but uses it on-demandSamuel Pitoiset2019-07-171-0/+2
* radv: allow to select DST_SEL with RELEASE_MEMSamuel Pitoiset2019-07-161-1/+1
* radv/gfx10: implement support for GS as NGGSamuel Pitoiset2019-07-111-0/+24
* radv/gfx10: implement NGG support (VS only)Samuel Pitoiset2019-07-071-0/+2
* radv/gfx10: Use new uconfig reg index packet for GFX10+.Bas Nieuwenhuizen2019-07-071-1/+1
* radv/gfx10: implement radv_initialise_ds_surface()Samuel Pitoiset2019-07-071-2/+2
* radv/gfx10: implement radv_initialise_color_surface()Samuel Pitoiset2019-07-071-1/+2
* radv/gfx10: generate gfx10_format_table.hSamuel Pitoiset2019-07-071-0/+11
* radv: Add the concept of radv shader binaries.Bas Nieuwenhuizen2019-07-041-8/+6
* radv: rename and re-document cache flush flagsSamuel Pitoiset2019-06-251-20/+24
* radv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2Samuel Pitoiset2019-06-251-0/+3
* radv: clear CMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-0/+1
* radv: clear FMASK layers instead of the whole buffer on GFX8Samuel Pitoiset2019-06-251-1/+3
* radv: pass sample locations for transitions before depth/stencil resolvesSamuel Pitoiset2019-06-211-0/+3
* radv: implement all depth/stencil resolve modes using computeSamuel Pitoiset2019-06-211-0/+16
* radv: implement all depth/stencil resolve modes using graphicsSamuel Pitoiset2019-06-211-0/+18
* radv: record if a render pass has depth/stencil resolve attachmentsSamuel Pitoiset2019-06-211-0/+3
* radv: rename has_resolve to has_color_resolveSamuel Pitoiset2019-06-211-2/+2
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-191-0/+10
* radv: store the DCC predicate for each mipSamuel Pitoiset2019-06-171-2/+13
* radv: store the FCE predicate for each mipSamuel Pitoiset2019-06-171-1/+11
* radv: store the fast color clear values for each mipSamuel Pitoiset2019-06-171-1/+11
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-171-0/+1
* radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...Daniel Schürmann2019-06-131-0/+3
* radv: handle sample locations during automatic layout transitionsSamuel Pitoiset2019-06-071-0/+9
* radv: determine the first subpass id for every attachmentsSamuel Pitoiset2019-06-071-1/+2
* radv: Use bo metadata for imported image tiling on Android.Bas Nieuwenhuizen2019-06-041-0/+1
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-301-7/+19
* radv: sync before resetting a pool if there is active pending queriesSamuel Pitoiset2019-05-291-0/+5
* radv: clean up the sample locations codebaseSamuel Pitoiset2019-05-221-2/+2
* radv: remove remaining code related to 16 samplesSamuel Pitoiset2019-05-221-1/+0
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-151-1/+1
* radv: Clean up signalled and submitted fields from winsys fences.Bas Nieuwenhuizen2019-05-131-2/+0
* radv: Add support for icd loader interface v4.Bas Nieuwenhuizen2019-05-131-0/+3
* radv: Use given stride for images imported from Android.Bas Nieuwenhuizen2019-05-061-0/+5
* radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output bufferSamuel Pitoiset2019-05-021-0/+1
* radv: Update descriptor sets for multiple planes.Bas Nieuwenhuizen2019-04-251-1/+2
* radv: Add support for image views with multiple planes.Bas Nieuwenhuizen2019-04-251-2/+13
* radv: Add ycbcr conversion structs.Bas Nieuwenhuizen2019-04-251-0/+11
* radv: Add single plane image views & meta operations.Bas Nieuwenhuizen2019-04-251-0/+3
* radv: Add multiple planes to images.Bas Nieuwenhuizen2019-04-251-5/+17
* radv: Add support for driconf.Bas Nieuwenhuizen2019-04-231-0/+4
* radv: Support VK_EXT_inline_uniform_block.Bas Nieuwenhuizen2019-04-191-0/+2
* 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