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 trivial device group implementation.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+7
*
radv: Implement vkCmdDispatchBase.
Bas Nieuwenhuizen
2018-03-07
1
-1
/
+40
*
radv: Update MAX_API_VERSION to 1.1.0
Bas Nieuwenhuizen
2018-03-07
1
-1
/
+1
*
radv: do not set pending_reset_query in BeginCommandBuffer()
Samuel Pitoiset
2018-03-02
1
-7
/
+0
*
radv: make sure to emit cache flushes before starting a query
Samuel Pitoiset
2018-03-01
1
-0
/
+7
*
radv: Really use correct HTILE expanded words.
James Legg
2018-02-24
1
-3
/
+3
*
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
2018-02-01
1
-45
/
+89
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
1
-1
/
+1
*
radv: Add PM4 pregeneration for compute pipelines.
Bas Nieuwenhuizen
2018-01-30
1
-58
/
+2
*
radv: Record a PM4 sequence for graphics pipeline switches.
Bas Nieuwenhuizen
2018-01-30
1
-451
/
+3
*
radv: Determine unneeded dynamic states.
Bas Nieuwenhuizen
2018-01-30
1
-22
/
+18
*
radv: fix RADV_DEBUG=syncshaders on GFX9
Samuel Pitoiset
2018-01-26
1
-1
/
+10
*
radv: fix a GPU hang with RADV_DEBUG=syncshaders
Samuel Pitoiset
2018-01-26
1
-8
/
+7
*
radv: move spi_baryc_cntl to pipeline
Dave Airlie
2018-01-25
1
-5
/
+1
*
radv: Always re-emit the sample position offset user SGPR.
Bas Nieuwenhuizen
2018-01-19
1
-17
/
+17
*
radv: emit pa_sc_mode_cntl_0 with multisample state.
Bas Nieuwenhuizen
2018-01-19
1
-2
/
+2
*
radv: Initialize DCC on transition from preinitialized.
Bas Nieuwenhuizen
2018-01-18
1
-1
/
+3
*
radv: don't emit unneeded vertex state.
Dave Airlie
2018-01-12
1
-8
/
+45
*
radv: Remove some typos.
Bas Nieuwenhuizen
2018-01-10
1
-2
/
+2
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
1
-0
/
+51
*
radv: Add mapping between dynamic state mask and external enum.
Bas Nieuwenhuizen
2018-01-10
1
-18
/
+18
*
radv: avoid PS partial flushes when viewports/scissors don't change
Samuel Pitoiset
2018-01-08
1
-6
/
+33
*
radv: add has_scissor_bug for Vega10 and Raven
Samuel Pitoiset
2018-01-08
1
-2
/
+1
*
radv: limit the scissor bug workaround to Vega 10 and Raven
Samuel Pitoiset
2018-01-05
1
-1
/
+6
*
radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+1
*
radv: Use correct HTILE expanded words.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+4
*
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
2017-12-31
1
-0
/
+16
*
radv: Disable DCC for GENERAL layout and compute transfer dest.
Bas Nieuwenhuizen
2017-12-29
1
-6
/
+23
*
radv: fix events on compute queues.
Dave Airlie
2017-12-28
1
-1
/
+1
*
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
[next]