swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs

This is a bitfield of FRAG_BIT_x values so it should be 64-bits now.
This commit is contained in:
Brian Paul
2012-01-07 14:16:27 -07:00
parent 7d960a352f
commit 8dffb6bdab
4 changed files with 8 additions and 6 deletions

View 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