[Feature 3/4] Xephyr with DRI2 extension

2010-05-19 Thread Haitao.feng
This part of work will enable Xephyr to run mutter. The logic is that I disabled the GLX_texture_from_pixmap extension in Xephyr so that mutter will have to copy the pixmap into texture and draw the texture with glTexImage2D. To support GLX_texture_from_pixmap, we have to support the general GLX

[Feature 4/4] Xephyr with DRI2 extension

2010-05-19 Thread Haitao.feng
This part of work fixes the Xephyr host cursor issue. Ohterwise when we close pointer device in dix, it will cause a signal fault as the callback is NULL. From 06f30919ed2e2624c743ef59c6b7f21d0fef424c Mon Sep 17 00:00:00 2001 From: Haitao Feng haitao.f...@intel.com Date: Fri, 14 May 2010

Re: [PATCH 1/2] Turn deprecated allocation functions into inline ones

2010-05-19 Thread Michel Dänzer
On Mit, 2010-05-19 at 02:01 +0700, Mikhail Gusarov wrote: This changes ABI of server as Xalloc/Xfree/Xrealloc/Xstrdup are no longer exported. OTOH, API is not changed. I'm not sure there's much point keeping the API around when the ABI is removed. Warning-conscious drivers will need to be

[PATCH] xext: delete wrong source reference from fontcache

2010-05-19 Thread Tiago Vignatti
This should go away in 0b45ba48. Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com --- Xext/Makefile.am |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Xext/Makefile.am b/Xext/Makefile.am index fa007aa..e444fd0 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@

RE: Do not display the screensaver

2010-05-19 Thread Cui, Hunk
Hi, Jackson, First thanks for your explanation, through the debugging, I found when I start the fade to black, the gamma values will be setup to the default value (1.0), it will be transferred to the XServer. And in XServer, the value will be write into the VidModeSetGamma -

Re: [PATCH:xdm] Add man page for xdmshell

2010-05-19 Thread Gaetan Nadon
On Tue, 2010-05-18 at 17:50 -0700, Alan Coopersmith wrote: Gaetan Nadon wrote: Just moving into a subdir won't fix anything. I was referring to replacing the cpp method with the sed method used in 155 modules. If there is a quick fix in the mean time, perfect. I assume a sed conversion

RE: Do not display the screensaver

2010-05-19 Thread Kai-Uwe Behrmann
Gamma ramps vary from card to driver. 8,10,12-bit Who knows? A correct implementation has to check the gamma ramp size. I thought to have read somewhere in the adverticing material that ATI has more then 8-bit ramps. kind regards Kai-Uwe Behrmann -- developing for colour management

Re: [PATCH 1/2] Turn deprecated allocation functions into inline ones

2010-05-19 Thread Mikhail Gusarov
Twas brillig at 11:38:58 19.05.2010 UTC+02 when mic...@daenzer.net did gyre and gimble: This changes ABI of server as Xalloc/Xfree/Xrealloc/Xstrdup are no longer exported. OTOH, API is not changed. MD I'm not sure there's much point keeping the API around when the ABI MD is removed.

Re: [PATCH 1/2] Replace miSpriteCursorFuncRec with direct calls to midispcur.c.

2010-05-19 Thread Peter Hutterer
On Tue, May 18, 2010 at 04:50:25PM -0700, Jamey Sharp wrote: Nobody wraps the mi software-cursor sprite rendering implementations. Signed-off-by: Jamey Sharp ja...@minilop.net makes sense to me, I just have a few minor comments on style. --- mi/midispcur.c | 58

Re: [PATCH 2/2] mi/misprite.c: Delete unused private lookups.

2010-05-19 Thread Peter Hutterer
On Tue, May 18, 2010 at 04:50:26PM -0700, Jamey Sharp wrote: Signed-off-by: Jamey Sharp ja...@minilop.net Reviewed-by: Peter Hutterer peter.hutte...@who-t.net though I think this one might as well be squashed in with the previous one. Cheers, Peter --- mi/misprite.c | 18

RE: Do not display the screensaver

2010-05-19 Thread Cui, Hunk
Behrmann, You said the Gamma ramps have 8, 10, 12-bit, but each of the entries are made up of corrections for R/G/B. Within the DWORD, the red correction is in b[23:16], green in b[15:8] and blue in b[7:0]. For 24 bit graphics, each color (R, G, and B) are comprised of one byte. The

patch fpit

