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

          Priority: medium
            Bug ID: 61455
          Assignee: mesa-dev@lists.freedesktop.org
           Summary: Feature request: implement wglMakeContextCurrentARB in
                    Gallium
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: keith.kriew...@attachmate.com
          Hardware: All
            Status: NEW
           Version: 9.0
         Component: Mesa core
           Product: Mesa

Please implement wglMakeContextCurrentARB in the Gallium state-tracker.

The declaration would be at:

  /gallium/state_trackers/wgl/stw_getprocaddress.c
    stw_extension_entries[] :
      /* WGL_ARB_make_current_read */
      STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),

We have a need for support of glXMakeContextCurrent in the Gallium software
renderers (softpipe and/or llvmpipe).

Specification docs:

(GLX 1.3, GL 1.2)
http://www.opengl.org/sdk/docs/man2/xhtml/glXMakeContextCurrent.xml

(WGL)
http://www.opengl.org/registry/specs/ARB/wgl_make_current_read.txt

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to