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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user