<p dir="ltr"><br>
On Aug 20, 2015 3:30 PM, "Thomas Helland" <<a href="mailto:thomashelland90@gmail.com">thomashelland90@gmail.com</a>> wrote:<br>
><br>
> 2015-08-20 15:03 GMT+02:00 Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>>:<br>
> > 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<br>
> > remainder unchanged.<br>
> ><br>
> > Also better respect the 80 character suggested line length in this file.<br>
> ><br>
> > v2: Fully remove comment, following code review by <a href="mailto:t_arceri@yahoo.com.au">t_arceri@yahoo.com.au</a><br>
> > Signed-off-by: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>><br>
> > ---<br>
> >  src/mesa/main/stencil.c | 18 ++++++------------<br>
> >  1 file changed, 6 insertions(+), 12 deletions(-)<br>
> ><br>
> > diff --git a/src/mesa/main/stencil.c b/src/mesa/main/stencil.c<br>
> > index 2a19a17..409b2f0 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>
> > @@ -389,12 +389,6 @@ _mesa_ActiveStencilFaceEXT(GLenum face)<br>
> ><br>
> ><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>
> > - */<br>
> >  void GLAPIENTRY<br>
> >  _mesa_StencilOpSeparate(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass)<br>
> >  {<br>
> > --<br>
> > 2.1.4<br>
> ><br>
> > _______________________________________________<br>
> > mesa-dev mailing list<br>
> > <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
><br>
> This patch looks good and is:<br>
><br>
> Reviewed-by: Thomas Helland <<a href="mailto:thomashelland90@gmail.com">thomashelland90@gmail.com</a>><br>
><br>
> I'll pull it down, add the R-b tag, and temporarily store it 'til I get<br>
> a small bunch of reviewed patches. Then I'll send a request to one<br>
> of the guys with commit-access, and ask them to commit the bunch.<br>
><br>
> Thanks a lot for your contribution!<br>
><br>
> PS: Your last patch series landed a couple days ago.</p>
<p dir="ltr">Hi all,</p>
<p dir="ltr">Seems that I have forgotten about this.<br>
Anyone mind committing it(neither Rhys or I have commit access)?<br>
No changes has happened to this file since Januar 2015,<br>
so the patch should still apply just fine.</p>
<p dir="ltr">-Thomas</p>