commit | 44cfc89849f55269f4396bfcb3075c03c3d1374a | [log] [tgz] |
---|---|---|
author | Raphael Junqueira <fenix@club-internet.fr> | Thu Apr 28 18:31:15 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 28 18:31:15 2005 +0000 |
tree | 741e3ba908792400519033afc40febef1ad07099 | |
parent | 9e034b7fb816b4f9f043ce8f20091ccecdfca631 [diff] |
- implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on openGL32 (wgl_ext) - add code to disable some openGL extensions support using wine registry key HKLM\Software\Wine\OpenGL\DisabledExtensions (list separated by spaces) - valid/robust implementation of wglChoosePixelFormatARB and wglGetPixelFormatAttribivARB (wgl_ext)