Module: Mesa Branch: master Commit: 475685ce5079877be5fc1fbcb8206dff4b79b0f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=475685ce5079877be5fc1fbcb8206dff4b79b0f3
Author: Brian Paul <[email protected]> Date: Wed Jun 29 07:23:45 2011 -0600 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 files changed, 1 insertions(+), 1 deletions(-) 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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
