[Mesa-dev] [Bug 90927] GLSL extensions are not routed from X-Server to client app

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 10 14:47:30 PDT 2015


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

Ian Romanick <idr at freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |enhancement

--- Comment #1 from Ian Romanick <idr at freedesktop.org> ---
Extensions need to have GLX protocol supported on the client and on the server.
 For some extensions this just means they need to be added to the
known_gl_extensions in src/glx/glxextensions.c in Mesa.  However, all of the
GLSL related extensions need protocol implemented (e.g., glShaderSource).  It's
mostly just a lot of typing and testing.

Patches welcome.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150610/4c09dc3c/attachment.html>


More information about the mesa-dev mailing list