[Bug 91608] [Regression, bisected] arb_program_interface_query.arb_program_interface_query-getprogramresourceiv fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 12 23:51:31 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91608
Tapani Pälli <lemody at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Tapani Pälli <lemody at gmail.com> ---
fixed by
--- 8< ---
commit d345f9b1e048c8064b0ee25a3c8e39dd9723999d
Author: Tapani Pälli <tapani.palli at intel.com>
Date: Wed Aug 12 08:11:44 2015 +0300
arb_program_interface_query: fix getprogramresourceiv errors
Move IS_PER_PATCH as part of tessellation queries, require
GL_ARB_compute_shader for compute shader enum queries.
Strictly speaking, spec would allow to query
GL_REFERENCED_BY_COMPUTE_SHADER
without having compute shaders but as it disallows GL_COMPUTE_SUBROUTINE
and
GL_COMPUTE_SUBROUTINE_UNIFORM if there is no compute shader support, it is
likely that this is a bug in the spec.
v2: add missing parenthesis! (spotted by Curro)
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91608
Tested-by: Mark Janes <mark.a.janes at intel.com>
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
--
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/20150813/789d4003/attachment-0001.html>
More information about the intel-3d-bugs
mailing list