OSDN Git Service

st/mesa: s/tex_usage/bindings/ in st_format.h
authorBrian Paul <brianp@vmware.com>
Wed, 29 Jun 2011 13:23:45 +0000 (07:23 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Jun 2011 13:23:47 +0000 (07:23 -0600)
Just be consistent with the .c file.

src/mesa/state_tracker/st_format.h

index 7bda785..1c1f596 100644 (file)
@@ -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,