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:
@@ -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
|
||||
|
Reference in New Issue
Block a user