mesa: Update todo regarding StencilOp and StencilOpSeparate.
authorRhys Kidd <rhyskidd@gmail.com>
Thu, 20 Aug 2015 13:03:29 +0000 (23:03 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Sun, 10 Jan 2016 22:10:17 +0000 (09:10 +1100)
commit7b4f8c827d07032eab6a82b7fb7f6574084aacf6
treecab2fa89bf3521c723760016bcb20f0542d185a7
parent5e3edd4b2891d839d440f58053f7207fc71554f4
mesa: Update todo regarding StencilOp and StencilOpSeparate.

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.

Also better respect the 80 character suggested line length in this file.

v2: Fully remove comment, following code review by t_arceri@yahoo.com.au

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/main/stencil.c