ac/nir: move ac_shader_variant_info and friends to radv folder
[mesa.git] / src / amd / vulkan / radv_cmd_buffer.c
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-07 Bas Nieuwenhuizenradv: Add trivial device group implementation.
2018-03-07 Bas Nieuwenhuizenradv: Implement vkCmdDispatchBase.
2018-03-07 Bas Nieuwenhuizenradv: Update MAX_API_VERSION to 1.1.0
2018-03-02 Samuel Pitoisetradv: do not set pending_reset_query in BeginCommandBuf...
2018-03-01 Samuel Pitoisetradv: make sure to emit cache flushes before starting...
2018-02-24 James Leggradv: Really use correct HTILE expanded words.
2018-02-01 Samuel Pitoisetradv: use separate bindings for graphics and compute...
2018-01-31 Matthew Nichollsradv: remove predication on cache flushes
2018-01-30 Bas Nieuwenhuizenradv: Add PM4 pregeneration for compute pipelines.
2018-01-30 Bas Nieuwenhuizenradv: Record a PM4 sequence for graphics pipeline switches.
2018-01-30 Bas Nieuwenhuizenradv: Determine unneeded dynamic states.
2018-01-26 Samuel Pitoisetradv: fix RADV_DEBUG=syncshaders on GFX9
2018-01-26 Samuel Pitoisetradv: fix a GPU hang with RADV_DEBUG=syncshaders
2018-01-24 Dave Airlieradv: move spi_baryc_cntl to pipeline
2018-01-19 Bas Nieuwenhuizenradv: Always re-emit the sample position offset user...
2018-01-19 Bas Nieuwenhuizenradv: emit pa_sc_mode_cntl_0 with multisample state.
2018-01-18 Bas Nieuwenhuizenradv: Initialize DCC on transition from preinitialized.
2018-01-12 Dave Airlieradv: don't emit unneeded vertex state.
2018-01-10 Bas Nieuwenhuizenradv: Remove some typos.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-08 Samuel Pitoisetradv: avoid PS partial flushes when viewports/scissors...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-05 Samuel Pitoisetradv: limit the scissor bug workaround to Vega 10 and...
2018-01-04 Bas Nieuwenhuizenradv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ...
2018-01-03 Bas Nieuwenhuizenradv: Use correct HTILE expanded words.
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-28 Dave Airlieradv: fix events on compute queues.
2017-12-21 Dave Airlieradv: fix issue with multisample positions and interp_v...
2017-12-19 Samuel Pitoisetradv: remove one useless check in radv_flush_constants()
2017-12-14 Samuel Pitoisetradv: set FORCE_SIMD_DIST(1) for compute when profitable
2017-12-14 Samuel Pitoisetradv: calculate best compute resource limits
2017-12-14 Samuel Pitoisetradv: store the dispatch initiator into the device
2017-12-14 Samuel Pitoisetradv: always emit all compute block components
2017-12-08 Samuel Pitoisetradv: remove useless check radv_set_dcc_need_cmask_elim...
2017-12-08 Samuel Pitoisetradv: remove useless checks in radv_set_{color,depth...
2017-12-08 Samuel Pitoisetradv: only re-mit the index type when it changes
2017-12-08 Samuel Pitoisetradv: only reset command buffers that are not in the...
2017-12-08 Samuel Pitoisetradv: track different status of a command buffer
2017-12-01 Samuel Pitoisetradv: only reset command buffers when the allocation...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-24 Samuel PitoisetRevert "radv: remove unnecessary memset() in radv_Alloc...
2017-11-20 Samuel Pitoisetradv: only load needed depth clear regs for fast depth...
2017-11-20 Samuel Pitoisetradv: do not add the image BO in radv_set_depth_clear_r...
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...
next