Re: [XFree86] x not listing the pci Bus 1 I/O range:

2008-07-01 Thread Marc Aurele La France

On Tue, 1 Jul 2008, vishnuvaradan vishnuvaradan wrote:


Iam using a Pmc graphics card on a base board with ppc processor along with
tundra system controller. On  pci  bus
(II) PCI: 00:00:0: chip 10e3,0148 - vme
(II) PCI: 00:02:0: chip 10b5,6520 - pci to pci bridge
(II) PCI: 01:03:0: chip 126f,0720 - Pmc card



my var/log file gives



(II) Bus 1 non-prefetchable memory range:
   [0] -1  0   0x9bf0 - 0x9fff (0x410) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1  0   0x9be0 - 0x9bef (0x10) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1  0   0x - 0x00ff (0x100) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1  0   0x - 0x (0x0) MX[B]
(--) PCI:*(1:3:0) Silicon Motion, Inc. SM720 Lynx3DM rev 193, Mem @
0x9c00/26



Its NOT listing the I/o resource range for the bus1 .. what i expect like
this is NOT LISTING
--
(II) Bus 1 I/O range:
   [0] -1  0   0xf200 - 0xf2000fff (0x1000) IX[B]



1. Please help me to solve the above issue


It seems likely that the bridge at 0:2:0 is not, in reality, forwarding I/O 
transactions to bus 1 because the I/O enable bit in its command register is 
off.  The output from `scanpci -v` would confirm this.


In any case, I strongly suspect that 0xf2000xxx I/O range to be completely 
useless to the Lynx3DM board.  As such, you have a system whose designers 
wrong-headedly decided to cripple PCI I/O.


Your options seem to be ...

1) Hack the driver to not reference fixed I/O resources (likely in the
   0x3B0-0x3DF range).  Such a change would not be accepted unless it was
   contolled by an option.
2) Replace the Lynx3DM with a board that does not need VGA resources.


2. I have another query.. If suppose i want to access the io reg from the
xfree driver shall i use the addr 0xf200 directly or any io remapping is
required for  0xf200? if required please help me how to do it ..


I've already pointed you to xf86EnableIO() in os-support/linux/lnx_video.c. 
But I really don't think relocating the driver's I/O to 0xf200 will solve 
anything.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] cross compile xfree86-4.8.0

2009-10-14 Thread Marc Aurele La France

On Wed, 14 Oct 2009, john blair wrote:

--- On Wed, 10/14/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: XFree86@XFree86.Org
Date: Wednesday, October 14, 2009, 8:21 PM
On Tue, 13 Oct 2009, john blair wrote:



Thanks for the reply Marc. But I don't think code

sourcery's arm

