mesa/st: rework pointsize constant uploads
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 25 Mar 2022 22:14:14 +0000 (18:14 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 30 Mar 2022 03:49:36 +0000 (03:49 +0000)
commit2b2248570243c9cb1e73e9bb7aa7effe7a9dbd9f
treec2085df1727676b2b8cd7ef5acd2e8d27ed29cd3
parent01083239962889b2087e1f77f22744727882c03d
mesa/st: rework pointsize constant uploads

this now has a flag that is toggled when the last vertex stage changes,
and this will trigger the appropriate updates during state validation

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15590>
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/state_tracker/st_atom.c