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: 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
*
radv: remove useless mask operation in radv_cs_emit_draw_indexed_packet()
Samuel Pitoiset
2017-10-18
1
-1
/
+1
*
radv: use the dispatch initiator for indirect dispatches
Samuel Pitoiset
2017-10-18
1
-11
/
+13
*
radv: update ia_multi_vgt when executing secondary buffers
Samuel Pitoiset
2017-10-16
1
-0
/
+5
*
radv: be smarter with the draw packets when executing secondary buffers
Samuel Pitoiset
2017-10-16
1
-2
/
+10
*
radv: always dirty some states after executing secondary buffers
Samuel Pitoiset
2017-10-16
1
-6
/
+8
*
radv: be smarter with pipelines when emitting secondary buffers
Samuel Pitoiset
2017-10-16
1
-2
/
+17
*
radv: do not allocate CMASK for non-MSSA images with 128 bit formats
Samuel Pitoiset
2017-10-14
1
-1
/
+1
*
radv: set correct INDEX_TYPE for indexed indirect draws on GFX9
Samuel Pitoiset
2017-10-14
1
-2
/
+8
*
radv: add the draw count buffer to the list of buffers
Samuel Pitoiset
2017-10-14
1
-0
/
+2
*
radv: remove duplicate debug_flags field
Timothy Arceri
2017-10-12
1
-1
/
+1
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-1
/
+1
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
1
-3
/
+3
*
radv: configure VGT_VERTEX_REUSE at pipeline creation
Samuel Pitoiset
2017-10-09
1
-10
/
+8
*
radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
Samuel Pitoiset
2017-10-09
1
-16
/
+0
*
radv: allow launching waves out-of-order for compute
Samuel Pitoiset
2017-10-09
1
-1
/
+9
*
radv: check that pipeline is different before binding it
Samuel Pitoiset
2017-10-04
1
-2
/
+8
*
radv: make radv_dynamic_state_copy() static
Samuel Pitoiset
2017-10-02
1
-1
/
+1
*
radv: remove unused param in radv_handle_{cmask,dcc}_image_transition()
Samuel Pitoiset
2017-10-02
1
-8
/
+4
*
radv: add an assertion in radv_BeginCommandBuffer()
Gwan-gyeong Mun
2017-09-28
1
-0
/
+1
*
radv: add gfx9 scissor workaround
David Airlie
2017-09-24
1
-0
/
+5
*
radv: copy the number of viewports/scissors at pipeline bind time
Samuel Pitoiset
2017-09-21
1
-2
/
+6
*
radv: Don't use a virtual function for getting the buffer virtual address.
Bas Nieuwenhuizen
2017-09-20
1
-28
/
+28
*
radv: Use for_each_bit in the descriptor set flush.
Bas Nieuwenhuizen
2017-09-20
1
-3
/
+1
*
radv: do not update the number of scissors in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
[next]