diff options
author | Keith Whitwell <[email protected]> | 2005-01-14 15:03:00 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-14 15:03:00 +0000 |
commit | 4ccee80190532fc70631331eab66b9e5712adbe9 (patch) | |
tree | add2b8ba8237c76f924dfca5e1e0852252ab868b /src/mesa/drivers/dri/unichrome/via_context.c | |
parent | faf96a157df67281ece24fe19a72e7b557e628da (diff) |
Fix previously un-noticed issue with flat-shaded points.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.c')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index f2dd2cfea57..b82ffb669a9 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.c +++ b/src/mesa/drivers/dri/unichrome/via_context.c @@ -469,6 +469,7 @@ viaCreateContext(const __GLcontextModes *mesaVis, vmesa->texHeap = mmInit(0, viaScreen->textureSize); vmesa->renderIndex = ~0; vmesa->setupIndex = ~0; + vmesa->hwPrimitive = GL_POLYGON+1; /* KW: Hardwire this. Was previously set bogusly in * viaCreateBuffer. Needs work before PBUFFER can be used: |