X.Org development list
xorg-devel.lists.x.org
(
List home) (
Recent threads) (
13 other X.org lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Moderate traffic list: up to 30 messages per day
- This list contains about 36,126 messages, beginning Mar 2008
- 2 messages added yesterday
X.Org development list
December 2010 - page 1
Alan Coopersmith — 129116179501 Dec 2010*
The meat of this series is sandwiched right in the middle - patch #6 replaces the nifty, but unique, Xprintf() API with a local implementation of the ...
Alan Coopersmith — 129116434901 Dec 2010*
The following changes since commit 02449ee24b484c9fea501df5274d95a9f87cab23: Merge remote branch 'ajax/for-keithp' (2010-11-30 13:30:59 -0800)...
Alan Coopersmith — 129116436501 Dec 2010*
Fixes compiler error from Sun compilers due to _X_EXPORT declaration being included after the unlabeled version: "../Xext/panoramiXsrv.h", l...
Peter Hutterer — 129117532701 Dec 2010*
Attempting to upstream a few patches, some of them from ages ago (the libxf86config one, for example). Nothing heavily controversial, I think. Cheers,...
Alan Coopersmith — 129118281101 Dec 2010*
Provides a portable implementation of this common allocating sprintf() API found in many, but not yet all, of the platforms we support. If the platfor...
Matthieu Herrb — 129124918902 Dec 2010*
This fixes issues with make creating a spurious [makedep-config.h].in file, at least on OpenBSD builds. Signed-off-by: Matthieu Herrb --- configure.ac...
Leonel Florin Selles — 129126879702 Dec 2010*
Hi: Well my friends, I need using a C++ program to close an user's session, closing the session in any graphic type (KDE or GNOME), how could I do...
Peter Hutterer — 129130093902 Dec 2010*
untested, no device. changes are the usual combination of cleanup and ABI changes. Cheers, Peter...
Peter Hutterer — 129130669202 Dec 2010*
Signed-off-by: Peter Hutterer...
Peter Hutterer — 129130746102 Dec 2010*
I don't have a device, so I'll asume that if it builds, it works. I've dropped support for pre ABI 12 xservers in this patch series. Since...
Keith Packard — 129130809802 Dec 2010*
Ok, so the 1.10 release freeze is scheduled to happen today, and yet I find myself to be the one asking if I might have a bit more time to finish up s...
Peter Hutterer — 129130814002 Dec 2010*
Always fail configure with an error message. This driver is unmaintained and hasn't seen significant fixes. Let it die. If we really need to keep ...
Gaetan Nadon — 129131036302 Dec 2010
This appears to be a text snippet regarding an implementation note on the x11 input synthesis extension. The function referenced can be found in the h...
James Jones — 129131099702 Dec 2010
Changes since last version of patch: -Add damageproto and xextproto version checks. XDamageSubtractAndTrigger behaves exactly like XDamageSubtract exc...
Gaetan Nadon — 129132863702 Dec 2010
Nothing requires the use of a C preprocessor Using standard file exentions (.man) means no need for .gitignore Use standard directory and makefile Fix...
James Jones — 129133326602 Dec 2010*
Changes since the last version: -Changed new version from 1.2.99 -> 1.3.0 Adds the XDamageSubtractAndTrigger() request and bumps the damage protoco...
James Jones — 129133420702 Dec 2010*
Changes since last version of patch: -Require damageproto 1.3.0, not 1.2.99 XDamageSubtractAndTrigger behaves exactly like XDamageSubtract except it r...
James Jones — 129134511503 Dec 2010*
Changes since the last version: -Added version bump so other modules can check for fence support. Adds the XDamageSubtractAndTrigger() request and bum...
fancy fang — 129136340103 Dec 2010*
Dear all, In xserver 1.9.0, there is an access array to cache previous results to reduce cost. Howver, this optimization would modify the original ind...
Gaetan Nadon — 129139219403 Dec 2010*
The --without-xcb on libX11 has been removed and XCB is always required. Signed-off-by: Gaetan Nadon...
Gaetan Nadon — 129140617303 Dec 2010*
Given that CFLAGS variable is now supported, the -g option is reimplemented using CFLAGS. The debug options are appended to CFLAGS, preserving the use...
Jeremy Huddleston — 129141132903 Dec 2010*
I pulled in a few more changes to server-1.9-branch based on what Julien recently merged into the 1.7 branch. Tomorrow will be the last rc before 1.9....
Matt Turner — 129141290803 Dec 2010
From: Matt Turner...
tomsun — 129142824304 Dec 2010
Dear all: Excuse me, i want to ask you some question about Xorg-server-1.9.2. now i use kernel 2.6.36 and Xorg-server-1.9.2, i meet some troubles abou...
James Jones — 129143226204 Dec 2010*
Changes since the last version: -Rebased at fd8a26edefc53b370c554a60c75ff32fc60b99c8 -Added version bump so other packages can check for fence support...
James Jones — 129143234204 Dec 2010*
Changes since last version: -Rebased at d35e95fdf433a249d0293744d3e1ef6196422700 -Added xextproto version check. Adds client library support for binar...
Robert Hooker — 129143713404 Dec 2010
The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL. Reference: http://www.opengl.org/registry/specs/INTEL/sw... Signed-off-b...
Robert Hooker — 129143759104 Dec 2010
Signed-off-by: Robert Hooker...
Robert Hooker — 129143774704 Dec 2010
Based off of glproto 1.4.11. Signed-off-by: Robert Hooker...
Matt Turner — 129144354104 Dec 2010*
Signed-off-by: Matt Turner...
Alan Coopersmith — 129144859904 Dec 2010*
This version adopts the middle road, as I suggested earlier today and we discussed on #xorg-devel IRC today. To the linker, the ABI will export the fu...
Matt Turner — 129147153404 Dec 2010*
From: Matt Turner Originally sent to xorg@ back in July 2007. http://lists.x.org/archives/xorg/2007-July/02......
Gaetan Nadon — 129147231704 Dec 2010*
There is a requirement for some build environment to set CC to something other than the Autoconf default. There is already a variable CONFCFLAGS in pl...
Alan Coopersmith — 129148880004 Dec 2010*
Signed-off-by: Alan Coopersmith...
Gaetan Nadon — 129149475304 Dec 2010*
Nothing requires the use of a C preprocessor Using standard file exentions (.man) means no need for .gitignore Use standard directory and makefile Fix...
Gaetan Nadon — 129149558804 Dec 2010*
The --without-xcb on libX11 has been removed and XCB is always required. Signed-off-by: Gaetan Nadon...
Alan Coopersmith — 129153747105 Dec 2010
unifdef -DUSE_SNPRINTF src/Error.c Plus manual removal of old #ifdef notyet section that said not enough platforms had snprintf support yet. Welcome t...
Alan Coopersmith — 129157732405 Dec 2010*
configure.ac:126: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
Gaetan Nadon — 129157875905 Dec 2010*
The makefile can be simplyfied as Automake handle this automatically. All directories in SUBDIRS are visited for dist purposes. www.gnu.org/software/a...
Peter Hutterer — 129159106705 Dec 2010*
CC: Rene van Paassen Signed-off-by: Peter Hutterer...
Peter Hutterer — 129159382706 Dec 2010*
untested, I don't have a device. a few cleanups, the usual ones, and then the standard changes for ABI 12 support. Cheers, Peter...
Alessandro — 129159820806 Dec 2010*
syndaemon currently outputs lots of stuff when not running in background mode. However, current init daemons and session managers can manage to launch...
James Jones — 129160696106 Dec 2010
Commit 606e079cc4d9a9db3197652ca51683c36f74efb8 moved the visual field in WindowOptRec, breaking the extension module ABI. Signed-off-by: James Jones...
Peter Hutterer — 129160769306 Dec 2010*
as subject, untested, no device. Cheers, Peter...
Peter Hutterer — 129160798006 Dec 2010*
the usual set of patches, should be pretty familiar to reviewers now. again untested because I don't have a device. Cheers, Peter...
Matt Turner — 129162473306 Dec 2010*
From: Matt Turner GNU cpp is predefining a number of symbols, depending on the host and target architecture. This can produce some unexpected results:...
Alan Coopersmith — 129162586806 Dec 2010*
Signed-off-by: Alan Coopersmith...
Alan Coopersmith — 129164268206 Dec 2010*
I'm mostly resending since the mail server I used yesterday sent some patches through, and sent others through a mail server in our DMZ that seems...
Gaetan Nadon — 129164818606 Dec 2010*
This initial set of patches brings the module to a partial working state as outlined in the New Modules Guidelines http://wiki.x.org/wiki/NewModuleGui...
Peter Hutterer — 129164902206 Dec 2010*
The server's behaviour is to stop adding new devices when a BadAlloc occurs on any device (on the assumption that new devices won't magically ...
Next page