projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b5c538
)
st/mesa: s/tex_usage/bindings/ in st_format.h
author
Brian Paul
<brianp@vmware.com>
Wed, 29 Jun 2011 13:23:45 +0000
(07:23 -0600)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_format.h
b/src/mesa/state_tracker/st_format.h
index
7bda785
..
1c1f596
100644
(file)
--- 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,