gameux/tests: Run the game explorer tests in a multithreaded apartment as well.
[wine] / dlls / ddraw /
2011-10-11  Stefan Dösingerwined3d: Remove d3d8/9 palette support.
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport2 for...
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport for appli...
2011-10-04  Ričardas Barkauskasddraw: COM cleanup for IDirect3DViewport3 interface.
2011-10-04  Ričardas Barkauskasddraw: Compare IDirect3DViewport3 interface instead...
2011-10-04  Ričardas Barkauskasddraw: Use impl_from_IDirect3DViewport3 instead of...
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DViewport3 for...
2011-10-04  Ričardas Barkauskasddraw/tests: IDirect3DViewport3, IDirect3DViewport2...
2011-10-04  Ričardas Barkauskasddraw: COM cleanup for the IDirectDrawPalette interface.
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawPalette for...
2011-10-03  Akihiro Sagawaddraw: Use the same device name as Windows for the...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  Stefan Dösingerddraw/tests: Use the variable instead of the type in...
2011-09-26  Stefan Dösingerddraw/tests: Use sizeof instead of a magic number.
2011-09-20  Henri Verbeetddraw: Store the wined3d swapchain reference in the...
2011-09-20  Henri Verbeetddraw: Setup swapchain dimensions and format using...
2011-09-19  Stefan Dösingerddraw/tests: Accept another error when setting an overl...
2011-09-19  Stefan Dösingerddraw/tests: Mark a strange radeon X1600 Windows behavi...
2011-09-19  Stefan Dösingerddraw/tests: Remove the partial cube map load tests.
2011-09-19  Henri Verbeetddraw/tests: Add some tests for Initialize().
2011-09-19  Henri Verbeetddraw: Implement ddraw7_Initialize().
2011-09-19  Henri Verbeetddraw: Get rid of IDirectDraw3.
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().
next