d3dcompiler: Parse swizzles.
[wine] / dlls / gdi32 /
2012-09-14  Michael Stefaniucgdi32: Don't bother using the register storage class...
2012-09-12  Qian Honggdi32: Prepend at in get_outline_text_metrics for verti...
2012-09-12  Qian Honggdi32/tests: Added more tests for vertical fonts.
2012-09-12  Qian Honggdi32: Prepend at when create vertical font face.
2012-09-12  Qian Honggdi32/tests: Added tests for vertical fonts.
2012-09-12  Qian Honggdi32: Fixed localized font full name (UNIQUE ID).
2012-09-11  Qian Honggdi32: Fixed get_name_table_entry for symbol fonts.
2012-09-11  Qian Honggdi32/tests: Added tests for symbol fonts.
2012-09-11  Qian Honggdi32: Fixed localized font style name.
2012-09-11  Qian Honggdi32/tests: Better trace in test_fullname2_helper.
2012-09-11  Qian Honggdi32/tests: Fixed a typo in style name test.
2012-09-10  Marcus Meissnergdi32: Fixed passed buffer size.
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-07  Qian Honggdi32: Fixed family and face name on non English locale.
2012-09-07  Qian Honggdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
2012-09-07  Qian Honggdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
2012-09-07  Qian Honggdi32/tests: Added font name tests on English locale.
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-08-21  Alexandre Julliardgdi32: Allow removing a driver from the stack based...
2012-08-21  Alexandre Julliardgdi32: Add a helper function to find a specific driver...
2012-08-20  Dmitry Timoshkovgdi32: Make sure that pattern info is initialized befor...
2012-08-13  Michael Stefaniucgdi32: Avoid TRUE:FALSE conditional expressions.
2012-07-31  Alexandre Julliardgdi32: Compute the line parameters using the cropped...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-30  Alexandre Julliardgdi32: Clip solid pen regions to the DIB rectangle...
2012-07-30  Alexandre Julliardgdi32: Limit line drawing coordinates to reasonable...
2012-07-30  Alexandre Julliardgdi32: Add a helper function to initialize Bresenham...
2012-07-27  Alexandre Julliardgdi32: Support OpenGL in bitmaps through libOSMesa.
2012-07-23  Alexandre Julliardgdi32: Work around a gcc array out of bounds warning.
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-07-11  Francois Gougetgdi32: Remove an unused wgl debugging channel.
2012-07-02  Alexandre Julliardgdi32: Fix bitmap glyph allocation size in ExtTextOut...
2012-06-29  Alexandre Julliardopengl32: Make the WGL driver context-specific.
2012-06-29  Alexandre Julliardopengl32: Move checks of the context thread id to opengl32.
2012-06-29  Alexandre Julliardopengl32: Use proper handles for GL contexts and pass...
2012-06-28  Alexandre Julliardgdi32: Add a null WGL driver.
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Move wglGetProcAddress to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move GetPixelFormat to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContext to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContextAttribsARB to the WGL...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-28  Alexandre Julliardwinex11: Simplify wglSetPixelFormatWINE and export...
2012-06-28  Stefan Leichtergdi32: Spelling fix.
2012-06-27  Alexandre Julliardwinex11: Export wglMakeCurrent and wglMakeContextCurren...
2012-06-26  Alexandre Julliardgdi32: Forward SwapBuffers to opengl32 which in turn...
2012-06-26  Alexandre Julliardgdi32: Forward SetPixelFormat to opengl32 which in...
2012-06-26  Alexandre Julliardgdi32: Forward DescribePixelFormat to opengl32 which...
2012-06-26  Alexandre Julliardwinex11: Move ChoosePixelFormat implementation to openg...
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-06-22  Alexandre Julliardgdi32: Fix StretchDIBits return value when destination...
2012-06-20  Dan Kegelgdi32: Add test for SelectClipRgn in metafiles, make...
2012-06-18  Akihiro Sagawagdi32: Remove an outdated comment in struct DefaultFont...
2012-06-18  Akihiro Sagawagdi32: Fix East-Asian font parameters.
2012-06-18  Akihiro Sagawagdi32/tests: Make GetStockObject tests pass on East...
2012-06-18  Alexandre Julliardgdi32: Fix the contents of the region data in metafiles.
2012-06-12  Dmitry Timoshkovgdi32: Do not normalize height of the default GUI font.
2012-06-04  Alexandre Julliardgdi32: Clip output to both the DIB visible rectangle...
2012-06-04  Alexandre Julliardgdi32: Take into account the DIB rectangles when determ...
2012-06-04  Dmitry Timoshkovgdi32: Fix parameters of some GDI stock fonts.
2012-06-01  Dmitry Timoshkovgdi32/tests: GetGlyphOutline should fail for a bitmap...
2012-05-31  Alexandre Julliardgdi32: Keep the source DC locked until the end in Stret...
2012-05-31  Alexandre Julliardgdi32: Don't implement the gamma ramp functions in...
2012-05-30  Alexandre Julliardgdi32: Make sure the bounds are always updated in ExtTe...
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements PutImage...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements GetImage...
2012-05-29  Alexandre Julliardgdi32: Remove the null driver Get/PutImage fallbacks...
2012-05-29  Alexandre Julliardgdi32: Always use the DIB engine for DDB rendering.
2012-05-29  Alexandre Julliardgdi32/tests: Add some more tests for monochrome bitmap...
2012-05-29  Alexandre Julliardgdi32: Fix StretchBlt color mapping for monochrome...
2012-05-29  Alexandre Julliardgdi32: Improve support of bitmaps without a color table...
2012-05-25  Alexandre Julliardgdi32/tests: Add tests for color mappings in monochrome...
2012-05-25  Alexandre Julliardgdi32: Always use the DIB engine for monochrome bitmap...
2012-05-25  Alexandre Julliardgdi32: Check that the bitmap depth matches the DC when...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-05-23  Alexandre Julliardgdi32: Don't use the DC colors when drawing a monochrom...
2012-05-23  Alexandre Julliardgdi32: Implement dithering of solid brushes when drawin...
2012-05-23  Alexandre Julliardgdi32: Don't store the default color table in dib_info...
2012-05-23  Alexandre Julliardgdi32: Use the default color table when mapping colors...
2012-05-23  Alexandre Julliardgdi32: Simplify creation of hatch masks and avoid endia...
2012-05-22  Alexandre Julliardgdi32: Add a helper function to allocate the brush...
2012-05-22  Alexandre Julliardgdi32: Pass a rop_mask_bits object to the pattern_rects...
2012-05-22  Alexandre Julliardgdi32: Use a rop_mask_bits object to store the brush...
2012-05-22  Alexandre Julliardgdi32: Add support for dithering pattern brushes when...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-09  Alexandre Julliardgdi32: Pass OpenGL calls through to the display driver...
2012-05-09  Dmitry Timoshkovgdi32: Set tmDigitizedAspectX/Y to 96 instead of 300...
2012-05-08  Dmitry Timoshkovgdi32: Add a test for ntmCellHeight calculation.
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Allow a driver to implement SelectBitmap but...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-05-01  Alexandre Julliardgdi32: Support drawing to a visible rectangle smaller...
2012-05-01  Alexandre Julliardgdi32: Always pass the actual coordinates to the get_pi...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
next