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: 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
*
radv: do not update the number of viewports in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: add some assertions in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: add some assertions in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: inline radv_flush_compute_state() into radv_dispatch()
Samuel Pitoiset
2017-09-20
1
-11
/
+7
*
radv: add radv_dispatch() helper
Samuel Pitoiset
2017-09-20
1
-15
/
+14
*
radv: add radv_emit_dispatch_packets() helper
Samuel Pitoiset
2017-09-20
1
-103
/
+149
*
radv: Don't redundantly emit pipelines after secondary cmd buffer.
Bas Nieuwenhuizen
2017-09-15
1
-5
/
+6
*
radv: fix a potential crash if attachments allocation failed
Samuel Pitoiset
2017-09-15
1
-1
/
+2
*
radv: save all descriptor pointers into the trace BO
Samuel Pitoiset
2017-09-14
1
-0
/
+32
*
radv: add debug flags for syncing shaders after every draw call
Samuel Pitoiset
2017-09-14
1
-0
/
+15
*
radv: add radv_cmd_buffer_after_draw() helper function
Samuel Pitoiset
2017-09-14
1
-6
/
+12
*
radv: save the bound pipeline pointers into the trace BO
Samuel Pitoiset
2017-09-14
1
-7
/
+52
*
radv: clear push_constant_stages when resetting a command buffer
Samuel Pitoiset
2017-09-13
1
-0
/
+1
*
radv: add more radv_emit_XXX() helpers for the dynamic state
Samuel Pitoiset
2017-09-13
1
-40
/
+77
*
radv: use upload_data to upload push descriptors.
Dave Airlie
2017-09-11
1
-6
/
+3
*
radv: return an error code when resetting a command buffer
Samuel Pitoiset
2017-09-11
1
-8
/
+14
*
radv: remove unnecessary goto in radv_create_cmd_buffer()
Samuel Pitoiset
2017-09-11
1
-8
/
+2
*
radv: do not pass a pipeline object to radv_emit_graphics_pipeline()
Samuel Pitoiset
2017-09-11
1
-4
/
+4
*
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
2017-09-08
1
-27
/
+1
*
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
2017-09-08
1
-1
/
+1
*
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
2017-09-08
1
-4
/
+8
*
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
2017-09-08
1
-8
/
+9
[next]