projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a03a64
)
linker: Remove the FINISHME comment for intrastage linking
author
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 16 Jul 2010 23:00:07 +0000
(16:00 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 19 Jul 2010 21:50:43 +0000
(14:50 -0700)
src/glsl/linker.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/linker.cpp
b/src/glsl/linker.cpp
index a4776b1941cd0807c4388397ee996fa14b3057bd..4869dbe1ca554d326f98e4333082e6d356ba3d97 100644
(file)
--- 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 =