- implement wglGetCurrentReadDCARB, wglMakeContextCurrentARB on
commit44cfc89849f55269f4396bfcb3075c03c3d1374a
authorRaphael Junqueira <fenix@club-internet.fr>
Thu, 28 Apr 2005 18:31:15 +0000 (28 18:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 Apr 2005 18:31:15 +0000 (28 18:31 +0000)
tree741e3ba908792400519033afc40febef1ad07099
parent9e034b7fb816b4f9f043ce8f20091ccecdfca631
- 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)
dlls/opengl32/Makefile.in
dlls/opengl32/make_opengl
dlls/opengl32/opengl_ext.h
dlls/opengl32/opengl_norm.c
dlls/opengl32/wgl.c
dlls/opengl32/wgl.h
dlls/opengl32/wgl_ext.c
dlls/opengl32/wgl_ext.h