projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ddraw: Removed superflous NULL check (Coverity).
[wine]
/
dlls
/
ddraw
/
ddraw.c
2011-06-10
Ričardas Barkauskas
ddraw: Separate IDirectDrawSurface vtable.
blob
|
commitdiff
|
raw
2011-06-10
Ričardas Barkauskas
ddraw: Use unsafe_impl_from_IDirectDrawSurface() for...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-09
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3DLight iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-08
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3DMaterial3 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-08
Michael Stefaniuc
ddraw: Avoid "unsafe" IDirect3DMaterial3 to object...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-08
Michael Stefaniuc
ddraw: Rename d3d_material_init() and have it allocate...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3DMaterial iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3DMaterial2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Separate IDirectDrawSurface4 vtable.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Use unsafe_impl_from_IDirectDrawSurface4.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Change lpVtbl to IDirectDrawSurface7_iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Avoid IDirectDrawSurfaceX to IDirectDrawSurface7...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Use impl_from_IDirectDrawSurface7() instead...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Separate conversion from IDirectDrawSurface7...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Pass an object instead of iface to helper functi...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Ričardas Barkauskas
ddraw: Use unsafe_impl_from_IDirectDrawSurface7() for...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Andrew Nguyen
ddraw: Handle a callback cancellation attempt in d3d7_E...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Andrew Nguyen
ddraw: Extend the lifetime of the EnumDevices strings...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Ričardas Barkauskas
ddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSu...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Ričardas Barkauskas
ddraw: Use unsafe_impl_from_IDirectDrawSurface3() for...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Andrew Nguyen
ddraw: Add a NULL callback pointer check in the EnumDev...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Dylan Smith
ddraw: Don't interpret end padding as dwCaps2 for x64.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Dylan Smith
ddraw: Avoid clearing some memory unnecessarily.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-24
Henri Verbeet
ddraw: Don't touch the window during mode setting if...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Henri Verbeet
wined3d: Get rid of the IWineD3DDeviceParent interface.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-17
Henri Verbeet
wined3d: Remove COM from the device implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-12
Ričardas Barkauskas
ddraw: Fix filtering of enumerated display modes.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Henri Verbeet
wined3d: Remove object creation methods from the IWineD...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Henri Verbeet
ddraw: Skip redundant mode setting calls.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-29
Henri Verbeet
wined3d: Remove COM from the surface implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-21
Henri Verbeet
ddraw: Destroy the ddraw surface after the wined3d...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-20
Henri Verbeet
ddraw: Introduce a separate function for texture creation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Henri Verbeet
wined3d: Remove COM from the volume implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-14
Henri Verbeet
wined3d: Remove COM from the swapchain implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-13
Henri Verbeet
wined3d: Get rid of the swapchain destroy callback.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-08
Henri Verbeet
wined3d: Don't free D3D swapchains until the wined3d...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-28
Henri Verbeet
wined3d: Remove COM from the texture implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
Henri Verbeet
wined3d: Get rid of IWineD3DCubeTexture.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-17
Henri Verbeet
wined3d: Get rid of IWineD3DTexture.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Henri Verbeet
wined3d: Get rid of IWineD3DSurface::GetDesc().
blob
|
commitdiff
|
raw
|
diff to current
2011-03-09
Henri Verbeet
wined3d: Merge the various resource desc structures.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Henri Verbeet
ddraw: Just pass NULL as swapchain parent.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Henri Verbeet
wined3d: Don't require container parents for IWineD3DDe...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Henri Verbeet
wined3d: Remove COM from the clipper implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Henri Verbeet
wined3d: Remove COM from the vertex declaration.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-02
Henri Verbeet
wined3d: Remove COM from IWineD3D.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-28
Henri Verbeet
ddraw: Link directly to wined3d.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Henri Verbeet
ddraw: Initialize the AutoRestoreDisplayMode field...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirectDraw7 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirectDraw4 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirectDraw3 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirectDraw2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirectDraw iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3D7 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3D3 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3D2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Michael Stefaniuc
ddraw: COM cleanup for the IDirect3D iface.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Michael Stefaniuc
ddraw: Pass an IDirectDrawImpl* instead of an iface...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Michael Stefaniuc
ddraw: Pass an IDirectDrawImpl* instead of an iface...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-18
Henri Verbeet
ddraw: Return DDERR_INVALIDPARAMS for 0 width / height...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Henri Verbeet
ddraw: Make switching to/from fullscreen work more...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Henri Verbeet
ddraw: Window proc replacement depends on DDSCL_EXCLUSI...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Henri Verbeet
ddraw: Setup the device window in SetCooperativeLevel().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
David Adam
ddraw: Exclusive mode is the corner case for SetCoopera...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Michael Stefaniuc
ddraw: Add missing unlock (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
David Adam
ddraw: SETFOCUSWINDOW lives independently of other...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Michael Stefaniuc
ddraw: Add missing unlock on an error path (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2010-09-21
Paul Vriens
ddraw: Pass the correct size to memset (Coccinelle).
blob
|
commitdiff
|
raw
|
diff to current
2010-09-18
Oldřich Jedlička
ddraw: Add checking of SURFACEDESC type/nullness into...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Oldřich Jedlička
ddraw: Allow creating back buffer for DirectX 1 interfaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-08
Henri Verbeet
wined3d: IWineD3DSurface_GetDesc() should never fail.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Henri Verbeet
wined3d: Don't require wined3d object parents to be...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Henri Verbeet
wined3d: Devices don't need parents.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-31
Henri Verbeet
wined3d: Implicit depth/stencil surfaces don't have...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Henri Verbeet
wined3d: Rename WINED3DFORMAT to wined3d_format_id.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Henri Verbeet
ddraw: Failing surface creation is not an internal...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Henri Verbeet
ddraw: Make some lookup tables const.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add / improve TRACEs.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add a separate function for surface initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add a separate function for ddraw initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add a separate function for vertex buffer initia...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add a separate function for palette initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Henri Verbeet
ddraw: Add a separate function for device initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Add a separate function for clipper initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Add a separate function for parent initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Add a separate function for viewport initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Add a separate function for material initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Add a separate function for light initialization.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Henri Verbeet
ddraw: Remove unused / redundant includes.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Henri Verbeet
ddraw: Remove a useless viewport callback.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Henri Verbeet
ddraw: Remove a useless material callback.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Henri Verbeet
ddraw: Remove useless light callbacks.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Henri Verbeet
ddraw: Merge direct3d.c into ddraw.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Michael Stefaniuc
ddraw: Use FAILED instead of NOT SUCCEEDED.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-26
Marcus Meissner
ddraw: Tighten up checks in DuplicateSurface (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Henri Verbeet
ddraw: Merge the surface thunks into surface.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Henri Verbeet
ddraw: Merge the ddraw thunks into ddraw.c.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Henri Verbeet
ddraw: Get rid of the useless "ddraw_owner" fields.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Henri Verbeet
ddraw: Avoid some forward declarations.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Francois Gouget
Assorted typo and spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
next