From: Oliver McFadden Date: Wed, 30 May 2007 03:15:52 +0000 (+0000) Subject: r300: Corrected r300PointSize based on dumping the blob. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d61a595a5b1752a0f377e9a2e698f723ea4a6207;p=mesa.git r300: Corrected r300PointSize based on dumping the blob. The OpenGL specification also verifies the default point size should be 1.0. --- diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index d7d89145416..e6163262743 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -1916,7 +1916,7 @@ static void r300ResetHwState(r300ContextPtr r300) r300->hw.unk4214.cmd[1] = 0x00050005; - r300PointSize(ctx, 0.0); + r300PointSize(ctx, 1.0); r300->hw.unk4230.cmd[1] = 0x18000006; r300->hw.unk4230.cmd[2] = 0x00020006;