Displaying 10 results from an estimated 10 matches for "wglmakecontextcurrentarb".
2007 Sep 04
1
MS Train simulator test
...messages appear:
$ wine launcher.exe -rungame
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
fixme:mixer:ALSA_MixerInit No master control found, disabling mixer
err:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglCreatePbufferARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetPbufferDCARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglReleasePbufferDCARB) - not found
err:wgl:X11DR...
2011 Sep 25
1
Trying to wine starcraft 2
...nsion_string 'WGL_ARB_extensions_string'
trace:wgl:register_extension - 'wglGetExtensionsStringARB'
trace:wgl:register_extension_string 'WGL_ARB_make_current_read'
trace:wgl:register_extension - 'wglGetCurrentReadDCARB'
trace:wgl:register_extension - 'wglMakeContextCurrentARB'
trace:wgl:register_extension_string 'WGL_ARB_multisample'
trace:wgl:register_extension_string 'WGL_ARB_pbuffer'
trace:wgl:register_extension - 'wglCreatePbufferARB'
trace:wgl:register_extension - 'wglDestroyPbufferARB'
trace:wgl:register_extension -...
2012 Jul 03
0
Wine release 1.5.8
.../tests: Add back some necessary casts.
wined3d: Always load wgl functions from opengl32.dll.
winex11: Add a GET_DRAWABLE escape to mirror the SET_DRAWABLE one.
winex11: Use the GET_DRAWABLE escape to implement wglMakeCurrent.
winex11: Use the GET_DRAWABLE escape to implement wglMakeContextCurrentARB.
winex11: Export wglMakeCurrent and wglMakeContextCurrentARB as standard extension functions.
winex11: Simplify wglSetPixelFormatWINE and export it as a standard extension function.
opengl32: Add the concept of a WGL driver.
opengl32: Move wglMakeContextCurrentARB to the WGL...
2008 Jul 17
1
ATI Radeon 9600 was working once but not anymore....why ? :(
...istered
err:ole:create_server class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x17
err:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglCreatePbufferARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglGetPbufferDCARB) - not found
err:wgl:X11DRV_wglGetProcAddress (wglReleasePbufferDCARB) - not found
err:wgl:X11DR...
2017 Jun 23
0
Wine release 2.11
...he Java side.
configure: Add check for OpenGL ES libraries.
wineandroid: Initial version of the OpenGL driver.
wineandroid: Create a proper EGL window surface once we receive a surface from Java.
wineandroid: Implement wglCreateContextAttribsARB.
wineandroid: Implement wglMakeContextCurrentARB.
wineandroid: Implement wglSwapIntervalEXT.
Alistair Leslie-Hughes (9):
include/windocdec.idl: Add interface IWICImagingFactory2.
windowscodecs: Register WICImagingFactory2 interface.
oleaut32: Improve support for IDispatch in VarCat.
include/wmsdkidl.idl: Add IWMLang...
2011 Apr 01
0
Wine release 1.3.17
...opengl32/tests: Test using a GL context after the drawable is destroyed.
winex11.drv: Don't modify current state if glXMakeCurrent fails.
winex11.drv: Make wglMakeCurrent return the correct error when the drawable is invalid.
opengl32/tests: Add a test for window destroy with wglMakeContextCurrentARB.
winex11.drv: Don't modify state if glXMakeContextCurrent fails.
winex11.drv: Fix wglMakeContextCurrent with an invalid drawable.
winex11.drv: Don't call glXSwapBuffers if the context or the drawable are invalid.
winex11.drv: Take care of the destroyed drawable in wg...
2008 Dec 27
0
Sonic Mega Collection crashes on startup.
...tQueryFullAttributesFile L"\\??\\C:\\Program Files\\SEGA\\SONIC MEGA COLLECTION PLUS\\opengl32.dll" not found (c0000034)
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
warn:d3d_caps:IWineD3DImpl_FillGLCaps malformed GL_VERSION ("2.1.7412 Release")
warn:wgl:X11DRV_wglGetProcAddress (wglMakeContextCurrentARB) - not found
warn:wgl:X11DRV_wglGetProcAddress (wglGetCurrentReadDCARB) - not found
warn:wgl:X11DRV_wglGetProcAddress (wglCreatePbufferARB) - not found
warn:wgl:X11DRV_wglGetProcAddress (wglGetPbufferDCARB) - not found
warn:wgl:X11DRV_wglGetProcAddress (wglReleasePbufferDCARB) - not found
warn:wgl:...
2006 Nov 10
0
Wine release 0.9.25
...ix a crash in RpcServerUseProtseqEpExA/W when using an unsupported protseq.
rpcrt4: Don't store the endpoint in the protseq.
rpcrt4: Create one protseq object per used protocol sequence, not per RpcServerUseProtseq* function call.
Roderick Colenbrander (6):
winex11.drv: Route wglMakeContextCurrentARB through gdi32.
winex11.drv: Opengl init fix.
wgl: Add extension checking code / glxGetProcAddress protection.
opengl32: Remove glx context.
wgl: Fix WoW screen flickering.
opengl32: Use HKCU instead of HKLM.
Saulius Krasuckas (1):
loader: Use plain binary name o...
2012 Sep 14
0
Wine release 1.5.13
...structure in wglCreateContext.
winex11: Get the current pixel format from the drawable structure in wglCreateContextAttribsARB.
winex11: Get the current pixel format from the drawable structure in wglMakeCurrent.
winex11: Get the current pixel format from the drawable structure in wglMakeContextCurrentARB.
user32: Fix DrawFocusRect to always invert the destination regardless of the text color.
comctl32: XOR'ing with a black pen is not useful.
winex11: Get the information from the drawable structure in SwapBuffers.
opengl32: Update the extension list.
gdi32: Move the...
2010 Oct 23
2
[Wine 1.3.5] Glu error on custom 3D application
...nsion_string 'WGL_ARB_extensions_string'
trace:wgl:register_extension - 'wglGetExtensionsStringARB'
trace:wgl:register_extension_string 'WGL_ARB_make_current_read'
trace:wgl:register_extension - 'wglGetCurrentReadDCARB'
trace:wgl:register_extension - 'wglMakeContextCurrentARB'
trace:wgl:register_extension_string 'WGL_ARB_multisample'
trace:wgl:register_extension_string 'WGL_ARB_pbuffer'
trace:wgl:register_extension - 'wglCreatePbufferARB'
trace:wgl:register_extension - 'wglDestroyPbufferARB'
trace:wgl:register_extension -...