i965/gen6+: Remove VUE map dependency on userclip_active.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index 040a8d30613ceb299971880207ec05c1c067bcad..9d41529edb7b34f1ce3c63332c66a6b3505dd791 100644 (file)
@@ -436,7 +436,7 @@ static inline GLuint brw_varying_to_offset(struct brw_vue_map *vue_map,
 }
 
 void brw_compute_vue_map(struct brw_context *brw, struct brw_vue_map *vue_map,
-                         GLbitfield64 slots_valid, bool userclip_active);
+                         GLbitfield64 slots_valid);
 
 
 /**