i965/vec4: remove the generator hack for dual instanced GS
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
index bfad868cf87db1f573bc1ba2fe8a5718eb3d1cea..1a4efa3cb0cbd9385ba664e0c8e6274ef074b0f7 100644 (file)
@@ -853,7 +853,7 @@ struct brw_context
     */
    bool perf_debug;
 
-   uint32_t max_gtt_map_object_size;
+   uint64_t max_gtt_map_object_size;
 
    int gen;
    int gt;
@@ -1795,7 +1795,6 @@ brw_program_reloc(struct brw_context *brw, uint32_t state_offset,
 bool brw_do_cubemap_normalize(struct exec_list *instructions);
 bool brw_lower_texture_gradients(struct brw_context *brw,
                                  struct exec_list *instructions);
-bool brw_do_lower_unnormalized_offset(struct exec_list *instructions);
 
 extern const char * const conditional_modifier[16];
 extern const char *const pred_ctrl_align16[16];