summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_meta.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-01radv: use separate bindings for graphics and compute descriptorsSamuel Pitoiset1-3/+16
2018-01-22radv: Fix ordering issue in meta memory allocation failure path.Bas Nieuwenhuizen1-2/+2
2017-12-28radv: Invert condition for all samples identical during resolve.Bas Nieuwenhuizen1-1/+1
2017-11-13radv: do not emit the framebuffer when restoring a passSamuel Pitoiset1-1/+1
2017-11-06radv: move descriptor sets out of cmd_state.Dave Airlie1-1/+4
2017-11-06radv: add helper for setting a descriptor.Dave Airlie1-2/+1
2017-10-06radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset1-31/+0
2017-10-06radv: add RADV_META_SAVE_COMPUTE_PIPELINE flagSamuel Pitoiset1-2/+22
2017-10-06radv: add radv_meta_save() helperSamuel Pitoiset1-21/+12
2017-10-06radv: merge radv_meta_{save,restore}_pass() with RADV_META_SAVE_PASSSamuel Pitoiset1-23/+17
2017-10-06radv: introduce the concept of meta save flagsSamuel Pitoiset1-38/+61
2017-09-27radv: store the amount of saved constants in the compute stateSamuel Pitoiset1-6/+9
2017-09-25radv: save/restore all viewports/scissors for meta operationsSamuel Pitoiset1-11/+29
2017-09-07radv: remove unused radv_meta_saved_state::vertex_saved fieldSamuel Pitoiset1-6/+0
2017-08-06radv: Only convert linear->srgb in compute resolves.Bas Nieuwenhuizen1-46/+0
2017-06-03radv: Dirty all descriptors sets when changing the pipeline.Bas Nieuwenhuizen1-3/+2
2017-05-13radv: Save descriptor set even if vertex buffers are not saved.Bas Nieuwenhuizen1-2/+3
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-2/+2
2017-05-08radv/meta: cleanup some unused code pathDave Airlie1-24/+1
2017-05-07radv/meta: add resolve pass using fragment/vertex shadersDave Airlie1-0/+7
2017-05-07radv/meta: split out core part of resolve shaderDave Airlie1-0/+127
2017-05-06radv/meta: fix restoring a push descriptor setFredrik Höglund1-2/+5
2017-04-19radv/meta: refactor out some common shaders.Dave Airlie1-0/+35
2017-04-19radv/meta: reduce vertex buffer usage in clear shadersDave Airlie1-2/+7
2017-04-19radv/meta: add common shader vertex generation functionDave Airlie1-0/+33
2017-04-19radv/meta: add support for save/restore meta without vertex data.Dave Airlie1-8/+31
2017-04-11radv: Add occlusion query shader.Bas Nieuwenhuizen1-0/+7
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+388