search for: describepixelformat

Displaying 6 results from an estimated 6 matches for "describepixelformat".

2013 Nov 15
0
Wine release 1.6.1
...ac: Add support for mouse-move and right- and middle-click events on systray icons in the Mac status bar. winemac: Don't allow dead-key state to repeat after characters are generated. user32: Fix mouseRect computation for starting position when sizing window. winemac: Restrict DescribePixelFormat() to displayable pixel formats. winemac: Return failure from DescribePixelFormat() for invalid pixel format. winemac: Trace the pixel format in DescribePixelFormat(). winemac: At the start of a resize operation, get window min/max size info and pass it to Cocoa. winemac: Mov...
2013 Sep 13
0
Wine release 1.7.2
...ac: Add support for mouse-move and right- and middle-click events on systray icons in the Mac status bar. winemac: Don't allow dead-key state to repeat after characters are generated. user32: Fix mouseRect computation for starting position when sizing window. winemac: Restrict DescribePixelFormat() to displayable pixel formats. winemac: Return failure from DescribePixelFormat() for invalid pixel format. winemac: Trace the pixel format in DescribePixelFormat(). Marcus Meissner (3): kernel32/tests: Avoid leaving com handle open (Coverity). rpcrt4: Free url in error pa...
2002 May 24
0
gta3
...ction fixme:win32:ELF_FindExportedFunction function DeleteDC not found: /usr/lib/wine/libwine.so: undefined symbol: DeleteDC fixme:win32:ELF_FindExportedFunction function DeleteObject not found: /usr/lib/wine/libwine.so: undefined symbol: DeleteObject fixme:win32:ELF_FindExportedFunction function DescribePixelFormat not found: /usr/lib/wine/libwine.so: undefined symbol: DescribePixelFormat fixme:win32:ELF_FindExportedFunction function DeviceCapabilities not found: /usr/lib/wine/libwine.so: undefined symbol: DeviceCapabilities fixme:win32:ELF_FindExportedFunction function Ellipse not found: /usr/lib/wine/lib...
2012 Jul 03
0
Wine release 1.5.8
...extension functions. winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions. gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points. winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat. gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat. gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat. gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers. opengl32: Add a helper func...
2012 Jul 31
0
Wine release 1.5.10
...d of the OpenGL bitmap support. gdi32: Add a helper function to initialize Bresenham parameters for line drawing. gdi32: Limit line drawing coordinates to reasonable values to avoid overflows. gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows. gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver. gdi32: Compute the line parameters using the cropped coordinates to avoid overflows. Andr? Hentschel (2): msvcrt: Add tmpfile_s implementation. winspool.drv: Update allowed driver version. Aurimas Fi?eras (1): po: Update Lithuanian tra...
2008 Mar 07
0
Wine release 0.9.57
...tory GUIDs. Roderick Colenbrander (10): wined3d: Request alpha in backbuffer mode, to work correctly with multiple opengl pixel formats. wgl: Remove the pixel format limitation. wgl: Remove unneeded opengl initialisation code at wine startup. wgl: Add aux buffers support to DescribePixelFormat. wined3d: Request aux buffers when using backbuffer rendering. wgl: Add a test case for wglCreateContext. wined3d: Check real depth/stencil capabilities based on WGL pixel formats. wined3d: Improved CheckDeviceType. wined3d: Add D32F_LOCKABLE to getDepthStencilBits....