radv: remove useless check in radv_set_depth_clear_regs()
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2017-11-20 Samuel Pitoisetradv: remove useless check in radv_set_depth_clear_regs()
2017-11-15 Samuel Pitoisetradv: add the vertex buffers BO to the list at bind...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_dcc_need_cmas...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_color_clear_r...
2017-11-13 Samuel Pitoisetradv: add unlikely() around radv_save_descriptors()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_save_pipeline()
2017-11-13 Samuel Pitoisetradv: use vk_zalloc instead of vk_alloc+memset
2017-11-13 Samuel Pitoisetradv: remove unnecessary memset() in radv_AllocateComma...
2017-11-13 Samuel Pitoisetradv: remove useless initializations in radv_create_cmd...
2017-11-13 Samuel Pitoisetradv: use vk_error() everywhere an error is returned
2017-11-13 Samuel Pitoisetradv: make radv_emit_framebuffer_state() static
2017-11-13 Samuel Pitoisetradv: prefetch VBO descriptors at the right place
2017-11-13 Samuel Pitoisetradv: add radv_emit_prefetch_TC_L2_async() helper
2017-11-13 Samuel Pitoisetradv: rename radv_emit_shaders_prefetch() to radv_emit_...
2017-11-13 Dave Airlieradv: emit esgs ring size in one place.
2017-11-13 Dave Airlieradv: move calculating vs out info regs into pipeline.
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-11-06 Dave Airlieradv: when loading regs no need to add buffer
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
2017-11-06 Dave Airlieradv: add helper for setting a descriptor.
2017-11-06 Dave Airlieradv: move vertex binding out of cmd state.
2017-11-06 Dave Airlieradv: free attachments on end command buffer.
2017-11-04 Bas Nieuwenhuizenradv: Optimize calling radv_save_descriptors.
2017-11-02 Samuel Pitoisetradv: use the optimal packets order for dispatch calls
2017-11-02 Samuel Pitoisetradv: make radv_bind_descriptor_set() static
2017-10-31 Samuel Pitoisetradv: bail out when binding the same vertex buffers
2017-10-31 Samuel Pitoisetradv: bail out when binding the same index buffer
2017-10-27 Samuel Pitoisetradv: make radv_fill_buffer() return the needed flush...
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-26 Samuel Pitoisetradv: only copy the dynamic states that changed
2017-10-26 Samuel Pitoisetradv: store the dynamic state mask into radv_dynamic_state
2017-10-26 Samuel Pitoisetradv: only emit the depth bounds test values when set...
2017-10-24 Dave Airlieradv: only emit dfsm packets if dfsm is allowed.
2017-10-21 Bas Nieuwenhuizenradv: Don't explicitly reference vertex shader for...
2017-10-21 Bas Nieuwenhuizenradv: Don't reset cmd_buffer->state.dirty.
2017-10-21 Bas Nieuwenhuizenradv: Correctly detect changed shaders for vertex descr...
2017-10-20 Samuel Pitoisetradv: use optimal packet order for draws
2017-10-20 Samuel Pitoisetradv: add radv_emit_shaders_prefetch()
2017-10-20 Samuel Pitoisetradv: add radv_emit_shader_prefetch()
2017-10-20 Fredrik Höglundradv: don't flush the VS when srcStageMask == TOP_OF_PI...
2017-10-20 Samuel Pitoisetradv: mark total_count as MAYBE_UNUSED in CmdSet{Viewpo...
2017-10-20 Samuel Pitoisetradv: rename radv_cmd_buffer_flush_state() to radv_draw()
2017-10-20 Samuel Pitoisetradv: emit primitive restart from radv_emit_draw_regist...
2017-10-20 Samuel Pitoisetradv: add radv_emit_draw_registers()
2017-10-20 Samuel Pitoisetradv: refactor indirect draws (+count buffer) with...
2017-10-20 Samuel Pitoisetradv: refactor indirect draws with radv_draw_info
2017-10-20 Samuel Pitoisetradv: refactor simple and indexed draws with radv_draw_info
2017-10-20 Samuel Pitoisetradv: re-emit VGT_INDEX_TYPE because non-indexed draws...
2017-10-20 Samuel Pitoisetradv: clear the dirty flags in the corresponding emit...
2017-10-20 Samuel Pitoisetradv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_...
2017-10-20 Samuel Pitoisetradv: move DB_COUNT_CONTROL initialization to si_emit_c...
2017-10-20 Bas Nieuwenhuizenradv: calculate and emit GFX9 GS registers to pipeline...
2017-10-20 Bas Nieuwenhuizenradv: Only emit TES when it exists.
2017-10-20 Dave Airlieradv: fixup tess eval shader when combined.
2017-10-19 Bas Nieuwenhuizenradv: Add GFX9 HS emitting code.
2017-10-19 Bas Nieuwenhuizenradv: Remove remaining hard coded references to VS.
2017-10-19 Bas Nieuwenhuizenradv: Update GFX9 user data regs for GS/tess.
2017-10-18 Samuel Pitoisetradv: reset dirty flags after flushing all states
2017-10-18 Samuel Pitoisetradv: do not re-emit the index buffer for every draw...
2017-10-18 Samuel Pitoisetradv: remove useless mask operation in radv_cs_emit_dra...
2017-10-18 Samuel Pitoisetradv: use the dispatch initiator for indirect dispatches
2017-10-16 Samuel Pitoisetradv: update ia_multi_vgt when executing secondary...
2017-10-16 Samuel Pitoisetradv: be smarter with the draw packets when executing...
2017-10-16 Samuel Pitoisetradv: always dirty some states after executing secondar...
2017-10-16 Samuel Pitoisetradv: be smarter with pipelines when emitting secondary...
2017-10-14 Samuel Pitoisetradv: do not allocate CMASK for non-MSSA images with...
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...
next