projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c44e8
)
mesa: added new function comments
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Mar 2010 17:53:21 +0000
(10:53 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Mar 2010 17:53:21 +0000
(10:53 -0700)
src/mesa/main/framebuffer.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/framebuffer.c
b/src/mesa/main/framebuffer.c
index 6a85162d5dadc82019e705ad66dba14a196a9aca..5a654e5c2a3822239ac02fd30b2ee15d9d614f58 100644
(file)
--- a/
src/mesa/main/framebuffer.c
+++ b/
src/mesa/main/framebuffer.c
@@
-986,6
+986,10
@@
_mesa_dest_buffer_exists(GLcontext *ctx, GLenum format)
return GL_TRUE;
}
+
+/**
+ * Used to answer the GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES query.
+ */
GLenum
_mesa_get_color_read_format(GLcontext *ctx)
{
@@
-999,6
+1003,10
@@
_mesa_get_color_read_format(GLcontext *ctx)
}
}
+
+/**
+ * Used to answer the GL_IMPLEMENTATION_COLOR_READ_TYPE_OES query.
+ */
GLenum
_mesa_get_color_read_type(GLcontext *ctx)
{