Displaying 8 results from an estimated 8 matches for "idirectdrawsurface".
2008 May 28
9
Dogfood Challenge : Ableton Live 7.07 demo
As soon as the application starts, a window pops up that (normally under windows) would say "this is a trial version demo, click okay to start the trial", or something along those lines. The window is blank and clicking randomly on it (to find the "ok") does not work either. The following output from wine during this test is as follows :
err:iphlpapi:getRouteTable Received
2011 Jul 08
0
Wine release 1.3.24
...ger().
d3dx9: Handle ST_FXLC in d3dx9_parse_resource().
d3dx9: Handle ST_PARAMETER in d3dx9_parse resource().
Ri?ardas Barkauskas (6):
ddraw: Use ddraw_surface_release_iface to destroy leftover surfaces.
ddraw: Fix SetRenderTarget behaviour on failure.
ddraw: Separate IDirectDrawSurface4 reference count.
ddraw: Separate IDirectDrawSurface and IDirectDrawSurface7 reference counts.
ddraw: Move IDirect3DTexture and IDirect3DTexture2 to IDirectDrawSurface reference counts.
ddraw: Separate IDirectDrawGammaControl reference count.
Stefan D?singer (8):
wined3d: D...
2007 Jun 01
0
Wine release 0.9.38
...ed in.
advapi32: Return error on NULL service name to GetServiceDisplayNameA/W.
Stefan D?singer (8):
ddraw: Make the ddraw list lock a global dll lock.
ddraw: Hold the lock in creation functions.
ddraw: Hold the dll lock in IDirectDraw methods.
ddraw: Hold the lock in IDirectDrawSurface methods.
ddraw: Check the validy of IDirectDrawSurface::BltFast parameters.
ddraw: Hold the lock in IDirect3DX methods.
wined3d: Don't mess with nv texture shaders if its not supported.
wined3d: Keep GL_TEXTURE_2D enabled when using dummy textures.
Stefan Leichter (1):...
2012 Mar 30
0
Wine release 1.5.1
...d3d9: Don't return a pointer to the implementation in IDirect3DTexture9Impl_QueryInterface().
ddraw: Get rid of a couple of redundant else-statements.
ddraw: Replace a ERR in ddraw_surface7_QueryInterface() with a WARN.
ddraw: Querying IUnknown for a surface should return the IDirectDrawSurface interface.
d3d9: Don't return a pointer to the implementation in IDirect3DSwapChain9Impl_QueryInterface().
d3d9: Don't return a pointer to the implementation in IDirect3DSurface9Impl_QueryInterface().
Huw Davies (16):
gdi32: Add a helper to retrieve the family names and s...
2011 Jun 10
0
Wine release 1.3.22
...path.
Rico Sch?ller (4):
d3dx9: Improve effect sampler parsing.
d3dx9: Implement ID3DXBaseEffect::GetFloatArray().
d3dx9: Implement ID3DXBaseEffect::GetIntArray().
d3dx9: Implement ID3DXBaseEffect::GetBoolArray().
Ri?ardas Barkauskas (16):
ddraw: Use unsafe_impl_from_IDirectDrawSurface3() for application provided interfaces.
ddraw: Rename surface_from_surface3() to impl_from_IDirectDrawSurface3().
ddraw: Use a This variable in the IDirectDraw3 methods that lack one.
ddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSurface3_iface.
ddraw: Use unsafe_impl...
2012 Jan 27
1
Wine release 1.4-rc1
...blit test.
d3d8/tests: Test a multisampled -> not multisampled depth buffer copy.
d3d9/tests: Add some RESZ tests.
d3d8/tests: Add some RESZ tests.
wined3d: SM1 texture projection always divides by w when there is a vertex shader set.
ddraw: Accept pointers to wrong IDirectDrawSurface versions.
winex11: Don't put the GL drawable offscreen.
Michael Stefaniuc (18):
dsound: Get rid of some LPDIRECTSOUNDBUFFER usage.
dsound: Merge IDirectSound3DListener into the primary buffer object.
dsound: Use AddRef to set the refcounts at object creation.
msht...
2008 Apr 04
0
Wine release 0.9.59
...ed.
wined3d: Implement TSSARGTEMP with register combiners.
wined3d: Update copyright lines.
d3d9: Make the shading test even more precision tolerant.
ddraw: Add a D3D7 cube map test.
ddraw: Remove some leftover test debug output.
ddraw: Pass the NULL rectangle to IDirectDrawSurface::Unlock.
wined3d: Initialize some ARB shader output parameters.
d3d9: Improve an ok line.
wined3d: Deactivate GL_FRAGMENT_SHADER_ATI before deactivating a context.
wined3d: Advertize postpixelshader blending for surfaces.
wined3d: Advertise shader emulation of bumpmap...
2009 Jan 16
0
Wine release 1.1.13
...e_ntoskrnl_main_loop.
user32: Free allocated memory in USER_unload_driver.
oleaut32: Test the return value of the remote IWidget_StructArgs call.
rpcrt4: Unmarshalling functions should always set fMustAlloc when allocating memory.
Stefan D?singer (21):
ddraw: Add a test for IDirectDrawSurface::GetDC.
ddraw: Reject IDirectDraw3 QI in ddraw.dll.
include: Fix a typo in ddraw.h.
include: Fix a IDirectDrawSurface4 method prototype.
include: Fix the EnumOverlayZOrders prototype.
ddrawex: Implement a wrapper around IDirectDraw.
ddrawex: Start some tests....