https://bugs.freedesktop.org/show_bug.cgi?id=106058
Bug ID: 106058
Summary: Fix version requirements for GL_ARB_gpu_shader5
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev@lists.freedesktop.org
Reporter: b...@besd.de
QA Contact: mesa-dev@lists.freedesktop.org
Created attachment 138852
--> https://bugs.freedesktop.org/attachment.cgi?id=138852&action=edit
Fix for piglit
The version requirements for GL_ARB_gpu_shader5 are incorrect.
I have already fixed this locally, just dont have time for a proper patch right
now. Affects two piglit tests, for one I already have a patch the other one
seems trickier.
Requirements for GL_ARB_gpu_shader5
>From https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader5.txt
This extension interacts with ARB_gpu_shader_fp64.
This extension interacts with NV_gpu_shader5.
This extension interacts with ARB_sample_shading.
This extension interacts with ARB_texture_gather.
OpenGL 3.2 and GLSL 1.50 are required.
>From https://www.khronos.org/registry/OpenGL/extensions/NV/NV_gpu_shader5.txt
If implemented in OpenGL ES, OpenGL ES 3.1 and GLSL ES 3.10 are required.
--
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