From 475685ce5079877be5fc1fbcb8206dff4b79b0f3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 29 Jun 2011 07:23:45 -0600 Subject: [PATCH] st/mesa: s/tex_usage/bindings/ in st_format.h Just be consistent with the .c file. --- src/mesa/state_tracker/st_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 7bda785af60..1c1f5965f66 100644 --- a/src/mesa/state_tracker/st_format.h +++ b/src/mesa/state_tracker/st_format.h @@ -54,7 +54,7 @@ extern enum pipe_format st_choose_format(struct pipe_screen *screen, GLenum internalFormat, GLenum format, GLenum type, enum pipe_texture_target target, unsigned sample_count, - unsigned tex_usage); + unsigned bindings); extern enum pipe_format st_choose_renderbuffer_format(struct pipe_screen *screen, -- 2.11.0