toolchain (http://www.codesourcery.com/sgpp/lite/arm) consist
linux/utsrelease.h file.
I end up with the following error:
imakemdep.h:835:34: error: linux/utsrelease.h: No such

file or directory



No mainline kernel source tarball contains
include/linux/version.h, nor
include/linux/utsrelease.h.  They are both generated by
the kernel build process, but the latter only after
2.6.17.  But the version.h included here advertises a
kernel version of 2.6.29.  See ...



http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=63104eec234bdecb55fd9c15467ae00d0a3f42ac



Therefore, the toolchain tarball was misgenerated in that
it does not also contain utsrelease.h.  Likely an
oversight.  Please report this problem to CodeSourcery
and see what they say.



This is the reply I got from code sourcery
My Debian desktop system also has linux/version.h but no
utsrelease.h.  I also checked upstream GIT kernel sources, and while
both headers are built only version.h is installed
(include/linux/Kbuild:objhdr-y).  CodeSourcery's current tools use the
recommended make headers_install to distribute kernel headers.



Are you trying to build a userspace server or a kernel module?
utsrelease.h might be available for kernel modules, which require a
build tree.



http://www.codesourcery.com/archives/arm-gnu/msg02922.html


Hummm.  That's a good point.  Looking deeper, this string isn't even used, 
nor is it generated in the non-cross-compile case.


I'll get back to you.

Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+

Re: [XFree86] cross compile xfree86-4.8.0

2009-10-15 Thread Marc Aurele La France

On Wed, 14 Oct 2009, Marc Aurele La France wrote:

On Wed, 14 Oct 2009, john blair wrote:

--- On Wed, 10/14/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: XFree86@XFree86.Org
Date: Wednesday, October 14, 2009, 8:21 PM
On Tue, 13 Oct 2009, john blair wrote:

Thanks for the reply Marc. But I don't think code

sourcery's arm

toolchain (http://www.codesourcery.com/sgpp/lite/arm) consist
linux/utsrelease.h file.
I end up with the following error:
imakemdep.h:835:34: error: linux/utsrelease.h: No such

file or directory



No mainline kernel source tarball contains
include/linux/version.h, nor
include/linux/utsrelease.h.  They are both generated by
the kernel build process, but the latter only after
2.6.17.  But the version.h included here advertises a
kernel version of 2.6.29.  See ...



http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=63104eec234bdecb55fd9c15467ae00d0a3f42ac



Therefore, the toolchain tarball was misgenerated in that
it does not also contain utsrelease.h.  Likely an
oversight.  Please report this problem to CodeSourcery
and see what they say.



This is the reply I got from code sourcery
My Debian desktop system also has linux/version.h but no
utsrelease.h.  I also checked upstream GIT kernel sources, and while
both headers are built only version.h is installed
(include/linux/Kbuild:objhdr-y).  CodeSourcery's current tools use the
recommended make headers_install to distribute kernel headers.



Are you trying to build a userspace server or a kernel module?
utsrelease.h might be available for kernel modules, which require a
build tree.



http://www.codesourcery.com/archives/arm-gnu/msg02922.html


Hummm.  That's a good point.  Looking deeper, this string isn't even used, 
nor is it generated in the non-cross-compile case.



I'll get back to you.


Please use the following instead of the previous change ...

*** cvs/xc/config/imake/imakemdep.h Mon Jun 11 08:30:00 2007
--- devel/xc/config/imake/imakemdep.h   Thu Oct 15 09:56:47 2009
*** char *cpp_argv[ARGUMENTS] = {
*** 831,837 
  #  if defined(linux)  defined  (CROSSCOMPILE_CPP)
  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   define CROSS_UTS_RELEASE UTS_RELEASE
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REVr %[0-9]
--- 831,839 
  #  if defined(linux)  defined  (CROSSCOMPILE_CPP)
  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   ifdef UTS_RELEASE
! #define CROSS_UTS_RELEASE UTS_RELEASE
! #   endif
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REVr %[0-9]

This will cause the release string to be nullified, which is what would 
happen with other cross-compilation environments that don't provide 
release information (or, for that matter, other `uname` strings).


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+

Re: [XFree86] cross compile xfree86-4.8.0

2009-10-15 Thread Marc Aurele La France

On Thu, 15 Oct 2009, john blair wrote:

--- On Thu, 10/15/09, Marc Aurele La France t...@ualberta.ca wrote:

Please use the following instead of the previous change
...



*** cvs/xc/config/imake/imakemdep.h    Mon
Jun 11 08:30:00 2007
--- devel/xc/config/imake/imakemdep.h    Thu
Oct 15 09:56:47 2009
*** char *cpp_argv[ARGUMENTS] = {
*** 831,837 
  #  if defined(linux)  defined

?? (CROSSCOMPILE_CPP)

  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   define CROSS_UTS_RELEASE UTS_RELEASE
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REV 

??     r %[0-9]

--- 831,839 
  #  if defined(linux)  defined

?? (CROSSCOMPILE_CPP)

  #   define CROSS_UTS_SYSNAME Linux
  #   include linux/version.h
! #   ifdef UTS_RELEASE
! #    define CROSS_UTS_RELEASE UTS_RELEASE
! #   endif
  # endif
  # elif defined(__CYGWIN__)
  #  define DEFAULT_OS_MAJOR_REV 

??     r %[0-9]


This will cause the release string to be nullified, which
is what would happen with other cross-compilation
environments that don't provide release information (or, for
that matter, other `uname` strings).



Thanks for the quick reply and patch Marc. Your patch fixes the UTS_RELEASE 
issue.
There is another issue I am facing during the compilation:
fbdevhw.c: In function 'calculateFbmem_len':
fbdevhw.c:548: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c:548: error: (Each undeclared identifier is reported only once
fbdevhw.c:548: error: for each function it appears in.)
fbdevhw.c: In function 'fbdevHWMapVidmem':
fbdevhw.c:575: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c: In function 'fbdevHWMapMMIO':
fbdevhw.c:620: error: 'PAGE_MASK' undeclared (first use in this function)
fbdevhw.c: In function 'fbdevHWUnmapMMIO':
fbdevhw.c:644: error: 'PAGE_MASK' undeclared (first use in this function)
make[7]: *** [fbdevhw.o] Error 1
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/fbdevhw'



The contents of asm/page.h for code sourcery toolchain (the later versions of 
toolchain do not even have asm/page.h)is
#ifndef _ASMARM_PAGE_H
#define _ASMARM_PAGE_H
#endif


Please try the attached.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

fbdevhw.diff.gz
Description: GNU Zip compressed data


Re: [XFree86] cross compile xfree86-4.8.0

2009-10-19 Thread Marc Aurele La France

On Mon, 19 Oct 2009, john blair wrote:

--- On Mon, 10/19/09, Marc Aurele La France t...@ualberta.ca wrote:

From: Marc Aurele La France t...@ualberta.ca
Subject: Re: [XFree86] cross compile xfree86-4.8.0
To: john blair mailtome200420032...@yahoo.com
Cc: xfree86@xfree86.org
Date: Monday, October 19, 2009, 10:32 PM
On Sun, 18 Oct 2009, john blair wrote:



I added to both Imakefiles
CDEBUGFLAGS = NoOpCDebugFlags



SpecialCObjectRule(xf86PciData,NullParameter,-DPCIDATA)



in place of
SpecialCObjectRule(xf86ScanPci,NullParameter,-O0)
SpecialCObjectRule(xf86PciData,NullParameter,-O0

-DPCIDATA)



and got the same internal compiler error.



Could you send me the relevant part of your build log?



/opt/toolchain/lin32/gcc-2007q3-51/bin/`echo 
/opt/toolchain/lin32/gcc-2007q3-51/bin/arm-none-linux-gnueabi-gcc|sed 
s%.*/%%` -o cpconfig -O2 -fsigned-char -L../../../../../exports/lib   
cpconfig.o Device.o Files.o Flags.o Input.o Keyboard.o Layout.o Module.o Video.o 
Monitor.o Pointer.o Screen.o Vendor.o read.o scan.o write.o DRI.o  
-L/opt/toolchain/lin32/glibc-2007q3-51/lib  -lm -lxml2  
-L/opt/toolchain/arm-linux/zlib-1.2.3-3/lib -L/opt/toolchain/arm-linux/freetype-2.3.7/lib 
-L/opt/toolchain/arm-linux/fontconfig-2.6.0/lib 
-L/opt/toolchain/arm-linux/libxml2-2.6.32/lib -L/opt/toolchain/arm-linux/ncurses-5.7/lib
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/parser'
making all in programs/Xserver/hw/xfree86/scanpci...
make[7]: Entering directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/scanpci'
rm -f xf86ScanPci.o
/opt/toolchain/lin32/gcc-2007q3-51/bin/`echo 
/opt/toolchain/lin32/gcc-2007q3-51/bin/arm-none-linux-gnueabi-gcc|sed 
s%.*/%%` -c -O2 -fsigned-char -I. 
-I../../../../../programs/Xserver/hw/xfree86/common 
-I../../../../../programs/Xserver/hw/xfree86/os-support 
-I../../../../../programs/Xserver/hw/xfree86/os-support/bus  
-I../../../../../programs/Xserver/include -I../../../../../programs/Xserver/os  
-I../../../../../programs/Xserver/Xext -I../../../../../programs/Xserver/Xi 
-I../../../../../lib/font/include -I../../../../../programs/Xserver/hw/xfree86/parser 
  -I../../../../../programs/Xserver/hw/xfree86/loader  
-I../../../../../programs/Xserver/hw/xfree86/rac  -I../../../../../exports/include   
-I/opt/toolchain/lin32/gcc-2007q3-51/lib/gcc/arm-none-linux-gnueabi/4.2.1/include  
-I/opt/toolchain/arm-linux/zlib-1.2.3-3/include  
-I/opt/toolchain/arm-linux/freetype-2.3.7/include
-I/opt/toolchain/arm-linux/fontconfig-2.6.0/include 
-I/opt/toolchain/arm-linux/ncurses-5.7/include 
-I/opt/toolchain/arm-linux/ncurses-5.7/include/ncurses -Dlinux -D__arm__ 
-D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE 
-DX_LOCALE -DSHAPE -DXINPUT -DXKB  -DXAPPGROUP  -DXCSECURITY -DXSYNC 
-DXF86BIGFONT  -DDPMSExtension -DBIGREQS -DPANORAMIX -DRENDER -DRANDR  
-DRES  -DPIXPRIV  -DNDEBUG
-DNEED_STRLCAT -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH
  -DXFree86LOADER  -DXFree86Server  
  -DSMART_SCHEDULE-DBUILDDEBUG  
  -DX_BYTE_ORDER=X_LITTLE_ENDIAN  -DFUNCPROTO=15 -DNARROWPROTO  
xf86ScanPci.c
arm-none-linux-gnueabi-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
make[7]: *** [xf86ScanPci.o] Error 1
make[7]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86/scanpci'
make[6]: *** [all] Error 2
make[6]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw/xfree86'
make[5]: *** [all] Error 2
make[5]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver/hw'
make[4]: *** [hw] Error 2
make[4]: Leaving directory 
`/opt/toolchain/src/xfree86-4.8.0/build/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/opt/toolchain/src/xfree86-4.8.0/build'
make: *** [World] Error 2


There is something not quite right here, as -O2 is still being passed to 
the compiler.  It almost looks like the Makefile was not regenerated 
from the modified Imakefile(s).  Please send me 
xc/programs/Xserver/hw/xfree86/scanpci/Makefile (privately, not to the 
list).


Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building

Re: [XFree86] cross compile xfree86-4.8.0

2009-10-20 Thread Marc Aurele La France

On Mon, 19 Oct 2009, john blair wrote:


I have attached the Makefile.


Thanks.

First, it would seem that the CDEBUGFLAGS assignment needs to be inserted 
just after the SRCS assignment in both Imakefiles, at the latest.  Please 
see if that works with another ...


make Makefile
make Makefiles
make clean
make depend
make

... sequence in the same directory.

Secondly, the compiler says Internal error: Killed, which would seem to 
imply it is being `kill -9`'ed by the kernel's OOM killer.  Have you 
verified that you aren't simply running out of memory?  Try adding a swap 
file to the compilation environment.


Thanks.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Is there a defined xpixmap width limit?

2011-04-21 Thread Marc Aurele La France

On Thu, 21 Apr 2011, Emmanuel Thomas-Maurin wrote:


I've been searching for this for a while but, so far, it's still unclear
to me : Is there a width and height limit for pixmaps? Widht / height
type is int but I'm wondering what's the maximum supported values.



I'm using GTK and I know GDK pixmaps and windows can't be wider than
65535. But I got a crash in a GTK app when trying to create a big
pixmap, less wide than 65535 but wider than 32767:



The program 'my_app' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.



So my question is: Is it an 'out of memory' error (returned by malloc)
or a width value above a defined limit?


BadAlloc normally indicates an inability to malloc() the space.  A 64K x 
64K 32-bit pixmap would require 128GB which would need to be provided by a 
combination of real memory and swap space.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] get the the window ID

2011-10-10 Thread Marc Aurele La France

On Mon, 10 Oct 2011, praveen wrote:


i am New to Linux and X11. In a C++ program i need the Window ID of a
Opened Windows ...


here are the requirement 
from a C++  i have open a Process(say for Example Firef). Now i need to
get the process ID this window in C++. How do i implement this. 
is there a equivalent Library call to xwininfo -name firefox


The process ID assocated with a window is not something an X11 server (and 
therefore xwininfo) is aware of, in part because the client that created 
the window is not necessarily running on the same system as the X11 
server.  Indeed, process IDs are an OS corcern, not an X11 one.


You might be able to find suggestions towards what you are looking for 
through a Google (or Yahoo, etc.) search.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

Re: [XFree86] minimize/Maximize a window

2011-10-20 Thread Marc Aurele La France

On Thu, 20 Oct 2011, praveen wrote:


i have a window id of a particular window how do i minimize/Maximize
the window using the X11 functions.



How do i minimize a window all in Linux using X11 Functions... ...


I don't know, but would assume it depends on the specific window manager 
in use.


Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  t...@ualberta.ca |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


CVS Update: xc (branch: trunk)

2002-09-12 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/12 13:56:04

Log message:
  Fix structure alignment and array wlk bugs

Modified files:
  xc/lib/fontconfig/src/:
fcpat.c 
  
  Revision  ChangesPath
  1.17  +7 -4  xc/lib/fontconfig/src/fcpat.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-17 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/17 09:11:49

Log message:
  Previous libc5 build fix wasn't quite right

Modified files:
  xc/config/cf/:
linux.cf 
  
  Revision  ChangesPath
  3.182 +4 -2  xc/config/cf/linux.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-17 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/17 09:12:39

Log message:
  Oops

Modified files:
  xc/config/cf/:
linux.cf 
  
  Revision  ChangesPath
  3.183 +2 -2  xc/config/cf/linux.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-19 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/19 15:24:32

Log message:
  Typos

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
sparcPci.c 
  
  Revision  ChangesPath
  1.9   +3 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-22 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/22 18:48:10

Log message:
   340. Change makedepend to recognise invocations of parameter'ed macros
(Marc La France).

Modified files:
  xc/config/makedepend/:
ifparser.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.11  +20 -3 xc/config/makedepend/ifparser.c
  3.2307+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-23 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/23 19:55:01

Log message:
  Typo (reported by Miles Lane).

Modified files:
  xc/config/cf/:
xfree86.cf 
  
  Revision  ChangesPath
  3.407 +2 -2  xc/config/cf/xfree86.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-24 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/24 09:14:22

Log message:
   344. Update to pci.ids to 2002-09-24 snapshot (Marc La France).
   343. Add a little utility to read files through mmap() (Marc La France).
   342. Implement a means to ignore certain host bridges while determining PCI
bus topology (not yet used) (Marc La France).
   341. Bridge driver interface fixups for host bridges (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/etc/:
Imakefile pci.ids 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.h linuxPci.c 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
Added files:
  xc/programs/Xserver/hw/xfree86/etc/:
mmapr.c 
  
  Revision  ChangesPath
  3.2308+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.61  +23 -15xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  3.44  +8 -2  xc/programs/Xserver/hw/xfree86/etc/Imakefile
  1.3   +196 -71   xc/programs/Xserver/hw/xfree86/etc/pci.ids
  1.31  +3 -1  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.9   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c
  1.4   +4905 -253 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-09-24 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/09/24 13:47:40

Log message:
  More ulong changes

Modified files:
  xc/lib/XvMC/hw/i810/:
I810XvMC.c 
  
  Revision  ChangesPath
  1.9   +111 -111  xc/lib/XvMC/hw/i810/I810XvMC.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-01 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/01 05:11:06

Log message:
  Solaris/SPARC build fix

Modified files:
  xc/config/cf/:
sun.cf 
  
  Revision  ChangesPath
  3.65  +4 -1  xc/config/cf/sun.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-08 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/08 15:44:08

Log message:
   368. Fix bug in PCI code for Solaris/SPARC (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
sparcPci.c 
  
  Revision  ChangesPath
  3.2329+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.11  +6 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-09 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/09 09:38:21

Log message:
  Warning fixes

Modified files:
  xc/lib/X11/:
imThaiFlt.c 
  xc/lib/X11/lcUniConv/:
iso8859_11.h 
  xc/programs/Xserver/hw/xfree86/drivers/i128/:
i128dga.c 
  xc/programs/Xserver/hw/xfree86/drivers/rendition/:
vramdac.c 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_accel.c xp_accel.c 
  xc/programs/xdm/:
error.c 
  xc/programs/xterm/:
xutf8.c 
  
  Revision  ChangesPath
  3.14  +7 -1  xc/lib/X11/imThaiFlt.c
  1.2   +1 -2  xc/lib/X11/lcUniConv/iso8859_11.h
  1.4   +3 -1  xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c
  1.17  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/rendition/vramdac.c
  1.25  +3 -1  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_accel.c
  1.4   +3 -1  xc/programs/Xserver/hw/xfree86/drivers/trident/xp_accel.c
  1.7   +4 -4  xc/programs/xdm/error.c
  1.3   +5 -3  xc/programs/xterm/xutf8.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-09 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/09 10:00:12

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/miext/shadow/:
shrotate.c 
  
  Revision  ChangesPath
  1.5   +5 -4  xc/programs/Xserver/miext/shadow/shrotate.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-09 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/09 18:18:33

Log message:
  Warnings

Modified files:
  xc/lib/font/FreeType/:
ftconfig.h ftstdlib.h 
  xc/programs/Xserver/randr/:
randr.c 
  xc/programs/ico/:
ico.c 
  
  Revision  ChangesPath
  1.5   +5 -3  xc/lib/font/FreeType/ftconfig.h
  1.4   +2 -2  xc/lib/font/FreeType/ftstdlib.h
  1.15  +4 -3  xc/programs/Xserver/randr/randr.c
  1.7   +7 -7  xc/programs/ico/ico.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-15 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/15 13:26:06

Log message:
   405. Fix long-standing colour map bug in ATI driver (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atidac.c atidac.h atistruct.h ativersion.h 
  
  Revision  ChangesPath
  3.2343+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.16  +4 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c
  1.13  +6 -6  xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.h
  1.35  +3 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.53  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-16 Thread Marc Aurele La France

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/16 14:33:04

Log message:
  Grammar fixups

Modified files:
  xc/programs/twm/:
gram.y 
  xc/programs/xkbcomp/:
xkbparse.y 
  
  Revision  ChangesPath
  3.8   +2 -2  xc/programs/twm/gram.y
  3.12  +2 -3  xc/programs/xkbcomp/xkbparse.y

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/23 09:08:37

Log message:
  Warning fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/i740/:
i740.h i740_driver.c 
  xc/programs/Xserver/xkb/:
ddxBeep.c 
  
  Revision  ChangesPath
  1.7   +3 -3  xc/programs/Xserver/hw/xfree86/drivers/i740/i740.h
  1.39  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/i740/i740_driver.c
  3.7   +2 -2  xc/programs/Xserver/xkb/ddxBeep.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/23 09:23:37

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/sun/:
kbd_mode.c 
  
  Revision  ChangesPath
  3.11  +2 -1  xc/programs/Xserver/hw/sun/kbd_mode.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/18 13:02:41

Log message:
  First swipe at cleaning up this junk.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/geode/:
panel.c 
  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/:
disp_gu1.c disp_gu2.c gfx_dcdr.c gfx_disp.c gfx_init.c 
gfx_msr.c gfx_rndr.c gfx_tv.c gfx_vid.c gfx_vip.c 
rndr_gu2.c tv_fs450.c 
  xc/programs/Xserver/hw/xfree86/drivers/geode/panel/:
panel.c platform.c 
  
  Revision  ChangesPath
  1.2   +2 -1  xc/programs/Xserver/hw/xfree86/drivers/geode/panel.c
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/disp_gu1.c
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/disp_gu2.c
  1.2   +53 -53xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_dcdr.c
  1.2   +309 -309  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_disp.c
  1.2   +73 -73xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_init.c
  1.2   +13 -13xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_msr.c
  1.2   +109 -109  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_rndr.c
  1.2   +23 -23xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_tv.c
  1.2   +361 -361  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_vid.c
  1.2   +57 -57xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/gfx_vip.c
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/rndr_gu2.c
  1.2   +11 -11xc/programs/Xserver/hw/xfree86/drivers/geode/gfx/tv_fs450.c
  1.2   +2 -1  xc/programs/Xserver/hw/xfree86/drivers/geode/panel/panel.c
  1.2   +3 -3  
xc/programs/Xserver/hw/xfree86/drivers/geode/panel/platform.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/18 13:11:28

Log message:
  Change 'assembler-with-cpp' to 'assembler' given we already pre-process assembler 
source before giving it to the assembler.

Modified files:
  xc/config/cf/:
linux.cf sun.cf 
  
  Revision  ChangesPath
  3.187 +16 -16xc/config/cf/linux.cf
  3.66  +2 -2  xc/config/cf/sun.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/21 14:43:14

Log message:
  pci.ids resync

Modified files:
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.5   +1185 -117 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-10-11 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/10/11 14:27:27

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  
  Revision  ChangesPath
  3.64  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



Re: CVS Update: xc (branch: trunk)

2002-11-01 Thread Marc Aurele La France
On Wed, 30 Oct 2002, Alan Hourihane wrote:

 CVSROOT:  /home/x-cvs
 Module name:  xc
 Changes by:   [EMAIL PROTECTED]   02/10/30 04:52:44

 Log message:
441. Import Mesa-4.0.4, and resync with the DRI trunk (DRI Project).

This change backed out a lot of my portability fixes.

Please re-instate them.

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-06 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/06 09:19:40

Log message:
  Correct Mesa portability problem I introduced.

Modified files:
  xc/extras/Mesa/src/:
glheader.h 
  xc/lib/GL/mesa/src/drv/r200/:
r200_texmem.c 
  
  Revision  ChangesPath
  1.20  +1 -2  xc/extras/Mesa/src/glheader.h
  1.3   +4 -1  xc/lib/GL/mesa/src/drv/r200/r200_texmem.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/19 07:25:35

Log message:
   487. Change imake so that, when compiled with GCC, it invokes the pre-
processor through the gcc front-end, passing it imake's -v flag
(Marc La France).
  
  + formatting cleanups and re-instate changes that have been backed out

Modified files:
  xc/config/imake/:
imake.c imakemdep.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.62  +117 -114  xc/config/imake/imake.c
  3.62  +5 -1  xc/config/imake/imakemdep.h
  3.2393+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/19 07:35:39

Log message:
  Warning fix

Modified files:
  xc/programs/xedit/lisp/:
read.c 
  
  Revision  ChangesPath
  1.28  +2 -2  xc/programs/xedit/lisp/read.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/20 13:38:21

Log message:
  Solaris build fix

Modified files:
  xc/config/imake/:
imakemdep.h 
  
  Revision  ChangesPath
  3.64  +9 -3  xc/config/imake/imakemdep.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/23 11:27:50

Log message:
  Ident lines

Modified files:
  xc/lib/X11/:
CrCursor.c CrPixmap.c 
  xc/programs/Xserver/hw/xfree86/drivers/vmware/:
svga_reg.h 
  xc/programs/Xserver/hw/xnest/:
Cursor.c Drawable.h XNCursor.h XNPixmap.h 
  xc/programs/Xserver/xkb/:
ddxKillSrv.c ddxVT.c 
  
  Revision  ChangesPath
  1.4   +1 -0  xc/lib/X11/CrCursor.c
  1.4   +1 -0  xc/lib/X11/CrPixmap.c
  1.6   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/vmware/svga_reg.h
  1.3   +2 -0  xc/programs/Xserver/hw/xnest/Cursor.c
  1.3   +1 -0  xc/programs/Xserver/hw/xnest/Drawable.h
  1.2   +1 -0  xc/programs/Xserver/hw/xnest/XNCursor.h
  1.2   +1 -0  xc/programs/Xserver/hw/xnest/XNPixmap.h
  1.3   +1 -0  xc/programs/Xserver/xkb/ddxKillSrv.c
  1.3   +1 -0  xc/programs/Xserver/xkb/ddxVT.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/22 14:56:07

Log message:
  More warning and build fixes.

Modified files:
  xc/config/cf/:
Imake.tmpl X11.tmpl sun.cf sv3Lib.rules sv4Lib.rules 
sv4Lib.tmpl xfree86.cf 
  xc/lib/GL/:
Imakefile 
  xc/lib/GL/glx/:
Imakefile 
  xc/lib/GL/mesa/src/:
Imakefile 
  xc/lib/GL/mesa/src/OSmesa/:
Imakefile 
  xc/lib/GL/mesa/src/SPARC/:
Imakefile 
  xc/lib/GL/mesa/src/X/:
Imakefile 
  xc/lib/GL/mesa/src/array_cache/:
Imakefile 
  xc/lib/GL/mesa/src/math/:
Imakefile 
  xc/lib/GL/mesa/src/swrast/:
Imakefile 
  xc/lib/GL/mesa/src/swrast_setup/:
Imakefile 
  xc/lib/GL/mesa/src/tnl/:
Imakefile 
  xc/lib/X11/xlibi18n/:
Xi18nLib.conf 
  xc/programs/Xserver/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/X/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/array_cache/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/math/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/swrast/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/swrast_setup/:
Imakefile 
  xc/programs/Xserver/GL/mesa/src/tnl/:
Imakefile 
  xc/programs/Xserver/cfb/:
Imakefile.inc 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Events.c 
  xc/programs/Xserver/hw/xfree86/fbdevhw/:
Imakefile 
  xc/programs/glxinfo/:
Imakefile 
  xc/programs/xedit/lisp/:
string.c 
  xc/programs/xkbcomp/:
action.c 
  xc/programs/xrx/:
Imakefile 
  xc/programs/xrx/libxplugin/:
Imakefile 
  xc/programs/xrx/plugin/:
Imakefile 
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.137 +17 -13xc/config/cf/Imake.tmpl
  1.184 +224 -5xc/config/cf/X11.tmpl
  3.67  +5 -2  xc/config/cf/sun.cf
  3.5   +5 -1  xc/config/cf/sv3Lib.rules
  3.9   +7 -1  xc/config/cf/sv4Lib.rules
  3.6   +9 -1  xc/config/cf/sv4Lib.tmpl
  3.422 +6 -13 xc/config/cf/xfree86.cf
  1.41  +8 -5  xc/lib/GL/Imakefile
  1.17  +2 -2  xc/lib/GL/glx/Imakefile
  1.31  +2 -2  xc/lib/GL/mesa/src/Imakefile
  1.15  +2 -2  xc/lib/GL/mesa/src/OSmesa/Imakefile
  1.3   +2 -2  xc/lib/GL/mesa/src/SPARC/Imakefile
  1.13  +3 -3  xc/lib/GL/mesa/src/X/Imakefile
  1.7   +2 -2  xc/lib/GL/mesa/src/array_cache/Imakefile
  1.7   +2 -2  xc/lib/GL/mesa/src/math/Imakefile
  1.7   +2 -2  xc/lib/GL/mesa/src/swrast/Imakefile
  1.7   +2 -2  xc/lib/GL/mesa/src/swrast_setup/Imakefile
  1.7   +2 -2  xc/lib/GL/mesa/src/tnl/Imakefile
  1.7   +2 -2  xc/lib/X11/xlibi18n/Xi18nLib.conf
  3.271 +4 -4  xc/programs/Xserver/Imakefile
  1.23  +3 -3  xc/programs/Xserver/GL/mesa/src/Imakefile
  1.16  +3 -3  xc/programs/Xserver/GL/mesa/src/X/Imakefile
  1.8   +2 -2  xc/programs/Xserver/GL/mesa/src/array_cache/Imakefile
  1.8   +2 -2  xc/programs/Xserver/GL/mesa/src/math/Imakefile
  1.8   +2 -2  xc/programs/Xserver/GL/mesa/src/swrast/Imakefile
  1.8   +2 -2  xc/programs/Xserver/GL/mesa/src/swrast_setup/Imakefile
  1.8   +2 -2  xc/programs/Xserver/GL/mesa/src/tnl/Imakefile
  1.4   +2 -2  xc/programs/Xserver/cfb/Imakefile.inc
  3.137 +5 -1  xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  1.12  +2 -2  xc/programs/Xserver/hw/xfree86/fbdevhw/Imakefile
  1.8   +3 -3  xc/programs/glxinfo/Imakefile
  1.18  +4 -1  xc/programs/xedit/lisp/string.c
  3.11  +3 -1  xc/programs/xkbcomp/action.c
  1.6   +6 -1  xc/programs/xrx/Imakefile
  1.2   +28 -4 xc/programs/xrx/libxplugin/Imakefile
  1.13  +2 -2  xc/programs/xrx/plugin/Imakefile
  3.49  +4 -2  xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/24 14:42:02

Log message:
   515. When compiled with GCC, force imake to generate Makefile's using GCC's
preprocessor rather than a system-provided one (Marc La France).
  
   + imake/makedepend fixups for GCC 3 and/or SPARCs.

Modified files:
  xc/config/imake/:
imakemdep.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.65  +23 -11xc/config/imake/imakemdep.h
  3.2403+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/25 04:42:25

Log message:
  Warning fix

Modified files:
  xc/programs/xedit/lisp/:
lisp.c 
  
  Revision  ChangesPath
  1.78  +5 -3  xc/programs/xedit/lisp/lisp.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/25 04:58:56

Log message:
  s/MesaUseKatmai/MesaUseSSE/g

Modified files:
  xc/config/cf/:
X11.tmpl 
  xc/lib/GL/mesa/src/X86/:
Imakefile Imakefile.inc 
  xc/lib/GL/mesa/src/array_cache/:
Imakefile 
  xc/lib/GL/mesa/src/math/:
Imakefile 
  xc/lib/GL/mesa/src/swrast/:
Imakefile 
  xc/lib/GL/mesa/src/swrast_setup/:
Imakefile 
  xc/lib/GL/mesa/src/tnl/:
Imakefile 
  xc/lib/GL/mesa/src/tnl_dd/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
DRIcomp.sgml 
  
  Revision  ChangesPath
  1.185 +3 -1  xc/config/cf/X11.tmpl
  1.24  +2 -2  xc/lib/GL/mesa/src/X86/Imakefile
  1.6   +2 -2  xc/lib/GL/mesa/src/X86/Imakefile.inc
  1.8   +2 -2  xc/lib/GL/mesa/src/array_cache/Imakefile
  1.8   +2 -2  xc/lib/GL/mesa/src/math/Imakefile
  1.8   +2 -2  xc/lib/GL/mesa/src/swrast/Imakefile
  1.8   +2 -2  xc/lib/GL/mesa/src/swrast_setup/Imakefile
  1.8   +2 -2  xc/lib/GL/mesa/src/tnl/Imakefile
  1.6   +2 -2  xc/lib/GL/mesa/src/tnl_dd/Imakefile
  1.18  +2 -2  xc/programs/Xserver/hw/xfree86/doc/sgml/DRIcomp.sgml

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/25 08:19:10

Log message:
  Minor fixup.

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c 
  
  Revision  ChangesPath
  1.66  +5 -8  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/25 13:00:00

Log message:
  Build fix

Modified files:
  xc/lib/X11/:
omGeneric.c 
  
  Revision  ChangesPath
  3.24  +2 -1  xc/lib/X11/omGeneric.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/27 09:25:40

Log message:
   555. Deal with Creative SBlive devices that mis-identify themselves as
prehistoric VGA's (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
extrapci.ids 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  3.2409+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +4 -2  xc/programs/Xserver/hw/xfree86/etc/extrapci.ids
  1.7   +2 -2  xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/27 10:28:02

Log message:
  libOSmesa build fix for Darwin

Modified files:
  xc/config/cf/:
xfree86.cf 
  xc/lib/GL/mesa/src/OSmesa/:
Imakefile 
  
  Revision  ChangesPath
  3.428 +5 -1  xc/config/cf/xfree86.cf
  1.17  +2 -2  xc/lib/GL/mesa/src/OSmesa/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/27 12:54:54

Log message:
   556. Fix Xmu memory leak (reported by Michael Vogt).

Modified files:
  xc/lib/Xmu/:
ClientWin.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.8   +9 -3  xc/lib/Xmu/ClientWin.c
  3.2410+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/29 18:27:10

Log message:
  Build fix

Modified files:
  xc/lib/Xrandr/:
Xrandr.c 
  
  Revision  ChangesPath
  1.11  +3 -1  xc/lib/Xrandr/Xrandr.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-11-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/11/30 18:36:42

Log message:
  Static server build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/geode/panel/:
platform.c 
  
  Revision  ChangesPath
  1.3   +11 -11
xc/programs/Xserver/hw/xfree86/drivers/geode/panel/platform.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/01 12:08:45

Log message:
   563. #define DEALLOCATE_LOCAL as do {} while(0) instead of nothing to
eliminate GCC warnings caused by code that does not assume
DEALLOCATE_LOCAL can deal with null pointers (suggested by Kevin Martin).

Modified files:
  xc/include/:
Xalloca.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.11  +6 -5  xc/include/Xalloca.h
  3.2416+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/02 12:37:24

Log message:
   565. Fix interaction between backing store and miext/shadow (adapted from
Paulo César Pereira de Andrade).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/miext/shadow/:
shadow.c shadow.h 
  
  Revision  ChangesPath
  3.2418+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.13  +123 -94   xc/programs/Xserver/miext/shadow/shadow.c
  1.7   +10 -7 xc/programs/Xserver/miext/shadow/shadow.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/02 13:23:06

Log message:
  Increase legibility by at least partially restoring original formatting.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/vga/:
generic.c 
  
  Revision  ChangesPath
  1.61  +469 -391  xc/programs/Xserver/hw/xfree86/drivers/vga/generic.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/02 13:50:32

Log message:
   566. Fix SEGV in ICE library (Petter Reinholdtsen).

Modified files:
  xc/lib/ICE/:
connect.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.10  +2 -2  xc/lib/ICE/connect.c
  3.2419+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/02 14:10:28

Log message:
   567. xprop updates (Mihael Hategan).

Modified files:
  xc/programs/xprop/:
xprop.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.12  +77 -30xc/programs/xprop/xprop.c
  3.2420+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-03 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/03 10:17:41

Log message:
  Build fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86DGA.c xf86Events.c xf86Init.c 
  
  Revision  ChangesPath
  1.46  +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86DGA.c
  3.138 +3 -2  xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  3.193 +3 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-04 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/04 08:53:40

Log message:
  libc5 build fix

Modified files:
  xc/programs/xdm/:
daemon.c 
  
  Revision  ChangesPath
  3.20  +17 -12xc/programs/xdm/daemon.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-04 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/04 13:08:03

Log message:
  Build fix

Modified files:
  xc/lib/GL/GL/:
Imakefile 
  
  Revision  ChangesPath
  1.15  +3 -1  xc/lib/GL/GL/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-04 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/04 13:38:35

Log message:
  A better fix for GCC 2.7

Modified files:
  xc/lib/GL/GL/:
Imakefile 
  
  Revision  ChangesPath
  1.16  +3 -1  xc/lib/GL/GL/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-05 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/05 10:29:25

Log message:
   576. Plug SIGIO hole while the server is switching back into its VT
(reported by Michel Lespinasse).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Events.c 
  
  Revision  ChangesPath
  3.2425+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.139 +12 -4 xc/programs/Xserver/hw/xfree86/common/xf86Events.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-05 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/05 16:28:50

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/sun/:
sunFbs.c 
  
  Revision  ChangesPath
  1.7   +2 -2  xc/programs/Xserver/hw/sun/sunFbs.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-05 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/05 18:11:49

Log message:
   578. Fix SEGV that occurs when Xsun* runs into an unrecognized framebuffer
type (Marc La France).

Modified files:
  xc/programs/Xserver/hw/sun/:
sunInit.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.12  +11 -6 xc/programs/Xserver/hw/sun/sunInit.c
  3.2427+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/08 20:10:58

Log message:
  Warnings

Modified files:
  xc/lib/X11/:
PutImage.c 
  xc/programs/Xserver/mfb/:
mfbply1rct.c mfbscrclse.c 
  xc/programs/Xserver/mi/:
midispcur.c misprite.c 
  xc/programs/lbxproxy/di/:
utils.c 
  
  Revision  ChangesPath
  3.11  +2 -1  xc/lib/X11/PutImage.c
  1.8   +3 -1  xc/programs/Xserver/mfb/mfbply1rct.c
  1.3   +2 -0  xc/programs/Xserver/mfb/mfbscrclse.c
  1.9   +2 -1  xc/programs/Xserver/mi/midispcur.c
  3.11  +5 -1  xc/programs/Xserver/mi/misprite.c
  1.15  +2 -2  xc/programs/lbxproxy/di/utils.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/09 09:44:03

Log message:
  Ditch debug messages

Modified files:
  xc/programs/Xserver/xfixes/:
cursor.c select.c 
  
  Revision  ChangesPath
  1.2   +1 -12 xc/programs/Xserver/xfixes/cursor.c
  1.2   +1 -9  xc/programs/Xserver/xfixes/select.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/09 10:06:00

Log message:
  Add a couple more libgcc symbols

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  
  Revision  ChangesPath
  1.221 +7 -1  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/09 18:42:36

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86sbusBus.h 
  
  Revision  ChangesPath
  3.5   +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/10 14:23:52

Log message:
  Build fix

Modified files:
  xc/lib/font/include/:
fntfilst.h 
  
  Revision  ChangesPath
  3.9   +2 -2  xc/lib/font/include/fntfilst.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/10 14:28:08

Log message:
  Warning fix

Modified files:
  xc/programs/twm/:
add_window.c 
  
  Revision  ChangesPath
  1.12  +2 -1  xc/programs/twm/add_window.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/10 14:29:55

Log message:
  Warning fixes

Modified files:
  xc/programs/twm/:
icons.c parse.c 
  
  Revision  ChangesPath
  1.7   +2 -1  xc/programs/twm/icons.c
  1.16  +2 -1  xc/programs/twm/parse.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/10 15:36:43

Log message:
  Warning fix

Modified files:
  xc/programs/xdm/:
access.c 
  
  Revision  ChangesPath
  3.10  +2 -1  xc/programs/xdm/access.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/22 07:07:12

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/render/:
animcur.c 
  
  Revision  ChangesPath
  1.5   +2 -1  xc/programs/Xserver/render/animcur.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/23 07:29:26

Log message:
  Warning fix

Modified files:
  xc/lib/GL/mesa/src/drv/r200/:
r200_swtcl.c 
  
  Revision  ChangesPath
  1.3   +3 -1  xc/lib/GL/mesa/src/drv/r200/r200_swtcl.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/23 07:37:35

Log message:
  Add HP ZX1 and Intel E8870 PCI IDs.
  Warning fixes.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c Pci.h 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.139 +7 -1  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.69  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.36  +3 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.8   +4 -16 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2002-12-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 02/12/24 07:50:43

Log message:
  Add another dummy entry

Modified files:
  xc/programs/Xserver/hw/xfree86/dummylib/:
xf86addrestolist.c 
  
  Revision  ChangesPath
  1.3   +7 -1  xc/programs/Xserver/hw/xfree86/dummylib/xf86addrestolist.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/08 07:06:41

Log message:
  Message cleanup.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  
  Revision  ChangesPath
  1.229 +3 -3  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/08 09:45:03

Log message:
  Warning fixes

Modified files:
  xc/lib/X11/:
imThaiFlt.c 
  
  Revision  ChangesPath
  3.17  +4 -4  xc/lib/X11/imThaiFlt.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/08 11:21:07

Log message:
  Another HP PCI ID.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  
  Revision  ChangesPath
  1.140 +4 -3  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/10 09:43:40

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiregs.h 
  
  Revision  ChangesPath
  1.23  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiregs.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/10 12:57:58

Log message:
   708. Fix for when firmware/BIOS initialisation does not enable the extra
command FIFO entries available on second-generation integrated Mach64
variants (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atilock.c atistruct.h ativersion.h 
  
  Revision  ChangesPath
  3.2470+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.18  +31 -11xc/programs/Xserver/hw/xfree86/drivers/ati/atilock.c
  1.37  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.58  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/10 14:05:45

Log message:
   709. Fix for recognition of non-existent PCI devices (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
460gxPCI.c Pci.c ix86Pci.c 
  
  Revision  ChangesPath
  3.2471+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.2   +7 -11 xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c
  1.70  +2 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.15  +2 -5  xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/13 12:50:46

Log message:
  Make this driver at least compile on non-x86 architectures, even if it's just
  for build testing...

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/nsc/:
Imakefile durango.c 
  
  Revision  ChangesPath
  1.4   +12 -11xc/programs/Xserver/hw/xfree86/drivers/nsc/Imakefile
  1.3   +7 -1  xc/programs/Xserver/hw/xfree86/drivers/nsc/durango.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/16 09:38:13

Log message:
  Undo previous change and fix the typo that was causing the problem.

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Imakefile 
  
  Revision  ChangesPath
  1.29  +4 -4  xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-17 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/17 09:09:54

Log message:
   739. Change makedepend to warn about any whitespace it finds in front of
pre-processor directives (Marc La France).
  
+ other cosmetic changes to makedepend

Modified files:
  xc/config/makedepend/:
def.h main.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.14  +2 -1  xc/config/makedepend/def.h
  3.31  +33 -21xc/config/makedepend/main.c
  3.2478+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/20 13:58:55

Log message:
   768. Correction to 'is' keymap (reported by Richard Allen).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xkbcomp/symbols/:
is 
  
  Revision  ChangesPath
  3.2488+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.8   +2 -2  xc/programs/xkbcomp/symbols/is

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/24 09:16:52

Log message:
  s/i386/__i386__/

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/nsc/:
durango.c 
  
  Revision  ChangesPath
  1.5   +4 -4  xc/programs/Xserver/hw/xfree86/drivers/nsc/durango.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/26 16:01:44

Log message:
   789. Fix bug in recognition of certain ix86 Host-to-PCI bridges
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
ix86Pci.c 
  
  Revision  ChangesPath
  3.2498+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.18  +9 -6  xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/29 07:17:34

Log message:
   796. Work-around for Radeon int10 problems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c 
  
  Revision  ChangesPath
  3.2504+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.82  +16 -16xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/29 07:23:20

Log message:
   797. Fix for memory fences on PowerPC (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
compiler.h 
  
  Revision  ChangesPath
  3.2505+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.99  +3 -3  xc/programs/Xserver/hw/xfree86/common/compiler.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-01-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/01/30 13:46:30

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/fb/:
fb.h 
  
  Revision  ChangesPath
  1.35  +2 -2  xc/programs/Xserver/fb/fb.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/08 14:57:28

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
300vtbl.h 
  
  Revision  ChangesPath
  1.5   +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/300vtbl.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/08 15:14:29

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/nsc/:
nsc.h 
  
  Revision  ChangesPath
  1.4   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/08 15:24:28

Log message:
  Fix formatting breakage

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atichip.c 
  
  Revision  ChangesPath
  1.32  +18 -12xc/programs/Xserver/hw/xfree86/drivers/ati/atichip.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/08 15:27:37

Log message:
  Warning fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_dri.c 
  
  Revision  ChangesPath
  1.30  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 11:10:14

Log message:
  Resync with recent PCI id additions

Modified files:
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  1.9   +49 -1 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 16:57:26

Log message:
  Minor Imakefile fixups

Modified files:
  xc/programs/xcursorgen/handhelds/:
Imakefile 
  xc/programs/xcursorgen/whiteglass/:
Imakefile 
  
  Revision  ChangesPath
  1.4   +2 -0  xc/programs/xcursorgen/handhelds/Imakefile
  1.3   +2 -0  xc/programs/xcursorgen/whiteglass/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/09 17:14:18

Log message:
  Ident lines

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
300vtbl.h 310vtbl.h init.h oem300.h oem310.h osdef.h 
vgatypes.h vstruct.h 
  
  Revision  ChangesPath
  1.6   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/300vtbl.h
  1.5   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/310vtbl.h
  1.5   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/init.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/oem300.h
  1.4   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/oem310.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/osdef.h
  1.3   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/vgatypes.h
  1.3   +2 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/vstruct.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/12 07:55:32

Log message:
   873. Fix scanpci's printing of routing information for PCI-to-PCI bridges
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
scanpci.c 
  
  Revision  ChangesPath
  3.2545+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.91  +42 -11xc/programs/Xserver/hw/xfree86/etc/scanpci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/12 13:46:43

Log message:
  Waring fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_rush.c 
  xc/programs/Xserver/hw/xfree86/drivers/i740/:
i740_dga.c 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_accel.c 
  xc/programs/Xserver/hw/xfree86/input/keyboard/:
kbd.c 
  
  Revision  ChangesPath
  1.12  +5 -1  xc/programs/Xserver/hw/xfree86/drivers/apm/apm_rush.c
  1.2   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/i740/i740_dga.c
  1.26  +3 -1  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_accel.c
  1.5   +3 -1  xc/programs/Xserver/hw/xfree86/input/keyboard/kbd.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/13 04:17:15

Log message:
  warning fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
scanpci.c 
  
  Revision  ChangesPath
  3.92  +3 -3  xc/programs/Xserver/hw/xfree86/etc/scanpci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-14 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/14 19:14:47

Log message:
  Move declarations of internal functions to the private header

Modified files:
  xc/programs/Xserver/hw/xfree86/ramdac/:
xf86Cursor.h xf86CursorPriv.h 
  
  Revision  ChangesPath
  1.11  +2 -16 xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h
  1.5   +9 -1  xc/programs/Xserver/hw/xfree86/ramdac/xf86CursorPriv.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/18 08:51:46

Log message:
  Clean up

Modified files:
  xc/config/cf/:
Imake.cf 
  
  Revision  ChangesPath
  3.81  +3 -3  xc/config/cf/Imake.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/18 13:30:03

Log message:
   916. Miscellaneous 64-bit and warning fixes to mfb, xf1bpp and xf4bpp
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/xf4bpp/:
mfbfillarc.c mfbimggblt.c mfbzerarc.c ppcArea.c 
ppcFillRct.c ppcGC.c ppcGCstr.h ppcImg.c vgaGC.c xf4bpp.h 
  xc/programs/Xserver/mfb/:
maskbits.h mfb.h mfbcmap.c mfbfillrct.c mfbgc.c 
mfbgetsp.c mfbimggblt.c mfbpushpxl.c mfbscrclse.c 
mfbscrinit.c mfbsetsp.c mfbtile.c 
  
  Revision  ChangesPath
  3.2565+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +7 -7  xc/programs/Xserver/hw/xfree86/xf4bpp/mfbfillarc.c
  1.7   +35 -49xc/programs/Xserver/hw/xfree86/xf4bpp/mfbimggblt.c
  1.5   +7 -7  xc/programs/Xserver/hw/xfree86/xf4bpp/mfbzerarc.c
  1.4   +9 -10 xc/programs/Xserver/hw/xfree86/xf4bpp/ppcArea.c
  1.5   +5 -4  xc/programs/Xserver/hw/xfree86/xf4bpp/ppcFillRct.c
  1.8   +5 -4  xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGC.c
  1.3   +3 -2  xc/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h
  1.5   +3 -25 xc/programs/Xserver/hw/xfree86/xf4bpp/ppcImg.c
  1.4   +1 -3  xc/programs/Xserver/hw/xfree86/xf4bpp/vgaGC.c
  1.8   +3 -3  xc/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h
  3.9   +2 -2  xc/programs/Xserver/mfb/maskbits.h
  1.19  +11 -10xc/programs/Xserver/mfb/mfb.h
  1.8   +2 -1  xc/programs/Xserver/mfb/mfbcmap.c
  1.6   +2 -3  xc/programs/Xserver/mfb/mfbfillrct.c
  1.8   +5 -5  xc/programs/Xserver/mfb/mfbgc.c
  1.4   +2 -2  xc/programs/Xserver/mfb/mfbgetsp.c
  3.5   +8 -10 xc/programs/Xserver/mfb/mfbimggblt.c
  1.7   +2 -2  xc/programs/Xserver/mfb/mfbpushpxl.c
  1.4   +2 -1  xc/programs/Xserver/mfb/mfbscrclse.c
  3.9   +2 -2  xc/programs/Xserver/mfb/mfbscrinit.c
  1.7   +2 -2  xc/programs/Xserver/mfb/mfbsetsp.c
  1.3   +2 -1  xc/programs/Xserver/mfb/mfbtile.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



CVS Update: xc (branch: trunk)

2003-02-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED] 03/02/19 07:28:46

Log message:
  Build vgahw on UltraSPARCs

Modified files:
  xc/config/cf/:
xfree86.cf 
  
  Revision  ChangesPath
  3.437 +5 -1  xc/config/cf/xfree86.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit



<    1   2   3   4   5   6   7   8   9   10   >