Displaying 5 results from an estimated 5 matches for "context_set_current".
2011 Jan 11
0
D3D problem... Mac Specific?
...t;: unknown error code: invalid drawable
The *first* iteration of this loop is accompanied by:
Code:
wine[99527] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Then the loop goes on...
Code:
set off screen: invalid drawable
err:d3d:context_set_current Failed to make GL context *CONTEXTADDR* current on device context 0x6bc, last error 0.
err:d3d:context_create Cannot activate context to set up defaults
Where "CONTEXTADDR" changes with each iteration.
If this is not the first iteration of the loop, this is followed by:
Code:
err:d3d:...
2011 Jul 22
1
Re: Silverlight Application in Wine
...:24 ruchan-ziyas-computer.local wine[916] <Error>: unknown
error code: invalid drawable
Thu Mar 11 21:23:24 ruchan-ziyas-computer.local wine[916] <Error>:
kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they
are logged.
set off screen: invalid drawable
err:d3d:context_set_current Failed to make GL context 0x1a4718 current on
device context 0x850, last error 0.
err:d3d:context_create Cannot activate context to set up defaults
fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x18de10) call to
IWineD3DDevice_CreateSwapChain failed
err:d3d9:device_parent_CreateSwapCha...
2010 Jan 07
1
Splinter Cell Double Agent crash on start up
...d instead.
fixme:wave:AudioUnit_SetVolume independent left/right volume not implemented (1.000000, 1.000000)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
xp_destroy_surface: assertion failed: s != ((void *)0)
xp_destroy_surface error: 3
err:d3d:context_set_current Failed to make GL context 0x16a970 current on device context 0x658, last error 0.
err:d3d:context_create Cannot activate context to set up defaults
fixme:d3d9:IDirect3DDevice9Impl_CreateAdditionalSwapChain (0x1695e0) call to IWineD3DDevice_CreateSwapChain failed
err:d3d9:device_parent_CreateSwapCha...
2009 Sep 25
0
Wine release 1.1.30
...bject.
wined3d: Add support for ARB_framebuffer_object.
wined3d: Don't create a depthstencil renderbuffer if ARB_framebuffer_object is supported.
wined3d: Fix a typo.
wined3d: Add support for ARB_provoking_vertex.
wined3d: Cleanup after wglMakeCurrent() failures in context_set_current().
wined3d: Remove unused IWineD3DVertexShaderImpl fields.
wined3d: Add a separate function for vertex shader initialization.
d3d10core: Add a separate function for d3d10_vertex_shader initialization.
d3d9: Add a separate function for vertex shader initialization.
d3d8...
2019 Aug 16
0
Wine release 4.14
...ppendItem.
wmp: Implement IWMPPlaylist::[get|put]_name.
wmp/tests: Add some IWMPPlaylist tests.
wine.inf: Update E. South America Standard Time.
wmp: Fix memory leak in IWMP[Media|Playlist]::put_name.
Henri Verbeet (49):
wined3d: Pass a wined3d_context_gl structure to context_set_current().
wined3d: Return a wined3d_context_gl structure from context_get_current().
wined3d: Use d3d_info to determine BGRA vertex support in context_update_stream_info().
wined3d: Get rid of the float16 fallback in context_update_stream_info().
wined3d: Use d3d_info to determine...