Displaying 20 results from an estimated 400 matches similar to: "[ANNOUNCE] pixman release 0.32.8 now available"
2015 Oct 23
0
[ANNOUNCE] pixman release 0.33.4 now available
A new pixman release 0.33.4 is now available. This is a release candidate
leading up to a stable release (0.34.0). The stable release is expected to be
made around January 2016.
The main changes are (see the git log below for full list of commits):
- Important security fix to prevent stack buffer overflow
- POWER: New fast-paths and optimizations to existing fast-paths
- ARMv6: New fast-path
2015 Aug 01
0
[ANNOUNCE] pixman 0.33.2 release candidate now available
A new pixman release 0.33.2 is now available. This is a release candidate for
a stable 0.34.0 release.
This release comes after little more than 1 year since the previous release
(0.32.6). Therefore, the git log is quite long and there are multiple changes,
fixes and enhancements.
The main changes are:
- ARMv6 - Many fast paths implementations were added
- PPC64/PPC64LE - Fix all outstanding
2016 Jan 31
0
[ANNOUNCE] pixman major release 0.34.0 now available
A new pixman release 0.34.0 is now available. This is a major release,
following three development releases in the past six months. It contains
all the changes detailed in the last three development releases in the 0.33
series.
Please note that this release doesn't contain any changes since the previous
development version (0.33.6) was released.
For those who didn't follow the
2015 Dec 22
0
[ANNOUNCE] pixman release 0.33.6 now available
A new pixman development release 0.33.6 is now available. This is the final
release candidate leading up to the 0.34 stable release. The stable release is
expected to be announced at the end of January 2016.
>From this point forward, only bug fixes can be accepted to the 0.34 release.
This release contains two minor fixes over the previous release (0.33.4):
- Fix detection of
2010 Nov 16
0
[ANNOUNCE] pixman release 0.21.2 now available
A new pixman release 0.21.2 is now available. This is the first
development snapshot leading up to a stable 0.22 release.
News:
ARM: Performance improvements for image scaling [Siarhei Siamashka]
Performance improvements for affine transformations [Soren Sandmann]
Plus bug fixes and other improvements [Andrea Canciani, Siarhei, Soren].
NOTE: In this release a workaround for a bug in
2013 Apr 30
0
[ANNOUNCE] pixman 0.29.4 now available
A new pixman release 0.29.4 is now available. This is a release
candidate for a stable 0.30.0 release.
News in this release:
- More fast paths in the MIPS DSP r2 backend [Nemanja Lukic]
- Better-looking gradients [S?ren Sandmann]
Plus bug fixes and improvements to the test suite. Please test, and
report bugs to pixman at lists.freedesktop.org or file them at
2015 Oct 24
0
[ANNOUNCE] hsakmt release 1.0.0 now available
A new hsakmt release 1.0.0 is now available.
This is the first official release of hsakmt with the new numbering system and
generated from the new git repository at cgit.freedesktop.org/amd/hsakmt
This release works with upstream amdkfd from kernel version 3.19 and above,
although not all features are supported by all kernel versions.
With regard to H/W, it supports AMD's Kaveri and
2023 Mar 16
0
[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
Hi Oded,
sorry for the late response, somehow this mail slipped through.
On 2/6/23 15:48, Oded Gabbay wrote:
> On Thu, Jan 19, 2023 at 7:24 AM Matthew Brost <matthew.brost at intel.com> wrote:
>> Is this not an application issue? Millions of mappings seems a bit
>> absurd to me.
> If I look at the most extreme case for AI, assuming 256GB of HBM
> memory and page
2018 Apr 18
0
[PATCH] drm: Print unadorned pointers
On Wed, Apr 18, 2018 at 12:24:50PM +0300, Alexey Brodkin wrote:
> After commit ad67b74 ("printk: hash addresses printed with %p")
> pointers are being hashed when printed. However, this makes
> debug output completely useless. Switch to %px in order to see the
> unadorned kernel pointers.
>
> This was done with the following one-liner:
> find drivers/gpu/drm -type
2011 Feb 25
0
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
On Fri, Feb 25, 2011 at 12:16 PM, Siarhei Siamashka
<siarhei.siamashka at gmail.com> wrote:
> On Thursday 03 February 2011 14:14:28 Renato Golin wrote:
>> On 3 February 2011 10:25, Siarhei Siamashka <siarhei.siamashka at gmail.com>
> wrote:
>> > I have submitted a bug some time ago to LLVM bugtracker:
>> > http://llvm.org/bugs/show_bug.cgi?id=8931
>>
2011 Feb 25
2
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
On Friday 25 February 2011 22:28:14 Jason Kim wrote:
> On Fri, Feb 25, 2011 at 12:16 PM, Siarhei Siamashka
>
> <siarhei.siamashka at gmail.com> wrote:
> > On Thursday 03 February 2011 14:14:28 Renato Golin wrote:
> >> On 3 February 2011 10:25, Siarhei Siamashka
> >> <siarhei.siamashka at gmail.com>
> >
> > wrote:
> >> > I have
2024 Dec 13
0
[PATCH 6/7] drivers: Repace get_task_comm() with %pTN
On 13. 12. 24, 6:46, Yafang Shao wrote:
> Since task->comm is guaranteed to be NUL-terminated, we can print it
> directly without the need to copy it into a separate buffer. This
> simplifies the code and avoids unnecessary operations.
>
> Signed-off-by: Yafang Shao <laoar.shao at gmail.com>
> Cc: Ofir Bitton <obitton at habana.ai>
> Cc: Oded Gabbay <ogabbay
2011 Feb 25
2
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
On Thursday 03 February 2011 14:14:28 Renato Golin wrote:
> On 3 February 2011 10:25, Siarhei Siamashka <siarhei.siamashka at gmail.com>
wrote:
> > I have submitted a bug some time ago to LLVM bugtracker:
> > http://llvm.org/bugs/show_bug.cgi?id=8931
>
> Hi Siarhei,
>
> This is a really silly bug with a simple fix.
>
> We have a similar patch here
2011 Feb 03
0
[LLVMdev] ARM ELF target and the use of VFP/NEON instructions
On 3 February 2011 10:25, Siarhei Siamashka <siarhei.siamashka at gmail.com> wrote:
> I have submitted a bug some time ago to LLVM bugtracker:
> http://llvm.org/bugs/show_bug.cgi?id=8931
Hi Siarhei,
This is a really silly bug with a simple fix.
We have a similar patch here locally, but as this is part of another
set of patches we were waiting for it to stabilise. There are some
2008 Nov 26
0
[ANNOUNCE] pixman release 0.13.2 now available
A new pixman release 0.13.2 is now available
tar.gz:
http://cairographics.org/releases/pixman-0.13.2.tar.gz
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.13.2.tar.gz
tar.bz2:
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.13.2.tar.bz2
Hashes:
MD5: 837df4a02c61a60a880644393b57faed pixman-0.13.2.tar.gz
MD5: 4b03b556bb0da245eedf74437c3a6158 pixman-0.13.2.tar.bz2
2024 Dec 03
0
[ANNOUNCE] pixman release 0.44.2 now available
A new pixman release 0.44.2 is now available.
tar.gz:
https://cairographics.org/releases/pixman-0.44.2.tar.gz
https://www.x.org/releases/individual/lib/pixman-0.44.2.tar.gz
tar.xz:
https://cairographics.org/releases/pixman-0.44.2.tar.xz
https://www.x.org/releases/individual/lib/pixman-0.44.2.tar.xz
Hashes:
SHA512:
2008 Jul 17
0
[ANNOUNCE] pixman release 0.11.8 now available
A new pixman release 0.11.8 is now available.
This is mainly a bugfix release. See the short-log below for the details.
S?ren
tar.gz:
http://cairographics.org/releases/pixman-0.11.8.tar.gz
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.11.8.tar.gz
tar.bz2:
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.11.8.tar.bz2
Hashes:
MD5: 7b5db768c51337b5e5e954fc9c961cd3
2024 Nov 05
0
[ANNOUNCE] pixman release 0.44.0 now available
A new pixman release 0.44.0 is now available.
tar.gz:
https://cairographics.org/releases/pixman-0.44.0.tar.gz
https://www.x.org/releases/individual/lib/pixman-0.44.0.tar.gz
tar.xz:
https://www.x.org/releases/individual/lib/pixman-0.44.0.tar.xz
Hashes:
SHA256: 89a4c1e1e45e0b23dffe708202cb2eaffde0fe3727d7692b2e1739fec78a7dac pixman-0.44.0.tar.gz
SHA256:
2020 Apr 19
0
[ANNOUNCE] pixman release 0.40.0 now available
A new pixman release 0.40.0 is now available. This is a stable release.
tar.gz:
https://cairographics.org/releases/pixman-0.40.0.tar.gz
https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.gz
tar.xz:
https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.xz
Hashes:
SHA256: 6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc pixman-0.40.0.tar.gz
SHA256:
2019 Apr 07
0
[ANNOUNCE] pixman release 0.38.2 now available
A new pixman release 0.38.2 is now available. This is a stable release in the
in the 0.38 series.
This release mostly contains fixes for the Meson build system.
tar.gz:
https://cairographics.org/releases/pixman-0.38.2.tar.gz
https://www.x.org/releases/individual/lib/pixman-0.38.2.tar.gz
tar.bz2:
https://www.x.org/releases/individual/lib/pixman-0.38.2.tar.bz2
Hashes:
MD5: