Module: Mesa
Branch: master
Commit: 0dcc7de20552b744e91a31d840f9d5af32b2039e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dcc7de20552b744e91a31d840f9d5af32b2039e

Author: Brian Paul <bri...@vmware.com>
Date:   Fri Dec 12 16:45:33 2014 -0700

mesa: remove obsolete comment on _mesa_ClearColor()

---

 src/mesa/main/clear.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/main/clear.c b/src/mesa/main/clear.c
index 7eff07b..4671ee2 100644
--- a/src/mesa/main/clear.c
+++ b/src/mesa/main/clear.c
@@ -58,10 +58,6 @@ _mesa_ClearIndex( GLfloat c )
  * \param alpha alpha component.
  *
  * \sa glClearColor().
- *
- * Clamps the parameters and updates gl_colorbuffer_attrib::ClearColor.  On a
- * change, flushes the vertices and notifies the driver via the
- * dd_function_table::ClearColor callback.
  */
 void GLAPIENTRY
 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to