wined3d: Sync a function prototype with its definition.
[wine] / dlls /
2011-08-22  Michael Stefaniucwined3d: Sync a function prototype with its definition.
2011-08-22  Chris Robinsonwined3d: Don't use the old depth-stencil surface after...
2011-08-22  Austin Englishgdi32/tests: Remove win9x hacks.
2011-08-22  Austin Englishd3d8/tests: Make sure to use return values (LLVM/Clang).
2011-08-22  Austin Englishkernel32/tests: Remove win9x hacks.
2011-08-22  Owen Rudgecomctl32: Fix incorrect use of border metrics.
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-22  Thomas Faberriched20: Fix uninitialized variable usage.
2011-08-22  Nikolay Sivovoleaut32: Use type names and sizeof() instead of hardco...
2011-08-22  Nikolay Sivovoleaut32: Use strdupW to duplicate strings.
2011-08-22  Nikolay Sivovoleaut32: FONTDESC size field value is not important...
2011-08-22  Nikolay Sivovoleaut32/tests: Clean result value checks.
2011-08-22  Nikolay Sivovoleaut32: Get rid of duplicated condition check.
2011-08-22  Nikolay Sivovoleaut32: Clean QueryInterface() method, turn impl...
2011-08-22  Nikolay Sivovoleaut32: Remove some useless comments and initializers.
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Implement Polyline and PolyPolyline in the dib...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Simplify dibdrv_PutImage a little.
2011-08-22  Huw Daviesgdi32: Avoid directly accessing the bits ptr where...
2011-08-22  Huw Daviesgdi32: Use the dib driver GetImage and PutImage impleme...
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-22  Huw Daviesgdi32: Allow SetBitmapBits to set incomplete scanlines.
2011-08-22  Huw Daviesgdi32: Avoid a possible unnecessary conversion if PutIm...
2011-08-22  Huw Daviesgdi32: Fix colour table comparison.
2011-08-22  Henri Verbeetwined3d: Move FBO based color blits from IWineD3DSurfac...
2011-08-22  Henri Verbeetwined3d: Move surface_color_fill() based color fills...
2011-08-22  Henri Verbeetwined3d: Reject color fills on sysmem surfaces in ffp_b...
2011-08-22  Henri Verbeetwined3d: Directly call surface_cpu_blt() in cpu_blit_co...
2011-08-22  Henri Verbeetwined3d: Allow color fills on FBO attachable surfaces...
2011-08-22  Henri Verbeetwined3d: Don't allow blits with an invalid destination...
2011-08-22  Henri Verbeetwined3d: Draw buffers are per-framebuffer state.
2011-08-22  Henri Verbeetwined3d: Merge FindContext() into context_acquire().
2011-08-22  Henri Verbeetwined3d: Reuse convert_a8r8g8b8_x8r8g8b8() for B8G8R8X8...
2011-08-22  Henri Verbeetwined3d: Add compressed surface support to surface_cpu_...
2011-08-22  Nikolay Sivovntdll: Stub TokenSessionId for query call.
2011-08-22  Nikolay Sivovadvapi32/tests: Fix invalid read in test.
2011-08-22  Nikolay Sivovcomctl32/treeview: Set edit box text before notificatio...
2011-08-22  Huw Davieswinex11: Simplify rectangle operations.
2011-08-22  Huw Davieswinex11: Sync a dib section's bits before copying the...
2011-08-22  Huw Davieswineps: Don't write a PostScript trailer if we haven...
2011-08-22  Michael Stefaniucmscoree: COM cleanup for the ICLRRuntimeInfo iface.
2011-08-22  Michael Stefaniucamstream: Use CoTaskMemRealloc instead of alloc+copy.
2011-08-22  Michael Stefaniucamstream: Get rid of the explicit implementation of...
2011-08-22  Michael Stefaniucamstream: Avoid the forward declaration of the DirectDr...
2011-08-22  Michael Stefaniucamstream: Basic COM cleanup for the IDirectDrawMediaStr...
2011-08-22  Jörg Höhlewineoss.drv: Fix AudioRenderClient write pointer calcul...
2011-08-22  Jörg Höhlewinealsa.drv: Fix AudioRenderClient write pointer calcu...
2011-08-22  Michael Stefaniucamstream: Avoid a forward declaration of the IMediaStre...
2011-08-22  Michael Stefaniucamstream: COM cleanup for the IMediaStreamFilter iface.
2011-08-22  Michael Stefaniucgameux: COM cleanup in gamestatistics.c.
2011-08-22  Michael Stefaniucgameux: COM cleanup in gameexplorer.c.
2011-08-22  Michael Stefaniucdxdiagn: COM cleanup for the IDxDiagContainer iface.
2011-08-22  Michael Stefaniucdxdiagn: COM cleanup for the IDxDiagProvider iface.
2011-08-22  Michael Stefaniucqcap: COM cleanup in capturegraph.c.
2011-08-22  André Hentschelgdi32/tests: Consistently print out all infos about...
2011-08-22  André Hentschelwinex11: Fix function header for building without xrend...
2011-08-22  Jörg Höhlekernel32/tests: WaitForMultipleObjects returns lowest...
2011-08-22  Bruno Jesusws2_32/tests: Add MSG_PEEK tests on recv().
2011-08-22  Andrew Talbotshell32: Remove redundant function declaration.
2011-08-22  Andrew Talbotcomctl32: Remove redundant function declaration.
2011-08-22  André Hentschelntdll: Accept double-digit CPU families.
2011-08-22  Andrew Talbotopenal32: void functions should not return a value.
2011-08-22  Andrew Talbotole2.dll16: void functions should not return a value.
2011-08-22  Andrew Talbotmsvcrt: void functions should not return a value.
2011-08-22  Andrew Talbotmsvcp90: void functions should not return a value.
2011-08-22  Andrew Talbotcompobj.dll16: void functions should not return a value.
2011-08-22  Andrew Talbotcomctl32: void functions should not return a value.
2011-08-22  Andrew Talbotcabinet: void functions should not return a value.
2011-08-22  Marcus Meissnerwineoss.drv: Print strerror of errno, not of -1 (Coverity).
2011-08-22  Marcus Meissnerd3dx9_36: Fixed memset of a -2 32bit value (Coverity).
2011-08-22  Jacek Cabanjscript: Don't copy more than needed in parse_identifier.
2011-08-05  William Petterssonwined3d: Add support for Nvidia GTX 550/560 Ti.
2011-08-05  Andrew Eikumwinealsa.drv: Inject handle_underrun=1 setting for...
2011-08-05  Andrew Eikumwinealsa.drv: Tell ALSA to play silence during underruns.
2011-08-05  Hans Leidekkerwinhttp: Don't depend on shlwapi for decoding a URL.
2011-08-05  Huw Daviesgdi32: Simplify dibdrv_GetImage by merging the stand...
2011-08-05  Huw Daviesgdi32: Fix dibdrv_PutImage for the selected bitmap...
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8LobbiedApplicati...
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8ThreadPool iface.
2011-08-05  Jörg Höhlewinmm: Remove redundant code.
2011-08-05  Jörg Höhlewinmm: Restore checking of callback flags.
2011-08-05  Jörg Höhlewinmm: Fix logic conditions.
2011-08-05  Jörg Höhlewinmm: Fix memory leak in msacm error path.
2011-08-05  Jörg Höhlewinmm: Assign to structs instead of using memcpy.
2011-08-05  Jörg Höhlewinmm: Replace one HeapAlloc with stack allocation.
2011-08-05  Jacek Cabanmshtml: Fixed nsAString handling in navigate_anchor.
2011-08-05  Francois Gougetshell32: Make SHELL_CreateContextMenu() static.
2011-08-05  Francois Gougetshell32: Remove WINAPI on static functions where not...
2011-08-05  Francois Gougetkernel32: Implement K32GetProcessImageFileNameA().
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-08-05  Alexandre Julliardgdi32: Validate the DIB parameters in functions that...
2011-08-05  Alexandre Julliardgdi32: Add a missing release in the error path.
2011-08-05  Henri Verbeetwined3d: Get rid of the fglrx point sprite hack.
2011-08-05  Henri Verbeetwined3d: Pass a non-NULL rectangle to surface_color_fil...
next