2010-05-19 Thread Philip
hi, created a patch to cure xorg-xinput-fpit from wired behavoir. -- Philip feu...@uni-koblenz.de From c40f057f21af7a52cb15beed61beead45b4c4b40 Mon Sep 17 00:00:00 2001 From: philip feu...@uni-koblenz.de Date: Wed, 19 May 2010 12:37:05 +0200 Subject: [PATCH] fpit: minX/ maxX get wrongly

RE: Composite Quesiton

2010-05-19 Thread Jonathan Morton
On Wed, 2010-05-19 at 17:19 +0800, Huang, FrankR wrote: I want to know if the black region after SRC is the CLEAR operation? If that is so, I want to modify the driver to do the CLEAR outside the 20x20 mask region to make the driver does the right SRC operation. It's not quite the same - it

Re: [PATCH 3/5 v4] Show Xserver release/version date in DIX DDX docs

2010-05-19 Thread Dan Nicholson
On Tue, May 18, 2010 at 3:51 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Uses a catalog file to provide the path to an entity file in a different directory than the xml sources. This commit message isn't really accurate anymore since the entity file is used directly from the xml

Re: [PATCH v2] configure: force new xproto version dependency

2010-05-19 Thread Alan Coopersmith
Since _X_NORETURN is used in the os.h header that gets installed as part of the SDK, shouldn't the xorg-server.pc also list a Requires: on the new version? (Hopefully packagers would enforce the requirement in their packaging system, but it may still help catch people who have installed a newer

RE: Do not display the screensaver

2010-05-19 Thread Kai-Uwe Behrmann
I know more the client side of the API. DisplayPort can serve up to 16-bit per channel. Three one dimensional look up tables (LUT) each of 8-bit resolution would not make much sense in this scenario. kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name +

Re: multi-card breakage

2010-05-19 Thread Vignatti Tiago (Nokia-D/Helsinki)
Hi Pierre, On Tue, May 04, 2010 at 10:21:55PM +0200, ext Pierre-Loup A. Griffais wrote: I just reproduced something that sounds like what you're describing with two R520 cards (one X screen per card) and the 'radeon' driver. However, it seems unrelated to my change; that's what the hang

Re: [PATCH 3/5 v4] Show Xserver release/version date in DIX DDX docs

2010-05-19 Thread Alan Coopersmith
Dan Nicholson wrote: On Tue, May 18, 2010 at 3:51 PM, Alan Coopersmith + !ENTITY % defs SYSTEM file:///xserver.ent %defs; Just FYI because I toyed around with this a little more. The file:// prefix seems to be redundant and just a normal absolute path is fine. Also, any directory prefix is

Re: [PATCH 0/3] Xserver internals doc patches

2010-05-19 Thread Alan Coopersmith
Thanks for all the suggestions review so far. I've reset my fd.o git repo with the latest versions: The following changes since commit 673eb707ce6737284c4886265ba149c5587a74e2: Jamey Sharp (1): SyncSendAlarmNotifyEvents: check the correct client's clientGone flag. are available in

Re: [PATCH] dri2: Only send the swap event if the client hasn't gone fishing

2010-05-19 Thread Kristian Høgsberg
On Wed, May 19, 2010 at 1:31 AM, Keith Packard kei...@keithp.com wrote: On Tue, 18 May 2010 16:20:14 -0700, Jamey Sharp ja...@minilop.net wrote: On Tue, May 18, 2010 at 3:38 PM, Keith Packard kei...@keithp.com wrote: On Sat, 15 May 2010 14:37:22 -0700, Keith Packard kei...@keithp.com wrote:

Re: [PATCH] dix: Remove a large pile of backing store leftovers

2010-05-19 Thread Adam Jackson
On Tue, 2010-05-18 at 15:27 -0700, Keith Packard wrote: On Tue, 18 May 2010 17:57:31 -0400, Adam Jackson a...@redhat.com wrote: Since we're breaking ScreenRec, might as well break it good and hard. Looking good to me. Should change backStorage into a boolean instead of a pointer now too --

Re: [PATCH] Enable configuration of the MONOTONIC_CLOCK when cross-compiling.

2010-05-19 Thread Adam Jackson
On Tue, 2010-05-18 at 15:17 -0700, David James wrote: When xorg-xserver is being cross-compiled, there is currently no way for us to detect whether the monotonic clock is available on the target system. Currently, in this situation, we default to not use the monotonic clock. One problem with

