similar to: [ANNOUNCE] printproto 1.0.4

Displaying 20 results from an estimated 200 matches similar to: "[ANNOUNCE] printproto 1.0.4"

2009 Apr 08
0
[ANNOUNCE] xpyb 1.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eamon Walsh (4): Print the expected and actual buffer size when a list length calculated Add a wrap() function to create a Connection object from a raw C pointer. Remove auto-generated file. git-tag 1.1 http://xcb.freedesktop.org/dist/xpyb-1.1.tar.gz md5: 29ce8ddf37024b4d1886a44239acd0dc sha1:
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
Aaron Plattner (11): Bug #12015: Use the right offsets in the dst arguments of pixman_blt. stride is in FbBits-sized chunks, but xoff is not. Bump video driver ABI for pci-rework. Set noCompositeExtension to TRUE when failing to initialize the extension (e.g. when Xinerama is enabled). Don't segfault on shutdown if we never managed to connect to dbus.
2008 Sep 03
0
[ANNOUNCE] xf86-video-tga 1.2.0
Adam Jackson (3): Uninclude xf86Version.h Fix distcheck tga 1.2.0 Brice Goglin (1): TGA_*_VERSION using PACKAGE_VERSION_* Dave Airlie (2): pciaccess conversion tga: fixup devPrivates James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings git tag: xf86-video-tga-1.2.0
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
Ok, I think we've done enough damage for one release. Thanks everyone for pulling a long weekend to get changes prepared and reviewed. We're still missing the threaded input stuff, but that needs more review and I think we wore Tiago out this time around. If someone wants to propose merging it after the freeze, I think we should consider doing it. Note that this tarball depends on
2008 Mar 06
0
[ANNOUNCE] inputproto 1.4.3
Adam Jackson (1): inputproto 1.4.3 Eamon Walsh (1): XI.h needs X.h for CARD32 on 64-bit systems. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Jesse Barnes (1): Use Xmd.h instead of X.h to pull in CARD32 definition git tag: inputproto-1.4.3
2008 Mar 19
0
[ANNOUNCE] xf86-video-apm 1.2.0
Adam Jackson (3): Remove useless mfb.h include. Death to RCS tags. apm 1.2.0 Alan Coopersmith (2): Replace references to XFree86/XF86Config in man page renamed: .cvsignore -> .gitignore Brice Goglin (1): Define APM_*_VERSION using PACKAGE_VERSION_* Dave Airlie (3): pcirename conversion xf1/4 bpp conversion further build fixes Eamon Walsh
2007 Nov 16
0
[ANNOUNCE] xf86-video-sis 0.9.4
This release fixes DRI with xorg-server 1.3 and above, which weren't detected properly. Alex Deucher (1): bump Xv image height up from 1080 to 1088 for 315 chips Brice Goglin (1): Define SIS_*_VERSION using PACKAGE_VERSION* Eamon Walsh (2): Convert callers of LookupWindow() to dixLookupWindow(). Revert "Convert callers of LookupWindow() to
2008 Jul 18
1
[ANNOUNCE] libxcb-1.1.91
libxcb 1.1.91 is available. Rejoice more! Bart Massey (1): make IPv6 optional Eamon Walsh (10): Add generated comment noting requirement to free replies after use. Add comment noting the requirement to free replies when finished. Remove file that wasn't meant to be committed. Generated the configure.ac and Makefile.am's in libxcb with the idea of
2008 Jul 18
0
[ANNOUNCE] xcb-proto 1.2
xcb-proto 1.2 is now available. Rejoice! Bart Massey (1): fixed xv SelectPortNotify argument; bug reported by Julien Cristau <jcristau at debian.org> Eamon Walsh (14): Add XML description for XInput extension. Add XML description for SELinux extension. xcb-xselinux: Remove an errant padding statement. xcb-xselinux: Revisions to xselinux extension protocol.
2007 Mar 03
0
[ANNOUNCE] xorg-docs 1.4
Major re-organization of the sgml docs. They are now converted from linuxdoc to docbook and rely on the docbook2x series of tools, so your build environments need to be updated. git tag: xorg-docs-1.4 Changes since xorg-docs-1.3: Adam Jackson (2): Fix distcheck. Bump to 1.4. Alan Coopersmith (2): Update XFixes protocol spec to match XFixes 4.0 Typo fixes in XFixes
2008 Jun 10
0
[ANNOUNCE] xorg-server 1.4.1
Suspend your disbelief, it's 1.4.1. Better imperfect than never at all, I guess. Contains a few security and input fixes, some memory leak fixes, and a few misc bits. git tag: xorg-server-1.4.1 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.4.1.tar.bz2 MD5: 0d638b6857408bb2e564e0c7b772d9a1 xorg-server-1.4.1.tar.bz2 SHA1: b5a020f6a5cc4b16296dadbc9c82073201d7d01a
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
Aaron Plattner (2): Bug #14692: Allow drivers to have a say in Xinerama visual consolidation. Short-circuit PanoramiXTranslateVisualID after verifying that the visual actually exists first. Adam Jackson (25): Fix segfault when a monitor exists but has no modes. Size xf86DefaultModes explicitly. Bug #14927: Fix the math for xf86NumDefaultModes. Add the
2007 Mar 27
0
[ANNOUNCE] xf86-video-ati-6.6.191
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is pre-release of the ATI driver aimed at 7.3. It doesn't contain randr1.2 support it does however contain a major re-write of the output mappings from what was known as Alex's superpatch. Please logs all regressions into bugzilla so we can fix them before the 6.7 release. Adam Jackson: Undo unintended configure.ac change.
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps. --- src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/nv_driver.c | 51 +++++++++++-- src/nv_proto.h | 4 + src/nv_type.h | 12 +++- 4 files changed, 267 insertions(+), 17 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 93fc3c5..074a226 100644 ---
2006 Nov 16
2
Creating and writing to a file
Hey guys, What would be the best way to create and write to a file? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2005 Apr 20
2
Where is .xsession-errors
Hi Yesterday I was using OpenOffice Impress, doing many cut/paste operations with images, and without any notice/message/warning the application die. Then I look for ~/.xsession-errors file to see any signal about the problem, but I realized that ~/.xsession-errors is no longer present. This is a new behaviour of X.org ? I'm running CentOS 4 and XFree86 Version 4.3.0.1 (Debian
2023 Mar 13
1
Versioning Rtools ARP entries
Hi, If I am not mistaken, all Rtools 4.2 (and 4.3) revisions have the same ARP [1] entries, i.e. all report version 4.2.0.1 (or 4.3.0.1). This makes it difficult to determine the installed version (is it possible to determine the installed revision?) and impossible for tools like winget [2] to update Rtools to the latest revision, AFAICT. Would it be possible to track the version in the
2009 Mar 08
1
wfb patches
These patches are pretty much done, except for a compile warning somewhere. The major remaining bottleneck is this line (as far as i can tell): offset -= (unsigned long) pPixmap->devPrivate.ptr; A significant amount of samples is spent on that, so suggestions on how to improve that are appreciated. I'm out of time for the moment. I'm curious how this performs for other people
2009 Jan 03
1
some patches and remarks for ng
1 patch for libnouveau_drm, 4 for drm and one work in progress patch for the ddx. Getting nv50 to run proved to be more difficult than i thought (at some point i stopped because it would require significant changes), i just have a few remarks. - Buffer object access is not guarded by fences at all, which is a major issue. You worked around that by using M2MF I suppose, but this needs a
2019 Mar 02
0
[ANNOUNCE] mkfontscale 1.2.0
mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system. Starting with this release, 1.2.0, it now includes the mkfontdir script previously distributed separately for compatibility with older X11 versions. (The entries below starting with 'mkfontdir: ' represent the git commits grafted from the mkfontdir repo and were all included in the mkfontdir