i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_sf.h
index 09880fe2bb3be2b9640a62b28dfec72301eec75f..00062396bd76604d1ed41f980de509b5686065ed 100644 (file)
@@ -105,6 +105,4 @@ void brw_emit_point_setup( struct brw_sf_compile *c, bool allocate );
 void brw_emit_point_sprite_setup( struct brw_sf_compile *c, bool allocate );
 void brw_emit_anyprim_setup( struct brw_sf_compile *c );
 
-#define BRW_SF_URB_ENTRY_READ_OFFSET 1
-
 #endif