index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: fix issue with multisample positions and interp_var_at_sample.
Dave Airlie
2017-12-22
1
-1
/
+2
*
radv: remove one useless check in radv_flush_constants()
Samuel Pitoiset
2017-12-19
1
-1
/
+2
*
radv: set FORCE_SIMD_DIST(1) for compute when profitable
Samuel Pitoiset
2017-12-14
1
-0
/
+14
*
radv: calculate best compute resource limits
Samuel Pitoiset
2017-12-14
1
-1
/
+14
*
radv: store the dispatch initiator into the device
Samuel Pitoiset
2017-12-14
1
-11
/
+1
*
radv: always emit all compute block components
Samuel Pitoiset
2017-12-14
1
-10
/
+5
*
radv: remove useless check radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2017-12-08
1
-2
/
+1
*
radv: remove useless checks in radv_set_{color,depth}_clear_regs()
Samuel Pitoiset
2017-12-08
1
-4
/
+2
*
radv: only re-mit the index type when it changes
Samuel Pitoiset
2017-12-08
1
-10
/
+23
*
radv: only reset command buffers that are not in the initial state
Samuel Pitoiset
2017-12-08
1
-4
/
+9
*
radv: track different status of a command buffer
Samuel Pitoiset
2017-12-08
1
-0
/
+6
*
radv: only reset command buffers when the allocation fails
Samuel Pitoiset
2017-12-01
1
-4
/
+14
*
radv: do not store gfx9_epitch in radv_color_buffer_info
Samuel Pitoiset
2017-11-30
1
-3
/
+4
*
Revert "radv: remove unnecessary memset() in radv_AllocateCommandBuffers()"
Samuel Pitoiset
2017-11-24
1
-0
/
+3
*
radv: only load needed depth clear regs for fast depth clears
Samuel Pitoiset
2017-11-20
1
-2
/
+12
*
radv: do not add the image BO in radv_set_depth_clear_regs()
Samuel Pitoiset
2017-11-20
1
-2
/
+0
*
radv: remove useless check in radv_set_depth_clear_regs()
Samuel Pitoiset
2017-11-20
1
-1
/
+1
*
radv: add the vertex buffers BO to the list at bind time
Samuel Pitoiset
2017-11-15
1
-3
/
+3
*
radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
Samuel Pitoiset
2017-11-15
1
-3
/
+4
*
radv: do not add the image BO in radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2017-11-15
1
-2
/
+0
*
radv: do not add the image BO in radv_set_color_clear_regs()
Samuel Pitoiset
2017-11-15
1
-2
/
+0
*
radv: add unlikely() around radv_save_descriptors()
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: optimize calling radv_cmd_buffer_trace_emit()
Samuel Pitoiset
2017-11-13
1
-5
/
+5
*
radv: optimize calling radv_save_pipeline()
Samuel Pitoiset
2017-11-13
1
-5
/
+5
*
radv: use vk_zalloc instead of vk_alloc+memset
Samuel Pitoiset
2017-11-13
1
-3
/
+2
*
radv: remove unnecessary memset() in radv_AllocateCommandBuffers()
Samuel Pitoiset
2017-11-13
1
-3
/
+0
*
radv: remove useless initializations in radv_create_cmd_buffer()
Samuel Pitoiset
2017-11-13
1
-2
/
+0
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
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
[next]