Re: [PATCH:libXt] Move sm from Requires to Requires.private in xt.pc

2010-05-19 Thread Adam Jackson
On Tue, 2010-05-18 at 20:31 -0700, Alan Coopersmith wrote: As explained in https://bugs.freedesktop.org/show_bug.cgi?id=26943 since libXt callers need the SM headers but don't necessarily need to link directly to libSM, it should be in Requires.private, not Requires. Signed-off-by: Alan

Re: [PATCH 3/5 v4] Show Xserver release/version date in DIX DDX docs

2010-05-19 Thread Mark Kettenis
Date: Wed, 19 May 2010 08:21:03 -0700 From: Alan Coopersmith alan.coopersm...@oracle.com Dan Nicholson wrote: On Tue, May 18, 2010 at 3:51 PM, Alan Coopersmith + !ENTITY % defs SYSTEM file:///xserver.ent %defs; Just FYI because I toyed around with this a little more. The file://

Re: [PATCH] Enable configuration of the MONOTONIC_CLOCK when cross-compiling.

2010-05-19 Thread Mikhail Gusarov
Twas brillig at 09:12:59 19.05.2010 UTC-07 when davidja...@google.com did gyre and gimble: DJ [PATCH] Discover monotonic clock using compile-time check. Reviewed-by: Mikhail Gusarov dotted...@dottedmag.net -- http://fossarchy.blogspot.com/ pgpQQHWM1RbHJ.pgp Description: PGP signature

Re: [PATCH 3/5 v4] Show Xserver release/version date in DIX DDX docs

2010-05-19 Thread Alan Coopersmith
Mark Kettenis wrote: From: Alan Coopersmith alan.coopersm...@oracle.com Dan Nicholson wrote: On Tue, May 18, 2010 at 3:51 PM, Alan Coopersmith + (cd $(XML_ENT_DIR) $(MAKE) $(AM_MAKEFLAGS) $(@F)) Is $(@F) a gnu makeism? I can't tell, but I don't think so. I first learned about it when

[PULL] mi sprite cleanups

2010-05-19 Thread Jamey Sharp
The following changes since commit 673eb707ce6737284c4886265ba149c5587a74e2: Jamey Sharp (1): SyncSendAlarmNotifyEvents: check the correct client's clientGone flag. are available in the git repository at: git://people.freedesktop.org/~jamey/xserver for-keith Jamey Sharp (2):

[PATCH] Device init: Don't crash when CreateGC fails.

2010-05-19 Thread Jamey Sharp
ActivateDevice was ignoring errors from DeviceCursorInitialize, so cursor-related calls failed later. Jeremy Huddleston saw that crash in miPointerConstrainCursor, while with Xvfb I saw it in miSpriteRealizeCursor. miDCDeviceCleanup frees any non-NULL GCs. miDCDeviceInitialize calls Cleanup on

[PATCH] Add configuration option to disable default modes on an output

2010-05-19 Thread Simon Farnsworth
Setting 'Option DefaultModes No' in an output will guarantee that X will omit the default modes, just picking up modes from the configuration file and modes provided by the output. Signed-off-by: Simon Farnsworth simon.farnswo...@onelan.com --- hw/xfree86/modes/xf86Crtc.c |4 +++- 1 files

[PATCH 0/1] Add configuration option to disable default modes on an output

2010-05-19 Thread Simon Farnsworth
This patch is part of our attempt to move EDID handling out of our embedded product's code and into the stack we depend on anyway. Our goal is to divide modes into two classes; modes supplied by us, and modes we've learnt about from EDID. We supply a set of default modes in the configuration

RE: Do not display the screensaver

2010-05-19 Thread Adam Jackson
On Wed, 2010-05-19 at 17:07 +0200, Kai-Uwe Behrmann wrote: I know more the client side of the API. DisplayPort can serve up to 16-bit per channel. Three one dimensional look up tables (LUT) each of 8-bit resolution would not make much sense in this scenario. Strictly, so can DVI and HDMI. -

Re: [PATCH] Add configuration option to disable default modes on an output

2010-05-19 Thread Adam Jackson
On Wed, 2010-05-19 at 18:19 +0100, Simon Farnsworth wrote: Setting 'Option DefaultModes No' in an output will guarantee that X will omit the default modes, just picking up modes from the configuration file and modes provided by the output. Signed-off-by: Simon Farnsworth

