Mesa (glsl2): linker: Remove the FINISHME comment for intrastage linking

Ian Romanick idr at kemper.freedesktop.org
Tue Jul 20 02:22:24 UTC 2010


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Jul 16 16:00:07 2010 -0700

linker: Remove the FINISHME comment for intrastage linking

---

 src/glsl/linker.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index a4776b1..4869dbe 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -1135,7 +1135,8 @@ link_shaders(struct gl_shader_program *prog)
 
    prog->Version = max_version;
 
-   /* FINISHME: Implement intra-stage linking. */
+   /* Link all shaders for a particular stage and validate the result.
+    */
    prog->_NumLinkedShaders = 0;
    if (num_vert_shaders > 0) {
       gl_shader *const sh =




More information about the mesa-commit mailing list