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

--- Comment #29 from b...@besd.de <b...@besd.de> ---
If I understand correctly from Ilias commit above then checking for GLSL = 400
is just a convenience so you dont have to check for every bit that is needed
for shader5

could this be written like so ?


if driver supports GLSL >= 400 then
  if user requests GLSL >= 150 then
    expose GL_ARB_GPU_SHADER5

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to