Re: [PATCH 0/3] Xserver internals doc patches

2010-05-19 Thread Gaetan Nadon
On Wed, 2010-05-19 at 08:34 -0700, Alan Coopersmith wrote: Thanks for all the suggestions review so far. I've reset my fd.o git repo with the latest versions: The following changes since commit 673eb707ce6737284c4886265ba149c5587a74e2: Jamey Sharp (1):

Re: review requests

2010-05-19 Thread Julien Cristau
On Wed, May 19, 2010 at 11:07:58 -0700, Jamey Sharp wrote: The following changes since commit 673eb707ce6737284c4886265ba149c5587a74e2: Jamey Sharp (1): SyncSendAlarmNotifyEvents: check the correct client's clientGone flag. are available in the git repository at:

Re: review requests

2010-05-19 Thread Adam Jackson
On Wed, 2010-05-19 at 11:07 -0700, Jamey Sharp wrote: Jamey Sharp (4): xv: TryClientEvents already checks client and sets sequenceNumber. Make WriteEventsToClient/WriteToClient no-op on fake or dead clients. Set event sequence number in WriteEventsToClient instead of at

Re: [PATCH] Enable configuration of the MONOTONIC_CLOCK when cross-compiling.

2010-05-19 Thread Mark Kettenis
Date: Wed, 19 May 2010 09:12:59 -0700 From: David James davidja...@google.com On Wed, May 19, 2010 at 8:47 AM, Adam Jackson a...@nwnk.net wrote: On Tue, 2010-05-18 at 15:17 -0700, David James wrote: When xorg-xserver is being cross-compiled, there is currently no way for us to detect

Re: [PATCH 3/5 v4] Show Xserver release/version date in DIX DDX docs

