r300: Corrected r300PointSize based on dumping the blob.

The OpenGL specification also verifies the default point size should be 1.0.
This commit is contained in:
Oliver McFadden
2007-05-30 03:15:52 +00:00
parent da1d9d9795
commit d61a595a5b
+1 -1
View File
@@ -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;