mesa/src
Samuel Pitoiset b1d5657990 radv: fix emitting VBO when vertex input dynamic state is used
In the following scenario:
    CmdBindPipeline()
    CmdBindVertexBuffers()
    CmdSetVertexInput()
    CmdDraw()
    CmdBindVertexBuffers()
    CmdSetVertexInput()
    CmdDraw()

The VBO won't be updated for the second draw because the state is
cleared when the dynamic state is emitted and the pipeline isn't dirty.

Found by inspection.

Cc: 21.3 mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13855>
(cherry picked from commit aee25471b9)
2021-12-01 18:55:47 +00:00
..
amd radv: fix emitting VBO when vertex input dynamic state is used 2021-12-01 18:55:47 +00:00
android_stub android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
asahi nir: add indirect loop unrolling to compiler options 2021-08-03 10:54:50 +00:00
broadcom broadcom/compiler: don't move ldvary earlier if current instruction has ldunif 2021-12-01 18:55:46 +00:00
compiler glsl/nir: Don't build soft float64 when it cannot be used 2021-12-01 18:55:46 +00:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl egl/wayland: Properly clear stale buffers on resize 2021-10-20 20:40:58 +01:00
etnaviv ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt 2021-11-10 21:57:57 +00:00
freedreno ir3/lower_pcopy: Fix bug with "illegal" copies and swaps 2021-12-01 18:55:47 +00:00
gallium zink: fail context creation more gracefully 2021-12-01 18:55:46 +00:00
gbm gbm: assume USE_SCANOUT in create_with_modifiers 2021-10-01 00:02:36 +02:00
getopt
glx glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE value 2021-12-01 18:55:46 +00:00
gtest
hgl
imgui
intel intel/fs: fix shader call lowering pass 2021-12-01 18:55:47 +00:00
loader loader/dri3: fix swap out of order when changing swap interval 2021-09-30 03:27:14 +00:00
mapi mesa: GL_ARB_ES3_2_compatibility GL compat profile support 2021-09-23 11:10:23 +00:00
mesa mesa: fix buffer overrun in SavedObj texture obj array 2021-11-17 20:06:21 +00:00
microsoft microsoft/spirv_to_dxil: turn sysvals into input varyings 2021-10-27 19:58:10 +01:00
nouveau
panfrost nir/lower_pntc_ytransform: Support PointCoordIsSysval 2021-11-17 20:06:20 +00:00
tool pps: Panfrost pps driver 2021-07-13 11:03:55 +00:00
util util/ra: Fix deserialization of register sets 2021-11-17 20:06:19 +00:00
virtio venus: Use the common WSI wrappers 2021-10-13 00:06:15 +00:00
vulkan vulkan/util: Include stdlib.h 2021-11-17 20:06:22 +00:00
meson.build radv: Allow building when LLVM isn’t enabled 2021-10-01 10:40:18 +02:00