[Bug 71630] Desktop extension defined in ES 3.00 shader

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 15 02:18:24 PST 2013


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

--- Comment #2 from Stanislav Vorobiov <sheffmail at mail.ru> ---
m.b. it's because of versioned context, I create context like this:

    int attribs[] =
    {
        GLX_CONTEXT_MAJOR_VERSION_ARB, 3,
        GLX_CONTEXT_MINOR_VERSION_ARB, 1,
        GLX_RENDER_TYPE, GLX_RGBA_TYPE,
        GLX_CONTEXT_PROFILE_MASK_ARB, GLX_CONTEXT_CORE_PROFILE_BIT_ARB,
        None
    };

    glXCreateContextAttribsARB(..., attribs);

-- 
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/20131115/1209f554/attachment.html>


More information about the intel-3d-bugs mailing list