summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: fix a potential crash if attachments allocation failedSamuel Pitoiset2017-09-151-1/+2
* radv: save all descriptor pointers into the trace BOSamuel Pitoiset2017-09-141-0/+32
* radv: add debug flags for syncing shaders after every draw callSamuel Pitoiset2017-09-141-0/+15
* radv: add radv_cmd_buffer_after_draw() helper functionSamuel Pitoiset2017-09-141-6/+12
* radv: save the bound pipeline pointers into the trace BOSamuel Pitoiset2017-09-141-7/+52
* radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset2017-09-131-0/+1
* radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset2017-09-131-40/+77
* radv: use upload_data to upload push descriptors.Dave Airlie2017-09-111-6/+3
* radv: return an error code when resetting a command bufferSamuel Pitoiset2017-09-111-8/+14
* radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset2017-09-111-8/+2
* radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset2017-09-111-4/+4
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-081-27/+1
* radv: fix error code when initializing the push descriptorsSamuel Pitoiset2017-09-081-1/+1
* radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset2017-09-081-4/+8
* radv: add radv_vertex_elements_info data structureSamuel Pitoiset2017-09-081-8/+9
* radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset2017-09-081-0/+1
* radv: use simpler indirect packet 3 if possible.Dave Airlie2017-09-071-14/+23
* radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset2017-09-071-2/+3
* radv: fix error code when resizing the upload BOSamuel Pitoiset2017-09-061-1/+1
* radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen2017-09-041-0/+1
* radv: silent a compiler warning in radv_emit_framebuffer_state()Samuel Pitoiset2017-09-011-3/+3
* radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen2017-08-291-0/+2
* radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset2017-08-281-7/+17
* radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2017-08-281-8/+8
* radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen2017-08-251-1/+1
* radv: don't crash if we have no framebufferDave Airlie2017-08-251-0/+4
* radv: Implement multiview draws.Bas Nieuwenhuizen2017-08-241-33/+111
* radv: Add multiview clears.Bas Nieuwenhuizen2017-08-241-0/+1
* radv/gfx9: emit sx_mrt_blend registersDave Airlie2017-08-241-0/+4
* radv: bump space check for indexed draw.Dave Airlie2017-08-241-1/+1
* radv/gfx9: fixup db/stencil disable.Dave Airlie2017-08-241-3/+7
* radv: emit db_htile_surface reg on gfx9 as wellDavid Airlie2017-08-161-1/+2
* radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie2017-08-091-1/+4
* radv: Add suballocation for shaders.Bas Nieuwenhuizen2017-08-031-8/+7
* ac/nir,radv: move force_persample to ac_shader_info::force_persampleNicolai Hähnle2017-07-311-1/+1
* radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen2017-07-241-7/+10
* radv: predicate cmask eliminate when using DCC.Dave Airlie2017-07-171-0/+29
* radv: allow clear merging for depth/stencil with no care stencilDave Airlie2017-07-171-0/+3
* radv: add support for cmd predication.Dave Airlie2017-07-061-5/+6
* radv: handle primitive id input into fragment shader with no geom shaderDave Airlie2017-06-261-1/+1
* radv: move assert down in radv_bind_descriptor_setDave Airlie2017-06-131-2/+2
* radv: don't even attempt to prefetch on SIGrazvydas Ignotas2017-06-111-7/+16
* radv: move lots of index related things into the bind.Dave Airlie2017-06-071-17/+12
* radv: move calculating the vertex sgpr to the pipeline.Dave Airlie2017-06-071-41/+22
* radv: rename and make global some functions.Dave Airlie2017-06-071-12/+12
* radv: Split out updating the vertex descriptors.Bas Nieuwenhuizen2017-06-061-11/+18
* radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.Bas Nieuwenhuizen2017-06-061-11/+10
* radv: Remove vertex_descriptors_dirty.Bas Nieuwenhuizen2017-06-061-3/+1
* radv: Don't use a divide by index_size.Bas Nieuwenhuizen2017-06-061-3/+8
* radv: fix write event eop on vega.Dave Airlie2017-06-061-1/+1