llvmpipe: bump max point size to 256

in theory this should be fine

Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31233>
This commit is contained in:
Mike Blumenkrantz
2024-09-18 12:40:27 -04:00
committed by Marge Bot
parent d6d33843d9
commit 8f482cc67c

View File

@@ -94,5 +94,5 @@
/* /*
* Max point size reported. Cap vertex shader point sizes to this. * Max point size reported. Cap vertex shader point sizes to this.
*/ */
#define LP_MAX_POINT_WIDTH 255.0f #define LP_MAX_POINT_WIDTH 256.0f
#endif /* LP_LIMITS_H */ #endif /* LP_LIMITS_H */