On Sun, Jan 26, 2014 at 6:40 AM, Jose R R wrote:
> Niltze-
>
> X.Org X Server 1.15.99.900 (1.16.0 RC 0)
> Release Date: 2014-01-09
>
> After the latest x.org build (<
> http://www.x.org/wiki/Building_the_X_Window_System/ >) on GNU/Linux
> Debian, *both* Google's Chrome and open source Chromium dis
development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
Summary should be changed to #ifdef XorgLoader instead of #ifdef
XFree86Loader? But still,
Reviewed-by: Robert Hooker
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
]
../../src/vmware.h:180:5: warning: return makes pointer from integer without a
cast [enabled by default]
Function `xf86ScreenToScrn' implicitly converted to pointer at
../../src/vmware.h:180
Signed-off-by: Robert Hooker
---
src/vmware.h |1 +
1 file changed, 1 insertion(+)
diff -
ght = mode->mode.width;
>> + }
>> +
>> if (width != pScreen->width || height != pScreen->height)
>> {
>> int c;
>> --
>> 1.7.4.1
>>
>> ___
>> xorg-devel@lists.x.org: X.Org development
>>
e
Name: SM
Description: X Session Management Library
Version: 1.2.0
Requires.private: ice xproto
Cflags: -I${includedir}
Libs: -L${libdir} -lSM
Turns out this is caused by the Requires: in the .pc's being patched in
Debian and it's being fixed there instead, sorry for the noise!
Thank
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD oclock
/usr/bin/ld: oclock.o: undefined reference to symbol 'XtAddEventHandler'
/usr/bin/ld: note: 'XtAddEventHandler' is defined in DSO /usr/lib/libXt.so.6 so
try adding it to the linker c
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD xmessage
/usr/bin/ld: xmessage.o: undefined reference to symbol 'XMapWindow'
/usr/bin/ld: note: 'XMapWindow' is defined in DSO /usr/lib/libX11.so.6 so try
adding it to the linker command line
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD xman
/usr/bin/ld: misc.o: undefined reference to symbol 'XSaveContext'
/usr/bin/ld: note: 'XSaveContext' is defined in DSO /usr/lib/libX11.so.6 so try
adding it to the linker command line
/usr/li
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD xgc
/usr/bin/ld: interpret.o: undefined reference to symbol 'XSetForeground'
/usr/bin/ld: note: 'XSetForeground' is defined in DSO /usr/lib/libX11.so.6 so
try adding it to the linker command line
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD viewres
/usr/bin/ld: viewres.o: undefined reference to symbol 'XUnmapWindow'
/usr/bin/ld: note: 'XUnmapWindow' is defined in DSO /usr/lib/libX11.so.6 so try
adding it to the linker command line
From: Robert Hooker
Fixes this build failure with ld --no-add-needed
CCLD bitmap
/usr/bin/ld: bitmap-Bitmap.o: undefined reference to symbol 'XSetForeground'
/usr/bin/ld: note: 'XSetForeground' is defined in DSO /usr/lib/libX11.so.6 so
try adding it to the linker c
From: Robert Hooker
Fixes these build failures with ld --no-add-needed
CCLD smproxy
/usr/bin/ld: smproxy.o: undefined reference to symbol 'IceProcessMessages'
/usr/bin/ld: note: 'IceProcessMessages' is defined in DSO /usr/lib/libICE.so.6
so try adding it to the linker c
Based off of glproto 1.4.11.
Signed-off-by: Robert Hooker
---
dix/protocol.txt | 38 ++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dix/protocol.txt b/dix/protocol.txt
index 1a52123..d5b4b15 100644
--- a/dix/protocol.txt
+++ b/dix
Signed-off-by: Robert Hooker
---
dix/protocol.txt |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dix/protocol.txt b/dix/protocol.txt
index 8e152ed..1a52123 100644
--- a/dix/protocol.txt
+++ b/dix/protocol.txt
@@ -124,6 +124,13 @@ R004 DRI2:DestroyDrawable
R005
The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL.
Reference: http://www.opengl.org/registry/specs/INTEL/swap_event.txt
Signed-off-by: Robert Hooker
---
glxtokens.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/glxtokens.h b/glxtokens.h
event generation. the x/y valuator mask bits must
> be set for a core event to be generated. This caused the test to fail.
>
> Reported-by: Robert Hooker
> Signed-off-by: Peter Hutterer
> ---
> test/input.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
On Tue, Aug 17, 2010 at 1:08 AM, Bartosz Brachaczek
wrote:
> 2010/8/17 Peter Hutterer :
>> Devices that send motion events with valuators other than x/y get core
>> motion events with unchanged x/y coordinates. This confuses some
>> applications.
>>
>> If the DeviceEvent does not have the x/y valu
From: Bryce Harrington
Reviewed-by: Robert Hooker
Signed-off-by: Bryce Harrington
---
xset.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xset.c b/xset.c
index d2ec956..17c7b39 100644
--- a/xset.c
+++ b/xset.c
@@ -1660,8 +1660,8 @@ usage(char *fmt, ...)
#ifdef
Ping. any comments on this one? I have verified it correctly uses
minor version 11 now via protocol tracing with xtruss
With this patch:
RenderQueryVersion(client-major-version=0, client-minor-version=11) =
... RenderQueryVersion(client-major-version=0,
client-minor-version=11) = {major-version=
e the gallium driver requires it, and has the benefit
of being able to coexist with the classic mesa driver.
Signed-off-by: Robert Hooker
diff --git a/src/radeon.h b/src/radeon.h
index 56bc076..aede629 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -224,6 +224,7 @@ typedef enum {
OP
g the new blend mode operators.
Signed-off-by: Robert Hooker
---
include/protocol-versions.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index 97ef5da..c674465 100644
--- a/include/protocol-versions.h
+++ b/in
es: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
Reverting fdb081b430ddffb495aa5b05bcc4cf10882ff4b2 and adding
Michael's patch does work fine here as well.
Tested-by: Robert Hooker
___
xorg-d
Based off of glproto 1.4.11.
Signed-off-by: Robert Hooker
---
dix/protocol.txt | 38 ++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dix/protocol.txt b/dix/protocol.txt
index 1a52123..d5b4b15 100644
--- a/dix/protocol.txt
+++ b/dix
Signed-off-by: Robert Hooker
---
dix/protocol.txt |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/dix/protocol.txt b/dix/protocol.txt
index 8e152ed..1a52123 100644
--- a/dix/protocol.txt
+++ b/dix/protocol.txt
@@ -124,6 +124,13 @@ R004 DRI2:DestroyDrawable
R005
The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL.
Signed-off-by: Robert Hooker
---
glxtokens.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/glxtokens.h b/glxtokens.h
index 949935b..162e0e6 100644
--- a/glxtokens.h
+++ b/glxtokens.h
Not used by the driver and no longer exists in xserver >= 1.8.99.0.
Signed-off-by: Robert Hooker
---
src/sis_driver.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/sis_driver.c b/src/sis_driver.c
index d19cf17..22646d2 100644
--- a/src/sis_driver.c
+++ b/
On Mon, May 17, 2010 at 1:23 PM, Julien Cristau wrote:
> dix/colormap.c and dix/gc.c now dereference a ClientPtr, so they need to
> include dixstruct.h. Regression introduced by commit
> 11c69880c7c48ef9e755c4e09fadef7a629d7bc7.
>
> Reported-by: Robert Hooker
> Signed-off-
On Mon, May 17, 2010 at 12:25 PM, Julien Cristau wrote:
> dix/colormap.c now dereferences a ClientPtr, so it needs to include
> dixstruct.h. Regression introduced by commit
> 11c69880c7c48ef9e755c4e09fadef7a629d7bc7.
>
> Reported-by: Robert Hooker
> Signed-off-by: Julien Cri
28 matches
Mail list logo