search for: ddpixelformat

Displaying 3 results from an estimated 3 matches for "ddpixelformat".

2010 Jan 07
3
Runaway 2 Wine Patch
...ine 1.1.21 patch is : Code: *** dlls/ddraw/utils.c 2009-05-08 19:33:02.000000000 +0200 --- dlls/ddraw/utils.c 2009-05-18 09:01:34.000000000 +0200 *************** *** 411,416 **** --- 411,424 ---- { return WINED3DFMT_A8R3G3B2; } + + if( (DDPixelFormat->u2.dwRBitMask == 0xF800) && + (DDPixelFormat->u3.dwGBitMask == 0x001F) && + (DDPixelFormat->u4.dwBBitMask == 0x0) ) + { + return WINED3DFMT_R5G6B5; + } + ERR(&...
2020 Sep 25
0
Wine release 5.18
...amstream: Implement AMDirectDrawStream::Receive and IDirectDrawStreamSample::Update. Aurimas Fi?eras (3): po: Update Lithuanian translation. po: Update Lithuanian translation. po: Update Lithuanian translation. Biswapriyo Nath (5): include/ddraw.h: Add missing members in DDPIXELFORMAT struct. include/ddraw.h: Add missing UpdateOverlay flags. include/ddraw.h: Add missing DDSCAPS2.dwCaps2 flags. include/ddraw.h: Add DDSCAPS2.dwCaps3 flags. include/ddraw.h: Add missing dwFlags of DD_BLTDATA struct. Daniel Lehman (1): wininet: Implement INTERNET_OPTION...
2011 Sep 09
0
Wine release 1.3.28
...out stencil or padding. ddraw: Show that ddraw reads ddsCaps without DDSD_CAPS set. ddraw: Introduce a function to convert a DDSURFACEDESC to a DDSURFACEDESC2. ddraw: Introduce a function to convert a DDSURFACEDESC2 to a DDSURFACEDESC. ddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT. ddraw: Set dwZBufferBitDepth in old z buffers. ddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIXELFORMAT. ddraw: Simplify Z format parsing a bit, remove ERRs. ddraw: Mark DepthFill blit failures between beginScene and EndScene broken. ddraw: Set the viewport aft...