[Mesa-dev] [Bug 61455] New: Feature request: implement wglMakeContextCurrentARB in Gallium
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 25 10:37:02 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=61455
Priority: medium
Bug ID: 61455
Assignee: mesa-dev at lists.freedesktop.org
Summary: Feature request: implement wglMakeContextCurrentARB in
Gallium
Severity: normal
Classification: Unclassified
OS: Windows (All)
Reporter: keith.kriewall at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130225/f0b107ce/attachment.html>
More information about the mesa-dev
mailing list