search for: stretchblt

Displaying 14 results from an estimated 14 matches for "stretchblt".

2011 Jul 22
0
Wine release 1.3.25
...akefiles: Install static libraries from the top-level makefile. makefiles: Install import libraries from the top-level makefile. makefiles: Make MODULE contain the full module name also for static libraries. gdi32: Export a function to compute the DC clip box. gdi32: Compute StretchBlt rectangles in gdi32. gdi32: Pass the source/dest visible rectangles to the StretchBlt driver entry point. gdi32: Pass the dest visible rectangle to the PatBlt driver entry point. gdi32: Pass the source/dest visible rectangles to the AlphaBlend driver entry point. gdi32: Make...
2001 Feb 15
0
FrameMaker 6.0 problem - further information
...di32.438: SetBkColor() retval=00ffffff ret=4079a1cd fs=008f Call gdi32.432: SelectObject(00000448,00001002) ret=4079a1d6 fs=008f trace:font:X11DRV_FONT_SelectObject hfont=ffed trace:font:XFONT_RealizeFont physfont 1 Ret gdi32.432: SelectObject() retval=000000be ret=4079a1d6 fs=008f Call gdi32.486: StretchBlt(00000444,000004a0,00000000,00000020,00000020,00000448,00000000,00000000,00000020,0000 0020,00cc0020) ret=4079a200 fs=008f Ret gdi32.486: StretchBlt() retval=00000001 ret=4079a200 fs=008f Call gdi32.432: SelectObject(00000444,00001036) ret=4079a214 fs=008f trace:font:X11DRV_FONT_SelectObject hfont=...
2011 Oct 10
0
Wine release 1.3.30
The Wine development release 1.3.30 is now available. What's new in this release (see below for details): - DirectSound reimplemented on top of MMDevAPI. - Support for StretchBlt in the DIB engine. - User interface improvements in HTML help. - Some MSXML fixes. - Performance improvements in cmd. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.30.tar.bz2 http://prdownloads.so...
2011 Sep 23
0
Wine release 1.3.29
...msvcrt: Synchronize the spec files. make_specfiles: Support a magic comment to prevent forwarding an entry point. winex11: Move the pixel->color conversion out of the get_tile_pict function. winex11: Pass destination coordinates to xrender_mono_blit. winex11: Add a StretchBlt entry point to the XRender driver. winex11: Avoid an intermediate pixmap copy when stretching with SRCCOPY through XRender. winex11: Remove the XRender support in the X11 driver StretchBlt implementation. winex11: Get rid of the xrender_info structure. winex11: Store the XRe...
2001 Feb 20
1
I need some help for using wine
...00ffffff ret=4079a1cd fs=008f > Call gdi32.432: SelectObject(00000448,00001002) ret=4079a1d6 fs=008f > trace:font:X11DRV_FONT_SelectObject hfont=ffed > trace:font:XFONT_RealizeFont physfont 1 > Ret gdi32.432: SelectObject() retval=000000be ret=4079a1d6 fs=008f > Call gdi32.486: > StretchBlt(00000444,000004a0,00000000,00000020,00000020,00000448,00000000,00 000000,00000020,0000 > 0020,00cc0020) ret=4079a200 fs=008f > Ret gdi32.486: StretchBlt() retval=00000001 ret=4079a200 fs=008f > Call gdi32.432: SelectObject(00000444,00001036) ret=4079a214 fs=008f > trace:font:X11DRV_FON...
2002 May 24
0
gta3
...lyFillMode fixme:win32:ELF_FindExportedFunction function SetROP2 not found: /usr/lib/wine/libwine.so: undefined symbol: SetROP2 fixme:win32:ELF_FindExportedFunction function SetRelAbs not found: /usr/lib/wine/libwine.so: undefined symbol: SetRelAbs fixme:win32:ELF_FindExportedFunction function SetStretchBltMode not found: /usr/lib/wine/libwine.so: undefined symbol: SetStretchBltMode fixme:win32:ELF_FindExportedFunction function SetTextAlign not found: /usr/lib/wine/libwine.so: undefined symbol: SetTextAlign fixme:win32:ELF_FindExportedFunction function SetTextCharacterExtra not found: /usr/lib/wine...
2012 Jun 08
0
Wine release 1.5.6
...-------------------------------------------------------- Changes since 1.5.5: Akihiro Sagawa (2): readme: Update Japanese translation. po: Update Japanese translation. Alexandre Julliard (29): gdi32: Improve support of bitmaps without a color table in PutImage. gdi32: Fix StretchBlt color mapping for monochrome bitmaps without a color table. gdi32/tests: Add some more tests for monochrome bitmap blits. gdi32: Always use the DIB engine for DDB rendering. gdi32: Remove the null driver Get/PutImage fallbacks for bitmaps. gdi32: Add a helper function that i...
2011 Mar 18
0
Wine release 1.3.16
...re: Don't build winmm drivers when their backend library is missing. user32/tests: Fix the GetCursorFrameInfo parameter types. gdi32: Always call the PatBlt entry point for blits that don't use a source. winex11: Implement a separate entry point for PatBlt and simplify the StretchBlt handling. gdi32: Add a null driver entry point for PatBlt. gdi32: Get rid of the BitBlt driver entry point. gdi32: Fix the calling convention of the DeleteDC entry points. gdi32: Find the original driver by checking the CreateDC entry point in CreateCompatibleDC. gdi32...
2009 Oct 09
0
Wine release 1.1.31
...re: Don't build wow32.dll when 16-bit support is disabled. system.drv16: Add ntdll import. toolhelp.dll16: Add ntdll import. comdlg32: Fix icon drawing in the 3.1 file dialog. ntdll/tests: Retrieve the number of processors through GetSystemInfo. gdi32: Fall back to StretchBlt if the driver doesn't export PatBlt or BitBlt. winex11: Move X11DRV_ClientSideDIBCopy to avoid forward declarations. winex11: Move the DIB locking and the client-side optimizations into BITBLT_InternalStretchBlt. winex11: Remove BITBLT_InternalStretchBlt now that it's iden...
2020 Sep 11
0
Wine release 5.17
...nsole. Jeff Smith (3): qcap/tests: Test effect of setting stream format on media type enumeration. qcap: Calculate image size and pitch when setting format. qcap: Enumerate one media type if pin format has been set. Jiajin Cui (1): gdiplus: Make gdi_alpha_blend fallback to StretchBlt if current Compositing Mode is SourceCopy. Ken Thomases (2): dbghelp: Avoid asserting on egregiously long stabs symbol names. mountmgr: Avoid operating on a null CFStringRef, which would crash. Liam Middlebrook (1): winevulkan: Fail on explicit layer usage. Louis Lenders (1):...
2016 Apr 29
0
Wine release 1.9.9
...riched20/tests: Add negative indentation display test. riched20: Don't allow negative margins in ME_WrapTextParagraph. gdi32: Use advanced graphics mode when setting world transform in PlayEnhMetaFileRecord. gdi32/enhmfdrv: Don't drop viewport/window transformation in StretchBlt. msvcp71: Add basic_istream<char>::operator>> export. msvcr120: Add __ExceptionPtrToBool implementation. jscript: Fix handling of numbers starting with decimal separator. gdi32/enhmfdrv: Fix PolyBezierTo bounding box computation. gdi32/enhmfdrv: Always set...
2012 Apr 27
0
Wine release 1.5.3
...etion objects. include: Define MUTEX_ALL_ACCESS in a PSDK compatible way. include: Add some missing FILE_FLAG_xxx definitions. advapi32: Add distinct tests for Read, Write and Execute access rights for kernel objects. advapi32: Add named pipe access tests. gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. kernel32: Add more memory access checks. gdiplus: Avoid saving negative values in pixel_size and emSize. gdiplus: Use symbolic names of font styles. gdiplus: Use Tahoma instead of Arial for gdiplus font t...
2012 Jun 15
0
Wine release 1.4.1
...user32: IsDialogMessage should allow control ids other than IDOK when processing WM_KEYDOWN. fonts: Update cyrillic bitmap glyphs in Tahoma Bold. include: Define MUTEX_ALL_ACCESS in a PSDK compatible way. include: Add some missing FILE_FLAG_xxx definitions. gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. server: Make sure that region and rectangle have the same origin before calling rect_in_region(). user32: SetParent() should use ShowWindow() to make a reparented window visible and move a window to new position....
2008 Feb 22
0
Wine release 0.9.56
...ectPlayLobbyAImpl_EnumLocalApplications and IDirectPlayLobbyAImpl_EnumAddressTypes. Revert "winspool: Fix character count passed to RegQueryValueExW in get_local_monitors". winspool: Fix the character count passed into RegEnumKeyExW in get_local_monitors. gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set. winex11.drv: Optimise getting the bits of a DIB after calling SetDIBits. Roderick Colenbrander (17): wined3d: Add read_from_framebuffer_texture which combines code from read_from_framebuffer (drawpixels) a...