index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: make radv_emit_framebuffer_state() static
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: prefetch VBO descriptors at the right place
Samuel Pitoiset
2017-11-13
1
-0
/
+16
*
radv: add radv_emit_prefetch_TC_L2_async() helper
Samuel Pitoiset
2017-11-13
1
-2
/
+9
*
radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch()
Samuel Pitoiset
2017-11-13
1
-6
/
+6
*
radv: emit esgs ring size in one place.
Dave Airlie
2017-11-13
1
-7
/
+7
*
radv: move calculating vs out info regs into pipeline.
Dave Airlie
2017-11-13
1
-21
/
+8
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
1
-22
/
+22
*
radv: when loading regs no need to add buffer
Dave Airlie
2017-11-06
1
-2
/
+0
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
1
-7
/
+7
*
radv: move descriptor sets out of cmd_state.
Dave Airlie
2017-11-06
1
-15
/
+14
*
radv: add helper for setting a descriptor.
Dave Airlie
2017-11-06
1
-8
/
+12
*
radv: move vertex binding out of cmd state.
Dave Airlie
2017-11-06
1
-3
/
+3
*
radv: free attachments on end command buffer.
Dave Airlie
2017-11-06
1
-0
/
+2
*
radv: Optimize calling radv_save_descriptors.
Bas Nieuwenhuizen
2017-11-04
1
-4
/
+2
*
radv: use the optimal packets order for dispatch calls
Samuel Pitoiset
2017-11-02
1
-8
/
+53
*
radv: make radv_bind_descriptor_set() static
Samuel Pitoiset
2017-11-02
1
-3
/
+3
*
radv: bail out when binding the same vertex buffers
Samuel Pitoiset
2017-10-31
1
-2
/
+16
*
radv: bail out when binding the same index buffer
Samuel Pitoiset
2017-10-31
1
-0
/
+9
*
radv: make radv_fill_buffer() return the needed flush bits
Samuel Pitoiset
2017-10-27
1
-24
/
+22
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
1
-1
/
+2
*
radv: only copy the dynamic states that changed
Samuel Pitoiset
2017-10-26
1
-23
/
+69
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
1
-5
/
+5
*
radv: only emit the depth bounds test values when set dynamically
Samuel Pitoiset
2017-10-26
1
-2
/
+1
*
radv: only emit dfsm packets if dfsm is allowed.
Dave Airlie
2017-10-24
1
-3
/
+3
*
radv: Don't explicitly reference vertex shader for draw_id.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
radv: Don't reset cmd_buffer->state.dirty.
Bas Nieuwenhuizen
2017-10-21
1
-2
/
+0
*
radv: Correctly detect changed shaders for vertex descriptors.
Bas Nieuwenhuizen
2017-10-21
1
-6
/
+6
*
radv: use optimal packet order for draws
Samuel Pitoiset
2017-10-20
1
-17
/
+79
*
radv: add radv_emit_shaders_prefetch()
Samuel Pitoiset
2017-10-20
1
-12
/
+19
*
radv: add radv_emit_shader_prefetch()
Samuel Pitoiset
2017-10-20
1
-25
/
+23
*
radv: don't flush the VS when srcStageMask == TOP_OF_PIPE_BIT
Fredrik Höglund
2017-10-20
1
-2
/
+1
*
radv: mark total_count as MAYBE_UNUSED in CmdSet{Viewport,Scissor}
Samuel Pitoiset
2017-10-20
1
-2
/
+2
*
radv: rename radv_cmd_buffer_flush_state() to radv_draw()
Samuel Pitoiset
2017-10-20
1
-59
/
+51
*
radv: emit primitive restart from radv_emit_draw_registers()
Samuel Pitoiset
2017-10-20
1
-29
/
+30
*
radv: add radv_emit_draw_registers()
Samuel Pitoiset
2017-10-20
1
-12
/
+34
*
radv: refactor indirect draws (+count buffer) with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-103
/
+48
*
radv: refactor indirect draws with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-75
/
+133
*
radv: refactor simple and indexed draws with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-68
/
+118
*
radv: re-emit VGT_INDEX_TYPE because non-indexed draws overwrite it
Samuel Pitoiset
2017-10-20
1
-2
/
+11
*
radv: clear the dirty flags in the corresponding emit helpers
Samuel Pitoiset
2017-10-20
1
-2
/
+8
*
radv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_DIRTY_FRAMEBUFFER
Samuel Pitoiset
2017-10-20
1
-2
/
+2
*
radv: move DB_COUNT_CONTROL initialization to si_emit_config()
Samuel Pitoiset
2017-10-20
1
-1
/
+0
*
radv: calculate and emit GFX9 GS registers to pipeline state.
Bas Nieuwenhuizen
2017-10-20
1
-5
/
+20
*
radv: Only emit TES when it exists.
Bas Nieuwenhuizen
2017-10-20
1
-4
/
+6
*
radv: fixup tess eval shader when combined.
Dave Airlie
2017-10-20
1
-0
/
+5
*
radv: Add GFX9 HS emitting code.
Bas Nieuwenhuizen
2017-10-19
1
-5
/
+16
*
radv: Remove remaining hard coded references to VS.
Bas Nieuwenhuizen
2017-10-19
1
-5
/
+14
*
radv: Update GFX9 user data regs for GS/tess.
Bas Nieuwenhuizen
2017-10-19
1
-7
/
+7
*
radv: reset dirty flags after flushing all states
Samuel Pitoiset
2017-10-18
1
-2
/
+2
*
radv: do not re-emit the index buffer for every draw call
Samuel Pitoiset
2017-10-18
1
-29
/
+28
[next]