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: 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
*
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
2017-09-08
1
-0
/
+1
*
radv: use simpler indirect packet 3 if possible.
Dave Airlie
2017-09-07
1
-14
/
+23
*
radv: do not use a bitfield when dirtying the vertex buffers
Samuel Pitoiset
2017-09-07
1
-2
/
+3
*
radv: fix error code when resizing the upload BO
Samuel Pitoiset
2017-09-06
1
-1
/
+1
*
radv: Actually set the cmd_buffer usage_flags.
Bas Nieuwenhuizen
2017-09-04
1
-0
/
+1
*
radv: silent a compiler warning in radv_emit_framebuffer_state()
Samuel Pitoiset
2017-09-01
1
-3
/
+3
*
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+2
*
radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()
Samuel Pitoiset
2017-08-28
1
-7
/
+17
*
radv: rename record_fail to record_result and use VkResult
Samuel Pitoiset
2017-08-28
1
-8
/
+8
*
radv: Fix off by one in MAX_VBS assert.
Bas Nieuwenhuizen
2017-08-25
1
-1
/
+1
*
radv: don't crash if we have no framebuffer
Dave Airlie
2017-08-25
1
-0
/
+4
*
radv: Implement multiview draws.
Bas Nieuwenhuizen
2017-08-24
1
-33
/
+111
*
radv: Add multiview clears.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+1
*
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: bump space check for indexed draw.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: fixup db/stencil disable.
Dave Airlie
2017-08-24
1
-3
/
+7
*
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
2017-08-16
1
-1
/
+2
*
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
2017-08-09
1
-1
/
+4
*
radv: Add suballocation for shaders.
Bas Nieuwenhuizen
2017-08-03
1
-8
/
+7
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
2017-07-24
1
-7
/
+10
*
radv: predicate cmask eliminate when using DCC.
Dave Airlie
2017-07-17
1
-0
/
+29
[next]