summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_cmd_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-13radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset1-0/+1
2017-09-13radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset1-40/+77
2017-09-11radv: use upload_data to upload push descriptors.Dave Airlie1-6/+3
2017-09-11radv: return an error code when resetting a command bufferSamuel Pitoiset1-8/+14
2017-09-11radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset1-8/+2
2017-09-11radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset1-4/+4
2017-09-08radv: move shaders related code to radv_shader.cSamuel Pitoiset1-27/+1
2017-09-08radv: fix error code when initializing the push descriptorsSamuel Pitoiset1-1/+1
2017-09-08radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset1-4/+8
2017-09-08radv: add radv_vertex_elements_info data structureSamuel Pitoiset1-8/+9
2017-09-08radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset1-0/+1
2017-09-07radv: use simpler indirect packet 3 if possible.Dave Airlie1-14/+23
2017-09-07radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset1-2/+3
2017-09-06radv: fix error code when resizing the upload BOSamuel Pitoiset1-1/+1
2017-09-04radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen1-0/+1
2017-09-01radv: silent a compiler warning in radv_emit_framebuffer_state()Samuel Pitoiset1-3/+3
2017-08-29radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen1-0/+2
2017-08-28radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset1-7/+17
2017-08-28radv: rename record_fail to record_result and use VkResultSamuel Pitoiset1-8/+8
2017-08-25radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen1-1/+1
2017-08-25radv: don't crash if we have no framebufferDave Airlie1-0/+4
2017-08-24radv: Implement multiview draws.Bas Nieuwenhuizen1-33/+111
2017-08-24radv: Add multiview clears.Bas Nieuwenhuizen1-0/+1
2017-08-24radv/gfx9: emit sx_mrt_blend registersDave Airlie1-0/+4
2017-08-24radv: bump space check for indexed draw.Dave Airlie1-1/+1
2017-08-24radv/gfx9: fixup db/stencil disable.Dave Airlie1-3/+7
2017-08-16radv: emit db_htile_surface reg on gfx9 as wellDavid Airlie1-1/+2
2017-08-09radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie1-1/+4
2017-08-03radv: Add suballocation for shaders.Bas Nieuwenhuizen1-8/+7
2017-07-31ac/nir,radv: move force_persample to ac_shader_info::force_persampleNicolai Hähnle1-1/+1
2017-07-24radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen1-7/+10
2017-07-17radv: predicate cmask eliminate when using DCC.Dave Airlie1-0/+29
2017-07-17radv: allow clear merging for depth/stencil with no care stencilDave Airlie1-0/+3
2017-07-06radv: add support for cmd predication.Dave Airlie1-5/+6
2017-06-26radv: handle primitive id input into fragment shader with no geom shaderDave Airlie1-1/+1
2017-06-13radv: move assert down in radv_bind_descriptor_setDave Airlie1-2/+2
2017-06-11radv: don't even attempt to prefetch on SIGrazvydas Ignotas1-7/+16
2017-06-07radv: move lots of index related things into the bind.Dave Airlie1-17/+12
2017-06-07radv: move calculating the vertex sgpr to the pipeline.Dave Airlie1-41/+22
2017-06-07radv: rename and make global some functions.Dave Airlie1-12/+12
2017-06-06radv: Split out updating the vertex descriptors.Bas Nieuwenhuizen1-11/+18
2017-06-06radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.Bas Nieuwenhuizen1-11/+10
2017-06-06radv: Remove vertex_descriptors_dirty.Bas Nieuwenhuizen1-3/+1
2017-06-06radv: Don't use a divide by index_size.Bas Nieuwenhuizen1-3/+8
2017-06-06radv: fix write event eop on vega.Dave Airlie1-1/+1
2017-06-06radv: misc GFX9 changes.Dave Airlie1-5/+15
2017-06-06radv: add some GFX9 specific events.Dave Airlie1-0/+16
2017-06-06radv: add IA_MULTI_VGT_PARAM support for GFX9.Dave Airlie1-1/+3
2017-06-06radv: add rb+ support for GFX9Dave Airlie1-0/+7
2017-06-06radv: add GFX9 cache flushing support.Dave Airlie1-0/+8