Merge branch 'gallium-nopointsizeminmax'
[mesa.git] / src / gallium / drivers / svga / svga_screen.c
index 5e11163d180f3f8e23b7597ab7096ee8df71ef5f..8143be502441896e8909e38ee7bd09f249c7fcae 100644 (file)
@@ -101,7 +101,7 @@ svga_get_paramf(struct pipe_screen *screen, int param)
       /* Keep this to a reasonable size to avoid failures in
        * conform/pntaa.c:
        */
-      return 80.0;
+      return SVGA_MAX_POINTSIZE;
 
    case PIPE_CAP_MAX_TEXTURE_ANISOTROPY:
       return 4.0;