mesa/st: always flag last vertex stage constants for upload on pointsize change
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 28 Mar 2022 21:10:11 +0000 (17:10 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 30 Mar 2022 03:49:36 +0000 (03:49 +0000)
commit01083239962889b2087e1f77f22744727882c03d
tree295dedad4ec866577e075a1c245f02cc20be4384
parent452d4d00df56d36f931bb52f85650a66f9a31445
mesa/st: always flag last vertex stage constants for upload on pointsize change

if the driver requires pointsize uploads, the pointsize has to actually be uploaded
whenever the pointsize changes

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