mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: Make brw_update_texture_surface static.
Trivial. It's not used in other files.
This commit is contained in:
parent
e5e93c727f
commit
735711ab86
2 changed files with 1 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue