wined3d: Flush after surface updates.
[wine] / dlls /
2011-09-15  Henri Verbeetwined3d: Flush after surface updates.
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-15  Andrew Eikumwinealsa.drv: Allow creation of the default device...
2011-09-15  Juan Langwintrust: Correct ObjectTrust error with empty files.
2011-09-15  Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15  Alexandre Julliardwinex11: Avoid an intermediate pixmap copy when stretch...
2011-09-15  Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
2011-09-15  Alexandre Julliardwinex11: Pass destination coordinates to xrender_mono_blit.
2011-09-15  Alexandre Julliardwinex11: Move the pixel->color conversion out of the...
2011-09-14  Bernhard Loosrpcrt4: The named pipe can be used for multiple operati...
2011-09-14  Maarten Lankhorstwinegstreamer: Use WAVE_FORMAT_PCM when possible for...
2011-09-14  Piotr Cabanmsvcp60: Remove incorrect forwards from spec file.
2011-09-14  Alexandre Julliardmsvcrt: Synchronize the spec files.
2011-09-14  Aric Stewartusp10: Set fNoGlyphIndex only if the fonts has no opent...
2011-09-14  Jacek Cabanvbscript: Added interp_imp implementation.
2011-09-14  Jacek Cabanvbscript: Added interp_eqv implementation.
2011-09-14  Jacek Cabanvbscript: Added interp_xor implementation.
2011-09-14  Jacek Cabanvbscript: Added xor, imp and eqv expressions parser...
2011-09-14  Jacek Cabanvbscript: Added interp_or implementation.
2011-09-14  Jacek Cabanvbscript: Added 'or' expression parser/compiler impleme...
2011-09-14  Jacek Cabanvbscript: Added interp_and implementation.
2011-09-14  Jacek Cabanvbscript: Added 'and' expression parser/compiler implem...
2011-09-14  Jacek Cabanvbscript: Added support for returning value from function.
2011-09-14  Jacek Cabanvbscript: Added Exit Function statement implementation.
2011-09-14  Jacek Cabanvbscript: Added function parser implementation.
2011-09-14  Jacek Cabanvbscript: Added support for sub local variables.
2011-09-14  Jacek Cabanvbscript: Added exit sub statement implementation.
2011-09-14  Jacek Cabanvbscript: Added sub argument tests.
2011-09-14  Jacek Cabanvbscript: Added interpreter support for sub arguments.
2011-09-14  Jacek Cabanvbscript: Added function arguments compiler implementation.
2011-09-14  Jacek Cabanvbscript: Added function invocation supprot to do_icall.
2011-09-14  Jacek Cabanvbscript: Added functions lookup implementation.
2011-09-14  Jacek Cabanvbscript: Store global functions in script_ctx_t.
2011-09-14  Jacek Cabanvbscript: Added function compiler implementation.
2011-09-14  Jacek Cabanvbscript: Added sub statement parser implementation.
2011-09-14  Hans Leidekkerws2_32: Avoid a crash in WS2_recv_base.
2011-09-14  Hans Leidekkermsi: Ignore files if their path cannot be resolved...
2011-09-14  Hans Leidekkermsi: Free the message string in ACTION_ResolveSource.
2011-09-14  Alexandre Julliardwinex11: Make sure the cursor bitmaps are owned by...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-14  Gerald Pfeifervbscript: Add missing error handling in interp_jmp_false.
2011-09-14  Francois Gougetshell32: Use a more standard syntax for multi-line...
2011-09-14  Francois Gougetappwiz.cpl: Use a more standard syntax for multi-line...
2011-09-14  Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-14  Henri Verbeetwined3d: Make the device parameter to device_unit_free_...
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-14  Piotr Cabanwininet: Make it possible to ignore CERT_TRUST_IS_PARTI...
2011-09-14  Piotr Cabanmsvcp90: Don't overwrite string length in basic_string...
2011-09-13  Francois Gougetmshtml/tests: Some tests require that the user interfac...
2011-09-13  Francois Gougetmshtml/tests: GetUserDefaultUILanguage() is not availab...
2011-09-13  Francois Gougetmshtml/tests: When a test fails, print the bad value.
2011-09-13  Nikolay Sivovshell32/tests: Make test explicit about return pointer.
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-13  Alexandre Julliardwinex11: Add a SetDeviceClipping entry point to the...
2011-09-13  Alexandre Julliardwinex11: Return a RGNDATA from add_extra_clipping_regio...
2011-09-13  Bruno Jesusws2_32: SO_OOBINLINE sockets must always return TRUE...
2011-09-13  Jacek Cabanvbscript: Added interp_exp implementation.
2011-09-13  Jacek Cabanvbscript: Added exp expression parser/compiler implemen...
2011-09-13  Jacek Cabanvbscript: Added interp_div implementation.
2011-09-13  Jacek Cabanvbscript: Added interp_mul implementation.
2011-09-13  Jacek Cabanvbscript: Added multiplicative expression parser/compil...
2011-09-13  Jacek Cabanvbscript: Added interp_idiv implementation.
2011-09-13  Jacek Cabanvbscript: Added '\' expression parser/compiler implemen...
2011-09-13  Jacek Cabanvbscript: Added interp_mod implementation.
2011-09-13  Jacek Cabanvbscript: Added mod expression parser/compiler implemen...
2011-09-13  Jacek Cabanvbscript: Added bytecode decompiler implementation.
2011-09-13  Jacek Cabanvbscript: Added if statement tests.
2011-09-13  Jacek Cabanvbscript: Added interp_jmp_false implementation.
2011-09-13  Jacek Cabanvbscript: Added interp_jmp implementation.
2011-09-13  Jacek Cabanvbscript: Added if statement compiler implementation.
2011-09-13  Jacek Cabanvbscript: Added if statement parser implementation.
2011-09-13  Jacek Cabanvbscript: Added support for variable assignment statements.
2011-09-13  Jacek Cabanvbscript: Added variable value expression support.
2011-09-13  Jacek Cabanvbscript: Added dim statement compiler implementation.
2011-09-13  Jacek Cabanvbscript: Added dim statement parser implementation.
2011-09-13  Jacek Cabanvbscript: Added object member assignment tests.
2011-09-13  Jacek Cabanvbscript: Added interp_assign_member implementation.
2011-09-13  Jacek Cabanvbscipt: Added object member assign parser/compiler...
2011-09-13  Andrew Talbotwinspool.drv: Const-correctness fix.
2011-09-13  Piotr Cabanmsvcp: Sync spec files.
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::append functions.
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::_Pdif implementation.
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::_Copy_s implementation.
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::_Chassign implementation.
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::{begin,rbegin,end,rend...
2011-09-13  Piotr Cabanmsvcp90: Added basic_string::empty() implementation.
2011-09-13  Piotr Cabanmsvcp90: Added set_new_handler implementation.
2011-09-13  Piotr Cabanmsvcrt: Improve operator new implementation.
2011-09-13  Francois Gougetgdiplus: Use Liberation Mono as a fallback for Courier...
2011-09-13  Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-13  Lucas Fialho Zawackidinput: Fill dialog with info about the first device...
2011-09-13  Lucas Fialho Zawackidinput: Initialize device count to 0 in config.c.
2011-09-13  Dan Kegelddraw/tests: Fix compilation on systems that don't...
next