<div dir="ltr">On 8 August 2015 at 15:09, Rhys Kidd <span dir="ltr"><<a href="mailto:rhyskidd@gmail.com" target="_blank">rhyskidd@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OpenGL 2.0 function StencilOp() is in part internally implemented via<br>
StencilOpSeparate(). This change happened some time ago, however the<br>
accompanying doxygen todo comment was not accordingly updated.<br>
<br>
Replace the outdated portion of this doxygen todo comment, leaving the remainder<br>
unchanged.<br>
<br>
Also better respect the 80 character suggested line length in this file.<br>
<br>
Signed-off-by: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>><br>
---<br>
 src/mesa/main/stencil.c | 17 ++++++++---------<br>
 1 file changed, 8 insertions(+), 9 deletions(-)<br>
<br>
diff --git a/src/mesa/main/stencil.c b/src/mesa/main/stencil.c<br>
index 2a19a17..385a6d0 100644<br>
--- a/src/mesa/main/stencil.c<br>
+++ b/src/mesa/main/stencil.c<br>
@@ -124,8 +124,8 @@ _mesa_ClearStencil( GLint s )<br>
  * \sa glStencilFunc().<br>
  *<br>
  * Verifies the parameters and updates the respective values in<br>
- * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies the<br>
- * driver via the dd_function_table::StencilFunc callback.<br>
+ * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies<br>
+ * the driver via the dd_function_table::StencilFunc callback.<br>
  */<br>
 void GLAPIENTRY<br>
 _mesa_StencilFuncSeparateATI( GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask )<br>
@@ -178,8 +178,8 @@ _mesa_StencilFuncSeparateATI( GLenum frontfunc, GLenum backfunc, GLint ref, GLui<br>
  * \sa glStencilFunc().<br>
  *<br>
  * Verifies the parameters and updates the respective values in<br>
- * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies the<br>
- * driver via the dd_function_table::StencilFunc callback.<br>
+ * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies<br>
+ * the driver via the dd_function_table::StencilFunc callback.<br>
  */<br>
 void GLAPIENTRY<br>
 _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask )<br>
@@ -298,8 +298,8 @@ _mesa_StencilMask( GLuint mask )<br>
  * \sa glStencilOp().<br>
  *<br>
  * Verifies the parameters and updates the respective fields in<br>
- * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies the<br>
- * driver via the dd_function_table::StencilOp callback.<br>
+ * __struct gl_contextRec::Stencil. On change flushes the vertices and notifies<br>
+ * the driver via the dd_function_table::StencilOp callback.<br>
  */<br>
 void GLAPIENTRY<br>
 _mesa_StencilOp(GLenum fail, GLenum zfail, GLenum zpass)<br>
@@ -391,9 +391,8 @@ _mesa_ActiveStencilFaceEXT(GLenum face)<br>
<br>
 /**<br>
  * OpenGL 2.0 function.<br>
- * \todo Make StencilOp() call this function.  And eventually remove the<br>
- * ctx->Driver.StencilOp function and use ctx->Driver.StencilOpSeparate<br>
- * instead.<br>
+ * \todo Eventually remove the ctx->Driver.StencilOp function and use<br>
+ * ctx->Driver.StencilOpSeparate instead.<br>
  */<br>
 void GLAPIENTRY<br>
 _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.4<br>
<br>
</font></span></blockquote></div><br></div><div class="gmail_extra">A friendly ping to the mailing list. Is there a taker for code review and subsequent push to master?<br></div></div>