glsl: remove old FINISHME
This should have been removed long ago. Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
@@ -4633,8 +4633,6 @@ link_shaders(struct gl_context *ctx, struct gl_shader_program *prog)
|
|||||||
&prog->NumShaderStorageBlocks,
|
&prog->NumShaderStorageBlocks,
|
||||||
&prog->SsboInterfaceBlockIndex);
|
&prog->SsboInterfaceBlockIndex);
|
||||||
|
|
||||||
/* FINISHME: Assign fragment shader output locations. */
|
|
||||||
|
|
||||||
for (unsigned i = 0; i < MESA_SHADER_STAGES; i++) {
|
for (unsigned i = 0; i < MESA_SHADER_STAGES; i++) {
|
||||||
if (prog->_LinkedShaders[i] == NULL)
|
if (prog->_LinkedShaders[i] == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user