Re: [Mesa-dev] [PATCH] docs: Update todo regarding StencilOp and StencilOpSeparate.

2015-08-15 Thread Timothy Arceri
On Sat, 2015-08-15 at 14:54 +1000, Rhys Kidd wrote: > On 8 August 2015 at 15:09, Rhys Kidd wrote: > > OpenGL 2.0 function StencilOp() is in part internally implemented via > > StencilOpSeparate(). This change happened some time ago, however the > > accompanying doxygen todo comment was not accordi

Re: [Mesa-dev] [PATCH] docs: Update todo regarding StencilOp and StencilOpSeparate.

2015-08-14 Thread Rhys Kidd
On 8 August 2015 at 15:09, Rhys Kidd wrote: > OpenGL 2.0 function StencilOp() is in part internally implemented via > StencilOpSeparate(). This change happened some time ago, however the > accompanying doxygen todo comment was not accordingly updated. > > Replace the outdated portion of this doxy

[Mesa-dev] [PATCH] docs: Update todo regarding StencilOp and StencilOpSeparate.

2015-08-07 Thread Rhys Kidd
OpenGL 2.0 function StencilOp() is in part internally implemented via StencilOpSeparate(). This change happened some time ago, however the accompanying doxygen todo comment was not accordingly updated. Replace the outdated portion of this doxygen todo comment, leaving the remainder unchanged. Als