projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2285645
)
st/mesa: make rtt_level, face, slice unsigned to silence MSVC warnings
author
Brian Paul
<brianp@vmware.com>
Wed, 26 Jun 2013 15:33:40 +0000
(09:33 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 26 Jun 2013 16:42:59 +0000
(10:42 -0600)
src/mesa/state_tracker/st_cb_fbo.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_fbo.h
b/src/mesa/state_tracker/st_cb_fbo.h
index 461dbe985970cab343825c91f26cd13839a5e860..f335c371b0b84cc59d2f2e37db0008fa037ac991 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_fbo.h
+++ b/
src/mesa/state_tracker/st_cb_fbo.h
@@
-59,7
+59,7
@@
struct st_renderbuffer
void *data;
struct st_texture_object *rtt; /**< GL render to texture's texture */
-
int
rtt_level, rtt_face, rtt_slice;
+
unsigned
rtt_level, rtt_face, rtt_slice;
};