[Bug 91857] Mesa 10.6.3 linker is slow

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 3 09:10:15 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91857

--- Comment #4 from Clive McCarthy <CliveMcCarthy at gmail.com> ---
(In reply to Tapani Pälli from comment #2)
> Please attach GLSL source, 88 secs sounds *weird*.

Here's the vertex shader. It will make you laugh.

varying vec2 tex_coord;
void main(void)
{
    tex_coord    = gl_MultiTexCoord0.st;
    gl_Position  = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
}

Doesn't get simpler.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150903/db92d828/attachment.html>


More information about the intel-3d-bugs mailing list