projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd3695
)
mesa: default_access_mode() returns a GLbitfield, not GLenum
author
Brian Paul
<brianp@vmware.com>
Thu, 2 Aug 2012 15:40:40 +0000
(09:40 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 2 Aug 2012 15:40:40 +0000
(09:40 -0600)
src/mesa/main/bufferobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/bufferobj.c
b/src/mesa/main/bufferobj.c
index 7d72092a2dbf5400e392aa9c63fa5b4d8ab51460..c7c21fb395697b255d487c1a6dcc58b8be9f1fbf 100644
(file)
--- a/
src/mesa/main/bufferobj.c
+++ b/
src/mesa/main/bufferobj.c
@@
-131,7
+131,7
@@
get_buffer(struct gl_context *ctx, const char *func, GLenum target)
}
-static inline GL
enum
+static inline GL
bitfield
default_access_mode(const struct gl_context *ctx)
{
/* Table 2.6 on page 31 (page 44 of the PDF) of the OpenGL 1.5 spec says: