projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba65f7
)
st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32
author
Brian Paul
<brianp@vmware.com>
Fri, 15 Oct 2010 23:18:39 +0000
(17:18 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 15 Oct 2010 23:18:39 +0000
(17:18 -0600)
src/mesa/state_tracker/st_atom.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom.h
b/src/mesa/state_tracker/st_atom.h
index c7a04951bff7b14a9be5d17d2599829c3d9b1ddc..6a5ea365ebca77d4a8042466cb58557ace3f0acb 100644
(file)
--- a/
src/mesa/state_tracker/st_atom.h
+++ b/
src/mesa/state_tracker/st_atom.h
@@
-67,6
+67,6
@@
extern const struct st_tracked_state st_update_vs_constants;
extern const struct st_tracked_state st_update_pixel_transfer;
-uint st_compare_func_to_pipe(GLenum func);
+
GL
uint st_compare_func_to_pipe(GLenum func);
#endif