2010-05-19 Thread Mark Kettenis
Date: Wed, 19 May 2010 09:56:29 -0700 From: Alan Coopersmith alan.coopersm...@oracle.com Mark Kettenis wrote: From: Alan Coopersmith alan.coopersm...@oracle.com Dan Nicholson wrote: On Tue, May 18, 2010 at 3:51 PM, Alan Coopersmith + (cd $(XML_ENT_DIR) $(MAKE) $(AM_MAKEFLAGS)

Re: [PATCH] dix: Remove a large pile of backing store leftovers

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 11:42:10 -0400, Adam Jackson a...@nwnk.net wrote: Just a bit in the long bitfield list in WindowRec? No reason to burn a whole int on it. Although we're remarkably close to running over an int there too. We can make more :-) I bet we can macro it away in the autoconf

Re: [PATCH] dri2: Only send the swap event if the client hasn't gone fishing

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 11:40:24 -0400, Kristian Høgsberg k...@bitplanet.net wrote: How can we be sure another client hasn't connected in the meantime getting the id of the client who schedules the swap? I thought the whole point of creating a resource was that it would be deleted when the client

[PULL harder] mi, events, resource-errors

2010-05-19 Thread Jamey Sharp
Thanks to Julien and ajax for reviewing these! I've added my remaining branches to my for-keith branch for merge, so this request subsumes the one I sent earlier. Keith, lest you grumble about the scope of these patches: I believe they don't conflict with your fix-private-usage branch at *all*.

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Jamey Sharp
On Wed, May 19, 2010 at 11:31 AM, Adam Jackson a...@redhat.com wrote: This eliminates the unused 'id' field (what the eff), and reorders the other data fields to fit packed on both ILP32 and LP64.  ScreenRec shrinks by 64 bytes on LP64 (less on ILP32), and devPrivate just barely squeaks into

Re: patch fpit

2010-05-19 Thread Gaetan Nadon
On Wed, 2010-05-19 at 12:56 +0200, Philip wrote: hi, created a patch to cure xorg-xinput-fpit from wired behavoir. The bug was trivial to verify, so I took the liberty of pushing the patch. ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 14:31:19 -0400, Adam Jackson a...@redhat.com wrote: This eliminates the unused 'id' field (what the eff), and reorders the other data fields to fit packed on both ILP32 and LP64. ScreenRec shrinks by 64 bytes on LP64 (less on ILP32), and devPrivate just barely squeaks into

Re: [PULL harder] mi, events, resource-errors

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 12:47:27 -0700, Jamey Sharp ja...@minilop.net wrote: Keith, lest you grumble about the scope of these patches: I believe they don't conflict with your fix-private-usage branch at *all*. :-) Or at least, nothing that can't be auto-merged. No grumbling, just whinging that

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Adam Jackson
On Wed, 2010-05-19 at 12:23 -0700, Jamey Sharp wrote: On Wed, May 19, 2010 at 11:31 AM, Adam Jackson a...@redhat.com wrote: typedef struct _Screen { intmyNum; /* index of this instance in Screens[] */ -ATOM id; +unsigned int

[PATCH] glxdriswrast bugfix: configure swapgc, not gc.

2010-05-19 Thread Jamey Sharp
I got this wrong in e2929db7b737413cf93fbebdf4d15abdfebff05c. Signed-off-by: Jamey Sharp ja...@minilop.net --- glx/glxdriswrast.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index ac8fd47..54f4440 100644 ---

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 16:04:14 -0400, Adam Jackson a...@nwnk.net wrote: It's really just an optimization to store it in the ScreenRec, you could equivalently do: Other than the whole 'what depth does the root window get' issue... -- keith.pack...@intel.com pgp2sxgcoGv9O.pgp Description: PGP

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Adam Jackson
On Wed, 2010-05-19 at 12:56 -0700, Keith Packard wrote: On Wed, 19 May 2010 14:31:19 -0400, Adam Jackson a...@redhat.com wrote: This eliminates the unused 'id' field (what the eff), and reorders the other data fields to fit packed on both ILP32 and LP64. ScreenRec shrinks by 64 bytes on

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 17:30:01 -0400, Adam Jackson a...@nwnk.net wrote: Don't commit this yet, I want to pull some of Jamey's suggestions in. I'm a' waitin'. -- keith.pack...@intel.com pgpM5TgqQlzcY.pgp Description: PGP signature ___

Re: [PATCH] Enable configuration of the MONOTONIC_CLOCK when cross-compiling.

2010-05-19 Thread David James
On Wed, May 19, 2010 at 12:04 PM, Mark Kettenis mark.kette...@xs4all.nl wrote: Date: Wed, 19 May 2010 09:12:59 -0700 From: David James davidja...@google.com On Wed, May 19, 2010 at 8:47 AM, Adam Jackson a...@nwnk.net wrote: On Tue, 2010-05-18 at 15:17 -0700, David James wrote: When

Re: multi-card breakage

2010-05-19 Thread Pierre-Loup A. Griffais
Tiago, On 05/19/2010 08:09 AM, Vignatti Tiago (Nokia-D/Helsinki) wrote: Hi Pierre, On Tue, May 04, 2010 at 10:21:55PM +0200, ext Pierre-Loup A. Griffais wrote: I just reproduced something that sounds like what you're describing with two R520 cards (one X screen per card) and the 'radeon'

Re: [PATCH 1/2] Replace miSpriteCursorFuncRec with direct calls to midispcur.c.

2010-05-19 Thread Peter Hutterer
On Wed, May 19, 2010 at 09:45:23AM -0700, Jamey Sharp wrote: On Wed, May 19, 2010 at 5:06 AM, Peter Hutterer peter.hutte...@who-t.net wrote: @@ -861,7 +850,7 @@ miSpriteSetCursor (DeviceIntPtr pDev, ScreenPtr pScreen,               pointer-saved.y1 -= dy;               pointer-saved.x2

[PATCH 1/2] glxdriswrast: Use CreateGC, not CreateScratchGC.

2010-05-19 Thread Jamey Sharp
Since this code was using CreateScratchGC and not GetScratchGC, FreeScratchGC would always call FreeGC, so just call it directly. As long as the drawable provided to CreateGC has the same screen and depth as were passed to CreateScratchGC, these functions are basically identical. There are two

[PATCH 2/2] Un-export CreateScratchGC now that nothing external uses it.

2010-05-19 Thread Jamey Sharp
The server and drivers sometimes use GetScratchGC, but never CreateScratchGC. Signed-off-by: Jamey Sharp ja...@minilop.net --- dix/gc.c |2 +- include/gc.h |4 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/dix/gc.c b/dix/gc.c index 65d05eb..56d5cda 100644 ---

[PATCH] Replace screen-rgf scratch GC flags with a bit in each GC.

2010-05-19 Thread Jamey Sharp
This eliminates a poorly-named, poorly-documented field from the ScreenRec, using a previously-unused flag bit in each GC instead. Signed-off-by: Jamey Sharp ja...@minilop.net Cc: Adam Jackson a...@redhat.com --- On Wed, May 19, 2010 at 1:04 PM, Adam Jackson a...@nwnk.net wrote: On Wed,

Re: [PATCH] dix: Reshuffle ScreenRec to pack holes

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 17:58:15 -0400, Adam Jackson a...@nwnk.net wrote: On Wed, 2010-05-19 at 16:04 -0400, Adam Jackson wrote: I dunno, the whole blackPixel/whitePixel thing is an anachronism. The idea is that on monochrome framebuffers it's not especially obvious whether 1 or 0 is black.

Re: [PATCH] Replace screen-rgf scratch GC flags with a bit in each GC.

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 16:09:58 -0700, Jamey Sharp ja...@minilop.net wrote: Like this? It's more clear that it's correct after the patches I posted earlier, to make CreateScratchGC static, but I believe it's correct regardless. 'reusable' seems a bit vague; perhaps something more like

Re: [PATCH 1/2] glxdriswrast: Use CreateGC, not CreateScratchGC.

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 15:25:43 -0700, Jamey Sharp ja...@minilop.net wrote: Since this code was using CreateScratchGC and not GetScratchGC, FreeScratchGC would always call FreeGC, so just call it directly. I'm having a hard time caring; drivers don't call CreateGC either, so it seems like we can

Re: [PATCH 1/2] glxdriswrast: Use CreateGC, not CreateScratchGC.

2010-05-19 Thread Jamey Sharp
On Wed, May 19, 2010 at 4:40 PM, Keith Packard kei...@keithp.com wrote: On Wed, 19 May 2010 15:25:43 -0700, Jamey Sharp ja...@minilop.net wrote: As long as the drawable provided to CreateGC has the same screen and depth as were passed to CreateScratchGC, these functions are basically

[PATCHv2] Replace screen-rgf scratch GC flags with a bit in each GC.

2010-05-19 Thread Jamey Sharp
This eliminates a poorly-named, poorly-documented field from the ScreenRec, using a previously-unused flag bit in each GC instead. Signed-off-by: Jamey Sharp ja...@minilop.net Cc: Adam Jackson a...@redhat.com Cc: Keith Packard kei...@keithp.com --- PURPLE! dix/dispatch.c |1 -

RE: Do not display the screensaver

2010-05-19 Thread Cui, Hunk
Hi, Jackson Behrmann, What is mean about the server's internal representation is abstracted away from the driver's representation? I don't understand it. Can you particular explain it. I know the R,G,B originality values are 16 bits per channel. When the values are transfered to the

RE: Do not display the screensaver

2010-05-19 Thread Kai-Uwe Behrmann
Am 20.05.10, 12:03 +0800 schrieb Cui, Hunk: BTW: Behrmann, Three one dimensional look up tables (LUT) each of 8-bit resolution would not make much sense in this scenario. Please particular explain it. Thank you for your earnest reply. LUTs look up a resulting value for each input value. If

Re: Do not display the screensaver

2010-05-19 Thread Alex Deucher
On Thu, May 20, 2010 at 12:03 AM, Cui, Hunk hunk@amd.com wrote: Hi, Jackson Behrmann,        What is mean about the server's internal representation is abstracted away from the driver's representation? I don't understand it. Can you particular explain it. I know the R,G,B originality

Re: Do not display the screensaver

2010-05-19 Thread Yang Zhao
On 19 May 2010 21:03, Cui, Hunk hunk@amd.com wrote:        What is mean about the server's internal representation is abstracted away from the driver's representation? I don't understand it. Can you particular explain it. I know the R,G,B originality values are 16 bits per channel. When

Re: [PATCHv2] Replace screen-rgf scratch GC flags with a bit in each GC.

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 17:25:18 -0700, Jamey Sharp ja...@minilop.net wrote: This eliminates a poorly-named, poorly-documented field from the ScreenRec, using a previously-unused flag bit in each GC instead. Signed-off-by: Jamey Sharp ja...@minilop.net Cc: Adam Jackson a...@redhat.com Cc: Keith

Re: [PATCH 1/2] Turn deprecated allocation functions into inline ones

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 02:01:18 +0700, Mikhail Gusarov dotted...@dottedmag.net wrote: This changes ABI of server as Xalloc/Xfree/Xrealloc/Xstrdup are no longer exported. OTOH, API is not changed. Thanks for fixing libXdmcp as well, but we'll need to get that library released and the package