aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* radv: add support for dynamic vertex input binding strideSamuel Pitoiset2020-07-131-2/+8
* radv: add support for dynamic depth/stencil statesSamuel Pitoiset2020-07-131-34/+91
* radv: add support for dynamic and scissor countSamuel Pitoiset2020-07-131-0/+2
* radv: add support for dynamic primitive topologySamuel Pitoiset2020-07-131-49/+20
* radv: add support for dynamic cull mode and front faceSamuel Pitoiset2020-07-131-10/+24
* radv: remove the secure compile support featureSamuel Pitoiset2020-07-131-212/+11
* radv: compute prim_vertex_count at draw timeSamuel Pitoiset2020-07-091-24/+2
* radv: adjust IA_MULTI_VGT_PARAM.PARTIAL_VS_WAVE at draw timeSamuel Pitoiset2020-07-091-14/+2
* radv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at draw timeSamuel Pitoiset2020-07-091-17/+0
* radv: store the primitive topology hardware value in the pipelineSamuel Pitoiset2020-07-091-1/+1
* Revert "radv: add support for MRTs compaction to avoid holes"Bas Nieuwenhuizen2020-07-061-28/+23
* radv: fix wide lines with multisample enabledSamuel Pitoiset2020-07-021-1/+0
* radv: add support for MRTs compaction to avoid holesSamuel Pitoiset2020-06-291-23/+28
* radv: use SPI_SHADER_ZERO for non-written color attachmentsSamuel Pitoiset2020-06-291-1/+2
* radv: rework 8/16-bit color attachment formats detectionSamuel Pitoiset2020-06-291-51/+38
* radv: adjust CB_SHADER_MASK for dual-source blending in the shader info passSamuel Pitoiset2020-06-291-3/+2
* radv: change use_aco -> use_llvmDaniel Schürmann2020-06-251-14/+15
* radv: add support for Sienna CichlidSamuel Pitoiset2020-06-191-2/+10
* radv: compute CB_SHADER_MASK from the fragment shader outputsSamuel Pitoiset2020-06-181-1/+5
* radv: make sure to set CB_SHADER_MASK correctly for internal CB operationsSamuel Pitoiset2020-06-181-0/+11
* ac: add ac_choose_spi_color_formats() to common codeSamuel Pitoiset2020-06-151-112/+13
* radv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctlySamuel Pitoiset2020-06-121-0/+7
* radv: set keep_statistic_info with RADV_DEBUG=shaderstatsRhys Perry2020-06-051-1/+3
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-2/+2
* radv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT.Bas Nieuwenhuizen2020-05-191-0/+12
* radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.Bas Nieuwenhuizen2020-05-191-11/+27
* radv: use the base object struct typesSamuel Pitoiset2020-05-131-0/+8
* radv: use the common base object type for VkDeviceSamuel Pitoiset2020-05-131-3/+3
* radv: Use smaller esgs_itemsize for ACO.Timur Kristóf2020-04-291-5/+8
* radv: Use new linking helper to set default driver locations.Timur Kristóf2020-04-291-0/+50
* radv: Add inputs read by TES to radv_shader_info.Timur Kristóf2020-04-241-0/+7
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-231-3/+1
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-231-0/+13
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-171-5/+1
* radv: rename extra graphics pipeline decompress/resummarize fieldsSamuel Pitoiset2020-04-081-3/+3
* radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.Timur Kristóf2020-04-071-0/+13
* radv, aco: collect statistics if requested but executables are notRhys Perry2020-04-031-10/+11
* radv: add code for exposing compiler statisticsRhys Perry2020-04-031-0/+14
* radv: stop including files from mesa/mainMarek Olšák2020-03-271-1/+0
* radv: call nir_shader_gather_info againRhys Perry2020-03-191-0/+3
* radv: remove wrong assert that checks compute subgroup sizeSamuel Pitoiset2020-03-181-5/+4
* radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-171-3/+21
* radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_controlSamuel Pitoiset2020-03-171-1/+12
* radv: remove unnecessary LLVM includesSamuel Pitoiset2020-03-131-3/+0
* radv: remove radv_shader_variant::aco_usedSamuel Pitoiset2020-03-131-1/+1
* radv: cleanup occurences of use_aco everywhereSamuel Pitoiset2020-03-131-10/+7
* radv: tune primitive binning for small chipsSamuel Pitoiset2020-03-121-2/+7
* amd/llvm: Fix divergent descriptor indexing. (v3)Bas Nieuwenhuizen2020-03-121-7/+7
* radv: Enable ACO on all stages.Timur Kristóf2020-03-111-25/+6