zink: move push descriptor updating into lazy-only codepath
this was a bit confusing to read, and I originally left it in the hybrid path to enable fallbacks to push descriptors in hybrid mode. the problem with that idea is that it's impossible: the constant buffer set is the one set that will never, ever trigger a fallback, so leaving it there just leaves room for error and confusion Reviewed-by:Dave Airlie <airlied@redhat.com> Part-of: <mesa/mesa!13350> (cherry picked from commit 7c840f51)
Showing
- .pick_status.json 1 addition, 1 deletion.pick_status.json
- src/gallium/drivers/zink/zink_descriptors.c 1 addition, 1 deletionsrc/gallium/drivers/zink/zink_descriptors.c
- src/gallium/drivers/zink/zink_descriptors.h 1 addition, 1 deletionsrc/gallium/drivers/zink/zink_descriptors.h
- src/gallium/drivers/zink/zink_descriptors_lazy.c 53 additions, 52 deletionssrc/gallium/drivers/zink/zink_descriptors_lazy.c
Loading
Please register or sign in to comment