Haihao Xiang's pointsize initialization patch.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 23 Nov 2006 10:12:05 +0000 (10:12 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 23 Nov 2006 10:12:05 +0000 (10:12 +0000)
src/mesa/drivers/dri/i965/intel_context.c

index 36edd7db7f581e5ff2286f22d7ff4ab7987958e1..d13e287fa767a3351abe37c6a6f36491a596cd4d 100644 (file)
@@ -320,6 +320,11 @@ GLboolean intelInitContext( struct intel_context *intel,
    ctx->Const.MaxPointSizeAA = 3.0;
    ctx->Const.PointSizeGranularity = 1.0;
 
+   /* reinitialize the context point state.
+    * It depend on constants in __GLcontextRec::Const
+    */
+   _mesa_init_point(ctx);
+
    /* Initialize the software rasterizer and helper modules. */
    _swrast_CreateContext( ctx );
    _ac_CreateContext( ctx );