Displaying 16 results from an estimated 16 matches for "copypixels".
2008 Nov 23
1
[Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null
http://bugs.freedesktop.org/show_bug.cgi?id=18669
Summary: copyPixels fails if alphaBitmap/alphaPoint arguments are
null
Product: swfdec
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: s...
2010 May 21
2
[Mesa-dev] RFC: gallium-msaa branch merge
On Tue, May 18, 2010 at 7:04 PM, Roland Scheidegger <sroland at vmware.com> wrote:
> Hi,
>
> I plan to merge the gallium-msaa branch to master soon.
> It's actually a bit of a misnomer since the conceptually more important
> changes in there are about blits...
>
> Here's a short summary what this is about:
> blits now operate on resources, not surfaces
2009 Aug 21
0
Wine release 1.1.28
...r.
windowscodecs: Implement Initialize for the GIF decoder.
windowscodecs: Implement GetFrameCount and GetFrame for the GIF decoder.
windowscodecs: Implement GetSize for the GIF decoder.
windowscodecs: Implement CopyPalette for the GIF decoder.
windowscodecs: Implement CopyPixels for GIF decoder.
oleaut32: Use WIC to decode gif files.
windowscodecs: Implement GetContainerFormat for the GIF decoder.
windowscodecs: Implement GetDecoderInfo for the GIF decoder.
gdiplus: Add a test for drawing to application-provided memory.
oleaut32: Add test for...
2019 Jan 18
0
Wine release 4.0-rc7
...4.0-rc6:
Akihiro Sagawa (1):
po: Update Japanese translation.
Alexandre Julliard (1):
ntoskrnl.exe/tests: Fix path buffer allocation size.
Can Taşan (1):
po: Update Turkish translation.
Dmitry Timoshkov (2):
windowscodecs: Fix the buffer size check in TIFF decoder's CopyPixels implementation.
include: Fix a typo.
François Gouget (4):
po: Fix a format mismatch in a Russian translation.
po: Fuzzy a Portuguese (Portugal) translation with a format mismatch.
po: Fuzzy an Arabic translation with a format mismatch.
msi/tests: Add a trailing '\...
2009 Sep 02
0
Wine release 1.1.29
...JPEG decoder.
windowscodecs: Implement Initialize for the JPEG decoder.
windowscodecs: Implement GetFrame for the JPEG decoder.
windowscodecs: Implement GetPixelFormat for the JPEG decoder.
windowscodecs: Implement GetSize for the JPEG decoder.
windowscodecs: Implement CopyPixels for the JPEG decoder.
windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
windowscodecs: Support conversion of 8bppGray to 32bppBGRA.
windowscodecs: Fix rounding in BMP encoder.
oleaut32: Make ITypeInfo2::GetCustData succeed when data is not found.
wininet:...
2020 Aug 28
0
Wine release 5.16
...winex11.drv: Support full screen windows on non-primary monitors.
winex11.drv: Support clipping full screen windows on non-primary monitors.
Ziqing Hui (24):
windowscodecs: Introduce get_pixel_format_bpp().
windowscodecs: Add tests and initial implementation for DdsFrameDecode_CopyPixels().
windowscodecs/tests: Add tests for decoding BC1 format.
windowscodecs/tests: Fix a variable name typo in decode_bc1().
windowscodecs/tests: Add tests for decoding BC2 format.
windowscodecs/tests: Add tests for decoding BC3 format.
windowscodecs/tests: Merge decode_b...
2012 Aug 31
0
Wine release 1.5.12
...ize set_matrix().
d3dx9: Improve traces in set_number().
Roman Dadkov (2):
oleaut32: Record DocString field in ITypeInfoImpl structure in function ITypeLib2_Constructor_SLTG.
oleaut32: Fix VectorFromBstr call in VARIANT_CoerceArray.
Vincent Povirk (8):
windowscodecs: Allow CopyPixels to succeed without padding from the last row.
windowscodecs: Implement IWICImagingFactory::CreateBitmapFromSource.
mscoree: Avoid calling mono_image_open_from_module_handle for libraries.
propsys: Fix memory leak in IPropertyStore::SetValue.
ole32: Add tests for StgConvertPr...
2013 Aug 02
0
Wine release 1.7.0
...xmllite: Store prefix for start tag and return it.
xmllite: Initial support for CharData (or Text) nodes.
xmllite: Implement IsEmptyElement().
xmllite: Report attribute as non-default for now.
windowscodecs: Implement GetPalette() for clipper.
windowscodecs: Implement CopyPixels() for clipper.
ntdll/tests: Properly skip on missing functions.
xmllite: Clear attributes on node change, improve tracing.
xmllite: Handle nesting depth limit better.
ntdll: Implement RtlHashUnicodeString().
msxml3: Store namespace info for created attribute, fix retur...
2012 Aug 17
0
Wine release 1.5.11
...ests for IWICBitmap.
windowscodecs: Add a stub IWICBitmap implementation.
windowscodecs: Implement BitmapImpl_SetPalette and CopyPalette.
windowscodecs: Implement IWICBitmap::Lock.
windowscodecs: Implement getters on IWICBitmapLock.
windowscodecs: Implement IWICBitmap::CopyPixels.
windowscodecs: Implement IWICBitmap::GetPixelFormat.
windowscodecs: Implement IWICBitmap::GetSize.
windowscodecs: Implement IWICBitmap::SetResolution and GetResolution.
windowscodecs: Add test for IWICImagingFactory::CreateBitmapFromSource.
--
Alexandre Julliard
julliard a...
2020 Oct 23
0
Wine release 5.20
...api32/tests: Add QueryServiceStatusEx test for the EventLog service.
Esme Povirk (9):
windowscodecs: Add a unix library and start to use it for PNG.
windowscodecs: Start loading PNG in unix lib.
windowscodecs: Get PNG frame information from unix lib.
windowscodecs: Move PNG CopyPixels to unix lib.
windowscodecs: Use the unix library to find PNG metadata.
windowscodecs: Use unix lib to get PNG color contexts.
windowscodecs: Do not call png_read_end.
windowscodecs: Add a general wrapper around the decoder interface.
mscoree: Implement GetTokenForVTabl...
2019 Mar 01
0
Wine release 4.3
...wscodecs: Fail earlier in TIFF decoder's Initialize method for unsupported pixel formats.
windowscodecs: Avoid redundant checks when reading a TIFF tile.
windowscodecs: Add support for CMYK to BGR conversion.
windowscodecs: Move JPEG frame image data initialization from Frame::CopyPixels to Decoder::Initialize.
wpcap: Fix compilation with recent pcap/pcap.h versions.
Ethan Lee (3):
xaudio2: Rewrite to use FAudio.
xaudio2: Fix uninitialized variable access (Valgrind).
xaudio2: IXAudio23 needs its own interface, for XAUDIO23_VOICE_SENDS parameters.
Gabriel I...
2019 May 24
0
Wine release 4.9
...tion.
Dmitry Timoshkov (11):
windowscodecs: Improve compatibility of IMILBitmap interface.
windowscodecs: Add support for IMILBitmapScaler interface.
windowscodecs/tests: Add some tests for IMILBitmap and IMILBitmapScaler interfaces.
windowscodecs: Correct IWICBitmapScaler::CopyPixels() error for not initialized case.
windowscodecs: Simplify some IMILBitmapScaler forwarders.
urlmon: Add support for PARSE_UNESCAPE to CoInternetParseUrl.
urlmon: Add ShouldShowIntranetWarningSecband stub.
urlmon: Add GetIUriPriv stub.
urlmon: Add CoInternetGetBrowserPr...
2010 Oct 29
0
Wine release 1.3.6
...nal store to CertVerifyRevocation.
crypt32: Check revocation status of chain element-by-element.
J?rg H?hle (1):
winmm/tests: Fix one mcicda test failure on VMware.
Konstantin Kondratyuk (1):
jscript: Update Russian translation.
Krzysztof Nowicki (3):
windowscodecs: Fix *_CopyPixels functions to properly handle a NULL rectangle.
windowscodecs/tests: Add test cases for *_CopyPixels calls with NULL rectangle.
windowscodecs: Optimise copy_pixels in case the whole bitmap is copied.
Louis Lenders (6):
kernel32/tests: Add some more tests for GetTempFileName....
2010 Apr 02
0
Wine release 1.1.42
...TIFF decoder.
windowscodecs: Implement GetFrameCount for the TIFF decoder.
windowscodecs: Implement GetFrame for the TIFF decoder.
windowscodecs: Implement GetPixelFormat for TIFF decoder.
windowscodecs: Implement GetSize for the TIFF decoder.
windowscodecs: Implement CopyPixels for the TIFF decoder.
windowscodecs: Add support for decoding RGB TIFF images.
gdiplus: Support decoders with multiple signatures.
gdiplus: Add support for decoding TIFF images.
gdiplus: Add a test for TIFF image loading.
wine.inf: Add some .NET Framework keys.
m...
2009 Jul 03
0
Wine release 1.1.25
...gdiplus: Don't crash when a NULL format is passed to GdipDrawString.
include: Define some WIC pixel format GUIDs.
windowscodecs: Implement GetPixelFormat for BMP decoder.
windowscodecs: Simplify the BMP GetSize code and fix for top-down dibs.
windowscodecs: Implement CopyPixels for BMP decoder.
windowscodecs: Implement QueryCapability for BMP decoder.
include: Add definitions for IWICPalette.
windowscodecs: Add stub implementation of IWICPalette.
windowscodecs: Implement InitializeCustom and GetColors for palettes.
windowscodecs: Implement Ge...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...a.prototype", "colorTransform", true],
+ ["_global.flash.display.BitmapData.prototype", "compare", true],
+ ["_global.flash.display.BitmapData.prototype", "copyChannel", true],
+ ["_global.flash.display.BitmapData.prototype", "copyPixels", true],
+ ["_global.flash.display.BitmapData.prototype", "dispose", true],
+ ["_global.flash.display.BitmapData.prototype", "draw", true],
+ ["_global.flash.display.BitmapData.prototype", "fillRect", true],
+ ["_global.flash...