From: Brian Paul Date: Wed, 29 Jun 2011 13:23:45 +0000 (-0600) Subject: st/mesa: s/tex_usage/bindings/ in st_format.h X-Git-Tag: 062012170305~5106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=475685ce5079877be5fc1fbcb8206dff4b79b0f3;p=profile%2Fivi%2Fmesa.git st/mesa: s/tex_usage/bindings/ in st_format.h Just be consistent with the .c file. --- diff --git a/src/mesa/state_tracker/st_format.h b/src/mesa/state_tracker/st_format.h index 7bda785..1c1f596 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,