summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: enable transformFeedbackStreamsLinesTrianglesSamuel Pitoiset2019-05-301-1/+1
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-306-7/+315
* spirv: Change spirv_to_nir() to return a nir_shaderCaio Marcelo de Oliveira Filho2019-05-291-5/+4
* radv: Don't re-use entry_point pointer from spirv_to_nirCaio Marcelo de Oliveira Filho2019-05-291-10/+8
* radv: use view format when selecting the resolve path for subpassesSamuel Pitoiset2019-05-291-8/+13
* radv: always use view format when performing subpass resolvesSamuel Pitoiset2019-05-293-12/+21
* radv: sync before resetting a pool if there is active pending queriesSamuel Pitoiset2019-05-294-0/+27
* radv: allocate more space in the CS when emitting eventsSamuel Pitoiset2019-05-281-1/+1
* radv add radv_get_resolve_pipeline() in the compute pathSamuel Pitoiset2019-05-281-20/+36
* radv: cleanup the compute resolve path for subpassSamuel Pitoiset2019-05-281-56/+29
* ac: treat Mullins as Kabini, remove the enumMarek Olšák2019-05-272-3/+1
* radv: ignore the loadOp if the first use of an attachment is a resolveSamuel Pitoiset2019-05-271-9/+3
* radv: always dirty the framebuffer when restoring a subpassSamuel Pitoiset2019-05-272-2/+4
* radv: add radv_clear_htile() helperSamuel Pitoiset2019-05-273-6/+16
* radv: tidy up GetQueryPoolResults for occlusion queriesSamuel Pitoiset2019-05-271-7/+5
* nir/builder: Remove the use_fmov parameter from nir_swizzleJason Ekstrand2019-05-242-4/+4
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-221-4/+3
* radv: do not reset query pool during creationSamuel Pitoiset2019-05-221-3/+0
* radv: fix the sample max distance value for 8xSamuel Pitoiset2019-05-221-1/+1
* radv: emit correct centroid priority based on the number of samplesSamuel Pitoiset2019-05-221-3/+16
* radv: clean up the sample locations codebaseSamuel Pitoiset2019-05-224-98/+76
* radv: remove remaining code related to 16 samplesSamuel Pitoiset2019-05-222-51/+0
* spirv, radv, anv: Replace ptr_type with addr_formatCaio Marcelo de Oliveira Filho2019-05-201-5/+5
* radv: decompress FMASK before performing a MSAA decompress using FMASKSamuel Pitoiset2019-05-201-2/+13
* radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset2019-05-173-0/+11
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-1513-139/+139
* ac: use 1D GEPs for descriptors and constantsMarek Olšák2019-05-141-3/+5
* radv: add support for VK_KHR_uniform_buffer_standard_layoutSamuel Pitoiset2019-05-142-0/+7
* radv: Clean up signalled and submitted fields from winsys fences.Bas Nieuwenhuizen2019-05-136-41/+47
* radv: bump reported version to 1.1.107Samuel Pitoiset2019-05-132-50/+1
* radv: Do not use extra descriptor space for the 3rd plane.Bas Nieuwenhuizen2019-05-123-7/+26
* radv: Add support for icd loader interface v4.Bas Nieuwenhuizen2019-05-133-2/+66
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-111-1/+2
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* nir: Initialize lower_flrp_progress everywhereIan Romanick2019-05-091-1/+1
* radv: fix setting the number of rectangles when it's dyanmicSamuel Pitoiset2019-05-091-4/+6
* radv: call constant folding before opt algebraicTimothy Arceri2019-05-081-1/+1
* nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick2019-05-061-0/+25
* radv: fix rowPitch for R32G32B32 formats on GFX9Samuel Pitoiset2019-05-061-1/+13
* radv: Use given stride for images imported from Android.Bas Nieuwenhuizen2019-05-063-0/+35
* radv: Implement cosited_even sampling.Bas Nieuwenhuizen2019-05-062-2/+83
* radv: Disable subsampled formats.Bas Nieuwenhuizen2019-05-061-1/+2
* radv: apply the indexing workaround for atomic buffer operations on GFX9Samuel Pitoiset2019-05-031-0/+6
* radv: fix radv_get_aspect_format() for D+S formatsSamuel Pitoiset2019-05-031-0/+2
* radv: only need to force emit the TCS regs on Vega10 and Raven1Samuel Pitoiset2019-05-021-2/+2
* radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output bufferSamuel Pitoiset2019-05-023-0/+9
* radv: fix set_output_usage_mask() with composite and 64-bit typesRhys Perry2019-05-021-4/+17
* radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset2019-05-021-3/+44
* radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset2019-05-021-4/+16
* radv: do not need to force emit the TCS regs on Vega20Samuel Pitoiset2019-05-021-0/+1