radv: set correct INDEX_TYPE for indexed indirect draws on GFX9
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2017-10-14 Samuel Pitoisetradv: set correct INDEX_TYPE for indexed indirect draws...
2017-10-14 Samuel Pitoisetradv: add the draw count buffer to the list of buffers
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-09 Marek Olšákamd: move r600d_common.h into r600g
2017-10-09 Marek Olšákradeonsi: shrink r600d_common.h and stop using it
2017-10-09 Samuel Pitoisetradv: configure VGT_VERTEX_REUSE at pipeline creation
2017-10-09 Samuel Pitoisetradv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
2017-10-09 Samuel Pitoisetradv: allow launching waves out-of-order for compute
2017-10-04 Samuel Pitoisetradv: check that pipeline is different before binding it
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Samuel Pitoisetradv: remove unused param in radv_handle_{cmask,dcc...
2017-09-28 Gwan-gyeong Munradv: add an assertion in radv_BeginCommandBuffer()
2017-09-24 David Airlieradv: add gfx9 scissor workaround
2017-09-21 Samuel Pitoisetradv: copy the number of viewports/scissors at pipeline...
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Use for_each_bit in the descriptor set flush.
2017-09-20 Samuel Pitoisetradv: do not update the number of scissors in vkCmdSetS...
2017-09-20 Samuel Pitoisetradv: do not update the number of viewports in vkCmdSet...
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetScissor()
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetViewport()
2017-09-20 Samuel Pitoisetradv: inline radv_flush_compute_state() into radv_dispa...
2017-09-20 Samuel Pitoisetradv: add radv_dispatch() helper
2017-09-20 Samuel Pitoisetradv: add radv_emit_dispatch_packets() helper
2017-09-15 Bas Nieuwenhuizenradv: Don't redundantly emit pipelines after secondary...
2017-09-15 Samuel Pitoisetradv: fix a potential crash if attachments allocation...
2017-09-14 Samuel Pitoisetradv: save all descriptor pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-14 Samuel Pitoisetradv: add radv_cmd_buffer_after_draw() helper function
2017-09-14 Samuel Pitoisetradv: save the bound pipeline pointers into the trace BO
2017-09-13 Samuel Pitoisetradv: clear push_constant_stages when resetting a comma...
2017-09-13 Samuel Pitoisetradv: add more radv_emit_XXX() helpers for the dynamic...
2017-09-11 Dave Airlieradv: use upload_data to upload push descriptors.
2017-09-11 Samuel Pitoisetradv: return an error code when resetting a command...
2017-09-11 Samuel Pitoisetradv: remove unnecessary goto in radv_create_cmd_buffer()
2017-09-11 Samuel Pitoisetradv: do not pass a pipeline object to radv_emit_graphi...
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-08 Samuel Pitoisetradv: fix error code when initializing the push descriptors
2017-09-08 Samuel Pitoisetradv: do not update vertex descriptors if the allocatio...
2017-09-08 Samuel Pitoisetradv: add radv_vertex_elements_info data structure
2017-09-08 Samuel Pitoisetradv: add an assertion when pushing meta descriptor...
2017-09-07 Dave Airlieradv: use simpler indirect packet 3 if possible.
2017-09-07 Samuel Pitoisetradv: do not use a bitfield when dirtying the vertex...
2017-09-06 Samuel Pitoisetradv: fix error code when resizing the upload BO
2017-09-03 Bas Nieuwenhuizenradv: Actually set the cmd_buffer usage_flags.
2017-09-01 Samuel Pitoisetradv: silent a compiler warning in radv_emit_framebuffe...
2017-08-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-08-28 Samuel Pitoisetradv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin...
2017-08-28 Samuel Pitoisetradv: rename record_fail to record_result and use VkResult
2017-08-25 Bas Nieuwenhuizenradv: Fix off by one in MAX_VBS assert.
2017-08-24 Dave Airlieradv: don't crash if we have no framebuffer
2017-08-24 Bas Nieuwenhuizenradv: Implement multiview draws.
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-24 Dave Airlieradv/gfx9: emit sx_mrt_blend registers
2017-08-24 Dave Airlieradv: bump space check for indexed draw.
2017-08-24 Dave Airlieradv/gfx9: fixup db/stencil disable.
2017-08-15 David Airlieradv: emit db_htile_surface reg on gfx9 as well
2017-08-09 Dave Airlieradv: force cs/ps/l2 flush at end of command stream...
2017-08-02 Bas Nieuwenhuizenradv: Add suballocation for shaders.
2017-07-31 Nicolai Hähnleac/nir,radv: move force_persample to ac_shader_info...
2017-07-23 Bas Nieuwenhuizenradv: Handle VK_ATTACHMENT_UNUSED in color attachments.
2017-07-17 Dave Airlieradv: predicate cmask eliminate when using DCC.
2017-07-17 Dave Airlieradv: allow clear merging for depth/stencil with no...
2017-07-06 Dave Airlieradv: add support for cmd predication.
2017-06-25 Dave Airlieradv: handle primitive id input into fragment shader...
2017-06-13 Dave Airlieradv: move assert down in radv_bind_descriptor_set
2017-06-11 Grazvydas Ignotasradv: don't even attempt to prefetch on SI
2017-06-07 Dave Airlieradv: move lots of index related things into the bind.
2017-06-07 Dave Airlieradv: move calculating the vertex sgpr to the pipeline.
2017-06-07 Dave Airlieradv: rename and make global some functions.
2017-06-06 Bas Nieuwenhuizenradv: Split out updating the vertex descriptors.
2017-06-06 Bas Nieuwenhuizenradv: Move pipeline stuff from flush_state to emit_grap...
2017-06-06 Bas Nieuwenhuizenradv: Remove vertex_descriptors_dirty.
2017-06-06 Bas Nieuwenhuizenradv: Don't use a divide by index_size.
2017-06-06 Dave Airlieradv: fix write event eop on vega.
2017-06-05 Dave Airlieradv: misc GFX9 changes.
2017-06-05 Dave Airlieradv: add some GFX9 specific events.
2017-06-05 Dave Airlieradv: add IA_MULTI_VGT_PARAM support for GFX9.
2017-06-05 Dave Airlieradv: add rb+ support for GFX9
2017-06-05 Dave Airlieradv: add GFX9 cache flushing support.
2017-06-05 Dave Airlieradv: add GFX9 to initialisation cmd buffer.
2017-06-05 Dave Airlieradv: add gfx9 depth/stencil surface support.
2017-06-05 Dave Airlieradv: add GFX9 support for color surfaces.
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieradv: use radv_foreach_stage in a couple of places.
2017-06-03 Bas Nieuwenhuizenradv: Dirty all descriptors sets when changing the...
2017-06-03 Bas Nieuwenhuizenradv: Set both compute and graphics SGPRS on descriptor...
2017-06-02 Dave Airlieradv: factor out eop event writing code. (v2)
2017-06-02 Dave Airlieradv: factor out si_emit_wait_fence code.
2017-05-31 Bas Nieuwenhuizenradv: Revert HTILE reset word to 0xFFFFFFFF.
2017-05-29 Bas Nieuwenhuizenradv: Reserve space for descriptor and push constant...
2017-05-22 Bas Nieuwenhuizenradv: Use correct clear words for HTILE.
2017-05-22 Bas Nieuwenhuizenradv: Add queue masks for htile usage determination.
2017-05-22 Bas Nieuwenhuizenradv: Specify semantics of HTILE layout helpers.
2017-05-22 Bas Nieuwenhuizenradv: Don't use a separate can_expclear.
2017-05-07 Dave Airlieradv: drop resolve hack workarounds
2017-05-05 Fredrik Höglundradv/meta: fix restoring a push descriptor set
2017-05-02 Bas Nieuwenhuizenradv: Don't set dynamic state for pipelines with raster...
2017-05-02 Dave Airlieradv: remove some members of radeon surface.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-22 Bas Nieuwenhuizenradv: Use the correct pipeline for dispatches.
next