summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: misc GFX9 changes.Dave Airlie2017-06-061-5/+15
* radv: add some GFX9 specific events.Dave Airlie2017-06-061-0/+16
* radv: add IA_MULTI_VGT_PARAM support for GFX9.Dave Airlie2017-06-061-1/+3
* radv: add rb+ support for GFX9Dave Airlie2017-06-061-0/+7
* radv: add GFX9 cache flushing support.Dave Airlie2017-06-061-0/+8
* radv: add GFX9 to initialisation cmd buffer.Dave Airlie2017-06-061-2/+3
* radv: add gfx9 depth/stencil surface support.Dave Airlie2017-06-061-14/+39
* radv: add GFX9 support for color surfaces.Dave Airlie2017-06-061-15/+38
* radv: add some misc gfx9 pieces.Dave Airlie2017-06-061-0/+1
* radv: use radv_foreach_stage in a couple of places.Dave Airlie2017-06-061-46/+12
* radv: Dirty all descriptors sets when changing the pipeline.Bas Nieuwenhuizen2017-06-031-5/+12