i965: Make brw_update_texture_surface static.

Trivial.  It's not used in other files.
This commit is contained in:
Kenneth Graunke 2017-09-09 00:18:39 -07:00
parent e5e93c727f
commit 735711ab86
2 changed files with 1 additions and 5 deletions

View file

@ -213,10 +213,6 @@ void brw_emit_buffer_surface_state(struct brw_context *brw,
unsigned pitch,
unsigned reloc_flags);
void brw_update_texture_surface(struct gl_context *ctx,
unsigned unit, uint32_t *surf_offset,
bool for_gather, uint32_t plane);
/* brw_sampler_state.c */
void brw_emit_sampler_state(struct brw_context *brw,
uint32_t *sampler_state,

View file

@ -451,7 +451,7 @@ brw_aux_surface_disabled(const struct brw_context *brw,
return false;
}
void
static void
brw_update_texture_surface(struct gl_context *ctx,
unsigned unit,
uint32_t *surf_offset,