projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5efbf
)
mesa: minor comment fix in blend.c
author
Brian Paul
<brianp@vmware.com>
Fri, 13 Nov 2015 15:02:05 +0000
(08:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 13 Nov 2015 15:02:19 +0000
(08:02 -0700)
src/mesa/main/blend.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/blend.c
b/src/mesa/main/blend.c
index 20aa49809350358232060ee7af9c03504abd8f5b..ddf7f497f1e1cc08a752bfe4285a2a59257472c6 100644
(file)
--- a/
src/mesa/main/blend.c
+++ b/
src/mesa/main/blend.c
@@
-639,7
+639,7
@@
_mesa_AlphaFunc( GLenum func, GLclampf ref )
* \param opcode operation.
*
* Verifies that \p opcode is a valid enum and updates
-gl_colorbuffer_attrib::LogicOp.
+
*
gl_colorbuffer_attrib::LogicOp.
* On a change, flushes the vertices and notifies the driver via the
* dd_function_table::LogicOpcode callback.
*/