https://bugs.freedesktop.org/show_bug.cgi?id=105807
--- Comment #8 from b...@besd.de <b...@besd.de> ---
These are from shaderdumps (good thing I have the sha naming in place otherwise
these would have been overwritten ;)
When GLSL is not forced
[require]
GLSL >= 0.00 // this is generated by OpenGL so maybe something is going on
there
[fragment shader]
#version 140
#extension GL_ARB_explicit_attrib_location : enable
When forcing GLSL 1.3
[require]
GLSL >= 1.30
[vertex shader]
#version 130
#extension GL_ARB_explicit_attrib_location : enable
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev