Mesa (master): mesa: fix misleading comment

Timothy Arceri tarceri at kemper.freedesktop.org
Wed Jul 22 03:34:52 UTC 2015


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

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Sat Jul  4 08:34:32 2015 +1000

mesa: fix misleading comment

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias at igalia.com>

---

 src/mesa/main/shader_query.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index d562a90..c8d3687 100644
--- a/src/mesa/main/shader_query.cpp
+++ b/src/mesa/main/shader_query.cpp
@@ -787,8 +787,6 @@ program_resource_location(struct gl_shader_program *shProg,
 
 /**
  * Function implements following location queries:
- *    glGetAttribLocation
- *    glGetFragDataLocation
  *    glGetUniformLocation
  */
 GLint




More information about the mesa-commit mailing list