Mesa (master): mesa: remove outdated comment

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Sep 24 18:41:14 UTC 2013


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

Author: Dylan Noblesmith <nobled at dreamwidth.org>
Date:   Fri Sep 20 11:55:27 2013 -0400

mesa: remove outdated comment

No such argument exists since this commit:

commit 92f3fca0ea429dcf07123e63447449db53308266
Author:     Ian Romanick <ian.d.romanick at intel.com>
AuthorDate: Sun Aug 21 17:23:58 2011 -0700
Commit:     Ian Romanick <ian.d.romanick at intel.com>
CommitDate: Tue Aug 23 14:52:09 2011 -0700

    mesa: Remove target parameter from dd_function_table::BufferSubData

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/main/bufferobj.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c
index b22340f..312ffb7 100644
--- a/src/mesa/main/bufferobj.c
+++ b/src/mesa/main/bufferobj.c
@@ -440,7 +440,6 @@ _mesa_buffer_data( struct gl_context *ctx, GLenum target, GLsizeiptrARB size,
  * Note that all GL error checking will have been done already.
  *
  * \param ctx     GL context.
- * \param target  Buffer object target on which to operate.
  * \param offset  Offset of the first byte to be modified.
  * \param size    Size, in bytes, of the data range.
  * \param data    Pointer to the data to store in the buffer object.




More information about the mesa-commit mailing list