similar to: [Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null

Displaying 20 results from an estimated 300 matches similar to: "[Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null"

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
libswfdec/swfdec_as_interpret.c | 3 libswfdec/swfdec_as_strings.c | 14 libswfdec/swfdec_load_object.c | 178 +--- libswfdec/swfdec_load_object.h | 21 libswfdec/swfdec_load_object_as.c | 71 + libswfdec/swfdec_loader.c | 75 +
2007 Nov 10
1
3 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h
libswfdec/swfdec_image.c | 204 ++++++++++++++++++++++++++--------------------- libswfdec/swfdec_image.h | 11 +- 2 files changed, 123 insertions(+), 92 deletions(-) New commits: commit 54d034a21fa13a6afb4ad788a82b240002def2cf Author: Benjamin Otte <otte at gnome.org> Date: Sun Nov 11 00:21:54 2007 +0100 implement reading from PNG files diff --git a/libswfdec/swfdec_image.c
2009 Aug 21
0
Wine release 1.1.28
The Wine development release 1.1.28 is now available. What's new in this release (see below for details): - Support for IRDA protocol. - Faster initial wineprefix creation. - Axis remapping with evdev joysticks. - More image formats in WindowsCodecs. - Various bug fixes. The source is available from the following locations:
2019 Jun 10
2
[RFC] Expose user provided vector function for auto-vectorization.
> What is a `"logically"-widened alwaysinline wrapper for the vector function`? Can you provide an example? Also, what is the `tricky processing` you are referring to that the vectorizer should care about? For the case mentioned earlier: float MyAdd(float* a, int b) { return *a + b; } __declspec(vector_variant(implements(MyAdd(float *a, int b)),
2019 Jun 10
2
[RFC] Expose user provided vector function for auto-vectorization.
Hi Francesco, > I am crafting the attribute so that it makes it explicit that we are using OpenMP and we are expecting a Vector Function ABI. I just thought that another option would be to force FE to always emit "logically"-widened alwaysinline wrapper for the vector function that does the arguments processing according to ABI inside (we need that info in the FE anyway). That way
2007 Jan 26
0
libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c
libswfdec/swfdec_image.c | 45 ++++++++++++++++++++++++++++++++++++++------- libswfdec/swfdec_image.h | 5 ++++- libswfdec/swfdec_pattern.c | 3 ++- 3 files changed, 44 insertions(+), 9 deletions(-) New commits: diff-tree 2cb8680a8577ff5d018b50e7da55c233e8eaa4af (from 7005f0c65edf0177ea22cbb4514c7df1cbb099c1) Author: Benjamin Otte <otte@gnome.org> Date: Fri Jan 26 22:54:14
2019 Jun 07
2
[RFC] Expose user provided vector function for auto-vectorization.
Hi All, [I'm only subscribed to digest, so the reply doesn't look great, sorry about that] > The second component is a tool that other parts of LLVM (for example, the loop vectorizer) can use to query the availability of the vector function, the SVFS I have described in the original post of the RFC, which is based on interpreting the `vector-variant` attribute. > The final
2016 Mar 02
2
Proposal for function vectorization and loop vectorization with function calls
Hi Michael. Thank for your feedback and questions/comments. See below. >>>>>I think it should be possible to vectorize such loop even without openmp clauses. We just need to gather a vector value from several scalar calls, and vectorizer already knows how to do that, we just need not to bail out early. Dealing with calls is tricky, but in this case we have the pragma, so we can
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
libswfdec/swfdec_bits.c | 4 libswfdec/swfdec_color.c | 41 +++--- libswfdec/swfdec_color.h | 29 +++- libswfdec/swfdec_edittext.c | 2 libswfdec/swfdec_image.c | 269 +++++++++++++++++++++++--------------------- libswfdec/swfdec_image.h | 9 - libswfdec/swfdec_pattern.c | 29 +--- libswfdec/swfdec_sprite.c | 7 - test/dump.c | 34 +++++
2019 Jan 18
0
Wine release 4.0-rc7
The Wine development release 4.0-rc7 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0-rc7.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0-rc7.tar.xz Binary packages for various distributions will be available
2014 Mar 22
2
gits don't seem to be working.
Hi I think the gits have gone belly up... @xubuntu:~$ git clone git://git.xiph.org/opus.git Cloning into 'opus'... fatal: read error: Connection reset by peer @xubuntu:~$ git clone git at git.xiph.org:/opus.git Cloning into 'opus'... Permission denied (publickey,keyboard-interactive). fatal: The remote end hung up unexpectedly
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
configure.ac | 1 libswfdec/swfdec_audio_event.c | 1 libswfdec/swfdec_bits.c | 4 libswfdec/swfdec_button_movie.c | 3 libswfdec/swfdec_color.c | 67 +++++- libswfdec/swfdec_color.h | 31 ++- libswfdec/swfdec_compiler.c | 5
2009 Sep 02
0
Wine release 1.1.29
The Wine development release 1.1.29 is now available. What's new in this release (see below for details): - Improved Gecko integration by using Wine's network layers. - Use of external libmpg123 for mp3 decoding. - Support for JPEG and PNG formats in WindowsCodecs. - Many regression test fixes for Win64 and Windows 7. - Various bug fixes. The source is available from the
2006 Nov 23
0
fastthread 0.4
fastthread is a library which replaces the synchronization primitives defined in stdlib?s thread.rb (Mutex, ConditionVariable, Queue, and SizedQueue) with optimized versions which: * are much faster (in the non-contention case, speed comparable to direct use of Thread.critical or Thread.exclusive) * don?t leak memory (the stdlib implementation of Mutex manages to
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
libswfdec/swfdec_image.c | 113 ++++++++---- libswfdec/swfdec_image.h | 5 libswfdec/swfdec_js.c | 5 libswfdec/swfdec_js_color.c | 8 libswfdec/swfdec_js_sound.c | 7 libswfdec/swfdec_pattern.c | 3 libswfdec/swfdec_script.c | 376 +++++++++++++++++++++++++++++++++++++++--- libswfdec/swfdec_scriptable.c | 2 8 files changed, 441
2007 Jan 19
7
fastthread 0.6.2
It looks like I got too creative in 0.6.1 and consequently ran afoul of a bug in the Ruby interpreter. 0.6.2 works around the bug and should be entirely stable at this point. Thanks to Young Hyun for his help in coming up with test cases. == what? fastthread is a Ruby library which provides a faster (and non-memory-leaking) C implementation of the concurrency primitives from stdlib''s
2020 Aug 28
0
Wine release 5.16
The Wine development release 5.16 is now available. What's new in this release (see below for details): - Support for x86 AVX registers. - Some ARM64 fixes for macOS. - Still more restructuration of the console support. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.16.tar.xz
2012 Aug 31
0
Wine release 1.5.12
The Wine development release 1.5.12 is now available. What's new in this release (see below for details): - Support for disabling individual joysticks. - Better support for D3DX9 constant tables. - Some XRandR improvements. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.12.tar.bz2
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
2013 Aug 02
0
Wine release 1.7.0
The Wine development release 1.7.0 is now available. What's new in this release (see below for details): - Support for vertical text in the Postscript driver. - Version 2 of liblcms used now instead of version 1. - Unicode data updated to Unicode 6.2.0. - Hyperlink controls supported in installers. - Improved support for XML attributes. - Various bug fixes. The source is