Browse Source

wgl interface

tags/R300_DRIVER_0
Daniel Borca 22 years ago
parent
commit
e1ecdc337e
2 changed files with 8 additions and 0 deletions
  1. 1
    0
      src/mesa/drivers/glide/fxopengl.def
  2. 7
    0
      src/mesa/drivers/glide/fxwgl.c

+ 1
- 0
src/mesa/drivers/glide/fxopengl.def View File

wglDescribePixelFormat wglDescribePixelFormat
wglGetCurrentContext wglGetCurrentContext
wglGetCurrentDC wglGetCurrentDC
wglGetDefaultProcAddress
wglGetLayerPaletteEntries wglGetLayerPaletteEntries
wglGetPixelFormat wglGetPixelFormat
wglGetProcAddress wglGetProcAddress

+ 7
- 0
src/mesa/drivers/glide/fxwgl.c View File

return (NULL); return (NULL);
} }


GLAPI PROC GLAPIENTRY
wglGetDefaultProcAddress(LPCSTR lpszProc)
{
SetLastError(0);
return (NULL);
}

GLAPI BOOL GLAPIENTRY GLAPI BOOL GLAPIENTRY
wglMakeCurrent(HDC hdc, HGLRC hglrc) wglMakeCurrent(HDC hdc, HGLRC hglrc)
{ {

Loading…
Cancel
Save