swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs
[mesa.git] / src / mesa / swrast / s_span.h
index 382c3d2ebb8e3044811245931541d91f563d7889..f4d32dd87380e6c741fa23a7e66b13a218b84c40 100644 (file)
@@ -155,7 +155,8 @@ typedef struct sw_span
     */
    GLbitfield arrayMask;
 
-   GLbitfield arrayAttribs;
+   /** Mask of FRAG_BIT_x bits */
+   GLbitfield64 arrayAttribs;
 
    /**
     * We store the arrays of fragment values in a separate struct so