draw: corrections to allow for different cliptest cases
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.h
index e0cf07256bc2281ff744de6cbe9f83fec49d7708..813b8d447aebe49fc7878825255a4ee6a9a3631f 100644 (file)
@@ -40,7 +40,7 @@
 #define MAX_GS_VERTS (4)            
 
 struct brw_gs_prog_key {
-   GLuint attrs:32;
+   GLbitfield64 attrs;
    GLuint primitive:4;
    GLuint hint_gs_always:1;
    GLuint pv_first:1;
@@ -63,7 +63,6 @@ struct brw_gs_compile {
    GLuint nr_attrs;
    GLuint nr_regs;
    GLuint nr_bytes;
-   GLboolean need_ff_sync;
 };
 
 #define ATTR_SIZE  (4*4)