- add a new private header d3dcore_gl.h that declares needed opengl
commit713013a9786986da331db14cf8250b6c8882a856
authorRaphael Junqueira <fenix@club-internet.fr>
Wed, 4 Jun 2003 23:01:49 +0000 (4 23:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Jun 2003 23:01:49 +0000 (4 23:01 +0000)
treec01272f8ebfffdf60a54fac12daf6b52cd2042ad
parent24be30657d864e7e7b57f58024dfbf76ae3724da
- add a new private header d3dcore_gl.h that declares needed opengl
  defines and the caps defines
- cleanup of device.c using the caps defines (avoid the #ifdef
  nigthmare)
- add {Set,Get}GammaRamp support
dlls/d3d8/d3d8_private.h
dlls/d3d8/d3dcore_gl.h [new file with mode: 0644]
dlls/d3d8/device.c
dlls/d3d8/directx.c