vbscript: Added property invoke implementation.
[wine] / dlls / ddraw /
2011-09-16  Stefan Dösingerddraw/tests: Add some slop to the fog tests.
2011-09-16  Henri Verbeetddraw: Use real flips.
2011-09-16  Henri Verbeetddraw: Use offscreen backbuffers.
2011-09-16  Henri Verbeetddraw: Store the primary surface.
2011-09-15  Stefan Dösingerddraw/tests: Not all GPUs support dwZBufferBitDepth...
2011-09-15  Henri Verbeetddraw: Get rid of some unused macros.
2011-09-15  Henri Verbeetddraw: Get rid of the surfaces field in IDirectDrawImpl.
2011-09-14  Henri Verbeetddraw: Get rid of the unused "initialized" field in...
2011-09-14  Henri Verbeetddraw: Just use a static variable for vblank emulation.
2011-09-14  Henri Verbeetddraw: Just use a static variable for scanline emulation.
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-13  Dan Kegelddraw/tests: Fix compilation on systems that don't...
2011-09-13  Henri Verbeetddraw: Get rid of some ERRs in PixelFormat_DD2WineD3D().
2011-09-13  Henri Verbeetddraw: Get rid of an unused prototype.
2011-09-12  Stefan Dösingerddraw: Use a Z format suported by the driver in the...
2011-09-12  Stefan Dösingerddraw: Correct D3DFMT_R5G6B5 in a test.
2011-09-12  Henri Verbeetddraw: Get the total amount of video memory from wined3d.
2011-09-12  Henri Verbeetddraw: Remove the unused "depthstencil" field from...
2011-09-12  Henri Verbeetddraw: Initialize the swapchain presentation parameters...
2011-09-08  Francois Gougetddraw: Remove WINAPI on static functions where not...
2011-09-08  Henri Verbeetddraw: Introduce a function for creating the swapchain.
2011-09-08  Henri Verbeetddraw: Also check errors returned by ddraw_create_gdi_s...
2011-09-07  Stefan Dösingerddraw: Add tests for dwZBufferBitDepth and dwMipMapCoun...
2011-09-07  Stefan Dösingerddraw: Add tests for DDSD_PIXELFORMAT and DDSD_ZBUFFERB...
2011-09-07  Stefan Dösingerddraw: Convert DDSURFACEDESC2 in lock.
2011-09-07  Stefan Dösingerddraw: Check the alignment, not the size.
2011-09-07  Stefan Dösingerddraw: Add some NULL pointer tests.
2011-09-07  Stefan Dösingerddraw: Remove crashing tests.
2011-09-07  Henri Verbeetddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY...
2011-09-07  Henri Verbeetddraw: Only explicitly initialize non-zero fields in...
2011-09-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-09-02  Ričardas Barkauskasddraw: Don't allow SetPalette on mipmap sublevels inste...
2011-09-02  Stefan Dösingerddraw: Fix a test message.
2011-09-02  Stefan Dösingerddraw: Make the overlay tests pass on Windows 7.
2011-09-02  Stefan Dösingerddraw: Set the viewport after changing the render target.
2011-09-02  Stefan Dösingerddraw: Mark DepthFill blit failures between beginScene...
2011-09-02  Stefan Dösingerddraw: Simplify Z format parsing a bit, remove ERRs.
2011-09-02  Francois Gougetddraw/tests: Make enum_z_fmt_cb() static.
2011-08-31  Stefan Dösingerddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIX...
2011-08-31  Stefan Dösingerddraw: Set dwZBufferBitDepth in old z buffers.
2011-08-31  Stefan Dösingerddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT.
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC2...
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC...
2011-08-31  Stefan Dösingerddraw: Show that ddraw reads ddsCaps without DDSD_CAPS...
2011-08-31  Henri Verbeetddraw: Get rid of the ImplType fields in IDirectDrawImp...
2011-08-31  Henri Verbeetddraw: Get rid of the surface implementation switching...
2011-08-31  Henri Verbeetddraw: Make the OpenGL renderer the default one.
2011-08-29  Henri Verbeetddraw: Introduce a separate function for setting the...
2011-08-29  Henri Verbeetddraw: Remove a redundant check from ddraw7_SetCooperat...
2011-08-29  Henri Verbeetddraw: Trace which surfaces we enumerate in ddraw7_Enum...
2011-08-29  Stefan Dösingerddraw: Emulate a 24 bit depth format without stencil...
2011-08-29  Stefan Dösingerddraw: Trust wined3d to give us what we asked for.
2011-08-29  Stefan Dösingerddraw: Don't re-write the surface's pixelformat.
2011-08-25  Ričardas Barkauskasddraw: Do not create implicit depth buffer.
2011-08-24  Stefan Dösingerddraw: Correct WINED3DFMT_X8D24_UNORM.
2011-08-24  Stefan Dösingerddraw: Correct WINED3DFMT_D24_UNORM_S8_UINT.
2011-08-22  Ričardas Barkauskasddraw: Print IDirectDrawGammaControl interface referenc...
2011-08-22  Ričardas Barkauskasddraw: Do not AddRef IDirectDraw7 iface in CreateSurfac...
2011-08-22  Ričardas Barkauskasddraw: Don't allow setting palette on non root surfaces.
2011-08-22  Ričardas Barkauskasddraw/tests: Properly release no longer used interfaces.
2011-08-05  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-29  Ričardas Barkauskasddraw: Change IDirect3DTexture2_vtbl to IDirect3DTextur...
2011-07-29  Ričardas Barkauskasddraw: Rename surface_from_texture2 to impl_from_IDirec...
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture2 for appli...
2011-07-29  Ričardas Barkauskasddraw: COM cleanup for IDirect3DTexture interface.
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture() for...
2011-07-29  Ričardas Barkauskasddraw: Do not increase wined3d texture refcount in...
2011-07-29  Henri Verbeetwined3d: wined3d_device_evict_managed_resources() doesn...
2011-07-28  Matteo Bruniddraw/tests: Add a couple of fog tests.
2011-07-27  Matteo Bruniddraw/tests: Fix some messages.
2011-07-27  Matteo Bruniddraw/tests: Rename a variable.
2011-07-22  Henri Verbeetddraw/tests: Add tests to show that resizing the window...
2011-07-22  Henri Verbeetddraw: Resize the window after setting the new display...
2011-07-19  Henri Verbeetddraw: Just use SetWindowPos() in ddraw_set_display_mode().
2011-07-08  Michael Stefaniucddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer...
2011-07-08  Michael Stefaniucddraw: COM cleanup for the IDirect3DExecuteBuffer iface.
2011-07-05  Henri Verbeetwined3d: Make D3DRS_ZBIAS work.
2011-06-28  Dylan Smithddraw: Partially revert a struct copy change to fix...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawGammaControl reference count.
2011-06-28  Ričardas Barkauskasddraw: Move IDirect3DTexture and IDirect3DTexture2...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-28  Ričardas Barkauskasddraw: Fix SetRenderTarget behaviour on failure.
2011-06-28  Ričardas Barkauskasddraw: Use ddraw_surface_release_iface to destroy lefto...
2011-06-27  John Edmondsddraw: Warning message about an invalid structure size...
2011-06-24  Henri Verbeetwined3d: Request per-surface palettes in the client...
2011-06-24  Henri Verbeetwined3d: Explicitly set surface alignment in the client...
2011-06-22  Henri Verbeetddraw: Implement surface private data handling on top...
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21  Ričardas Barkauskasddraw: Test ddraw surface reference counts a bit more.
2011-06-21  Ričardas Barkauskasddraw: Use helper function to delete attached surfaces.
2011-06-21  Ričardas Barkauskasddraw: AddRef the surface in AddAttachedSurface instead...
2011-06-21  Ričardas Barkauskasddraw: Add iface count for IDirectSurfaceImpl.
2011-06-21  Ričardas Barkauskasddraw: Remove ddraw_set_surface_version and set surface...
2011-06-20  Ričardas Barkauskasddraw: Fix ddraw4_EnumSurfaces to pass correct iface...
next