summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_private.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-14radv: remove the temp descriptor set infrastructureFredrik Höglund1-10/+0
2017-04-14radv: add private push descriptors for metaFredrik Höglund1-0/+8
2017-04-14radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.Bas Nieuwenhuizen1-5/+5
2017-04-12radv: Disable primitive restart for non-indexed drawsAlex Smith1-0/+1
2017-04-12radv: Use an offset instead of pointers for immutable samplers.Bas Nieuwenhuizen1-1/+1
2017-04-11radv: Implement pipeline statistics queries.Bas Nieuwenhuizen1-0/+2
2017-04-11radv: Rename query pipeline/set layout.Bas Nieuwenhuizen1-2/+2
2017-04-11radv: Add occlusion query shader.Bas Nieuwenhuizen1-0/+6
2017-04-07radv: implement VK_KHR_descriptor_update_templateFredrik Höglund1-0/+39
2017-04-07radv: implement VK_KHR_push_descriptorFredrik Höglund1-0/+9
2017-04-07radv: refactor radv_UpdateDescriptorSetsFredrik Höglund1-0/+10
2017-04-04radv: overhaul fragment shader sample positions.Dave Airlie1-0/+2
2017-04-01radv/pipeline: start calculating tess stage.Dave Airlie1-0/+13
2017-04-01radv: add tessellation ring allocation support. (v2)Dave Airlie1-0/+4
2017-04-01radv: add support for some device specific tess information.Dave Airlie1-0/+2
2017-04-01radv: add helper function to denote if tess is enabled on a pipeline.Dave Airlie1-0/+5
2017-03-30radv: Use the guard band.Bas Nieuwenhuizen1-1/+2
2017-03-30radv: Prepare for not using the guard band for lines & points.Bas Nieuwenhuizen1-0/+1
2017-03-29radv: Implement sparse image creation.Bas Nieuwenhuizen1-0/+1
2017-03-29radv: Implement sparse buffer creation.Bas Nieuwenhuizen1-0/+1
2017-03-28radv: move shader stages calculation to pipeline.Dave Airlie1-0/+1
2017-03-28radv: move pa_cl_vs_out_cntl calculation to pipelineDave Airlie1-1/+1
2017-03-28radv: move calculating fragment shader i/os to pipeline.Dave Airlie1-0/+2
2017-03-28radv: move shader_z_format calculation to pipeline.Dave Airlie1-0/+1
2017-03-28radv: move db_shader_control calculation to pipeline.Dave Airlie1-0/+1
2017-03-28radv: move vgt_gs_mode value to pipeline.Dave Airlie1-0/+1
2017-03-28radv: fix ia_multi_vgt_param for instanced vs indirect draw.Dave Airlie1-1/+2
2017-03-20Revert "radv: fallback to an in-memory cache when no pipline cache is provided"Dave Airlie1-2/+1
2017-03-17radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri1-1/+2
2017-03-17radv: always create an fallback pipeline cacheTimothy Arceri1-0/+3
2017-03-15radv: Remove unused descriptor set field.Bas Nieuwenhuizen1-1/+0
2017-03-07radv: fix the size of the dynamic_buffers arrayFredrik Höglund1-1/+1
2017-03-07radv: Use winsys HTILE info.Bas Nieuwenhuizen1-3/+1
2017-03-06radv: Add L2 writeback.Bas Nieuwenhuizen1-8/+10
2017-03-06radv: avoid casting warnings on 32bitGrazvydas Ignotas1-0/+3
2017-03-06radv/amdgpu: Add some debug flags.Bas Nieuwenhuizen1-12/+1
2017-03-06radv: Cache command buffers in command pool.Bas Nieuwenhuizen1-0/+1
2017-02-27radv: add support for NV_dedicated_allocationDave Airlie1-1/+6
2017-02-21radv: make radv_resolve_entrypoint staticEmil Velikov1-1/+0
2017-02-21radv: remove unused radv_dispatch_table dtableEmil Velikov1-2/+0
2017-02-21radv: Flush in the initial preamble CS.Bas Nieuwenhuizen1-1/+11
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-0/+1
2017-02-20Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie1-2/+0
2017-02-17radv: Use different allocator for descriptor set vram.Bas Nieuwenhuizen1-14/+4
2017-02-17radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen1-0/+1
2017-02-14radv: fixup IA_MULTI_VGT_PARAM handling.Dave Airlie1-2/+10
2017-02-13radv: use indirect buffer for initial gfx state.Dave Airlie1-0/+7
2017-02-13radv: don't pass physical device to si_init_ fns.Dave Airlie1-4/+2
2017-02-13radv: detect command buffers that do no work and drop them (v2)Dave Airlie1-0/+2
2017-02-07radv: Enable fast clears by default.Bas Nieuwenhuizen1-1/+1