mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
anv: Unbreak wide lines on HSW/BDW
I knew there was a reason the limit was at ~8 and not rounded to it.
Fixes: 004fcfe698 ("anv: fix some multisample lines_wide CTS tests")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11914>
This commit is contained in:
parent
dfcb47bcec
commit
fce0027d91
1 changed files with 1 additions and 1 deletions
|
|
@ -2016,7 +2016,7 @@ void anv_GetPhysicalDeviceProperties(
|
|||
* Since the Windows driver does the same, it's probably fair to assume
|
||||
* that no one needs more than this.
|
||||
*/
|
||||
.lineWidthRange = { 0.0, 8.0 },
|
||||
.lineWidthRange = { 0.0, 7.9921875 },
|
||||
.pointSizeGranularity = (1.0 / 8.0),
|
||||
.lineWidthGranularity = (1.0 / 128.0),
|
||||
.strictLines = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue