CVS Update: xc (branch: trunk)

2003-02-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 08:35:52

Log message:
  Another fix for the XFree86 version printing (Alan Hourihane).

Modified files:
  ./:
Makefile 
  
  Revision  ChangesPath
  3.26  +5 -1  xc/Makefile

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



CVS Update: xc (branch: trunk)

2003-02-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 13:27:01

Log message:
   861. Resync with DRI mesa-4-0-4 branch:
 - Correct RADEON_MAX_TCL_VERTSIZE and set MaxArrayLockSize
   (Keith Whitwell).
 - Fix EAGAIN handling in radeon_cp_dispatch_texture(), which fixes
   corruption of large textures (Michel Dänzer).
 - Fix bufferSize and alphaMask for DRI in several drivers (Brian Paul,
   Leif Delgass).
 - Avoid a loop on validating destroyed drawable (Keith Whitwell).
 - Reorder DestroyContext, GarbageCollectDrawables to avoid error
   (Egbert Eich).
 - Remove untested BSD DRM vlank signal code (Eric Anholt).
 - Update Radeon PCI IDs for BSD drm driver (Eric Anholt).
 - Uninitialize mutexes on cleanup in the BSD drm driver, which
   fixes panics with FreeBSD-5.0 with WITNESS (Eric Anholt).
 - Remove the untested/unused gamma DRM driver for BSD (Eric Anholt).

Modified files:
  xc/lib/GL/dri/:
dri_util.c 
  xc/lib/GL/mesa/src/drv/radeon/:
radeon_context.c radeon_tcl.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Version.h 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_dri.c 
  xc/programs/Xserver/hw/xfree86/drivers/glint/:
glint_dri.c 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830_dri.c 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_dri.c 
  xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_dri.c 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/:
Makefile.bsd drmP.h drm_auth.h drm_dma.h drm_drv.h 
drm_lists.h drm_memory.h drm_os_freebsd.h drm_os_netbsd.h 
radeon_drv.c 
  xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/:
radeon_state.c 
Removed files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/gamma/:
Makefile 
  
  Revision  ChangesPath
  1.4   +8 -4  xc/lib/GL/dri/dri_util.c
  1.7   +4 -4  xc/lib/GL/mesa/src/drv/radeon/radeon_context.c
  1.2   +2 -2  xc/lib/GL/mesa/src/drv/radeon/radeon_tcl.h
  3.2537+16 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.530 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h
  1.29  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
  1.31  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/glint/glint_dri.c
  1.12  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c
  1.28  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c
  1.25  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dri.c
  1.8   +1 -1  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/Makefile.bsd
  1.7   +1 -0  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drmP.h
  1.3   +6 -11 
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_auth.h
  1.5   +14 -53
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_dma.h
  1.3   +2 -0  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_drv.h
  1.3   +4 -1  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_lists.h
  1.3   +5 -0  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_memory.h
  1.4   +2 -0  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_os_freebsd.h
  1.2   +4 -3  
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/drm_os_netbsd.h
  1.2   +26 -8 
xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/radeon_drv.c
  1.4   +7 -9  
xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_state.c

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



CVS Update: xc (branch: trunk)

2003-02-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 13:49:33

Log message:
  removed files

Removed files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel/:
gamma.h gamma_dma.c gamma_drm.h gamma_drv.c gamma_drv.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 David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 15:11:49

Log message:
  'make install' sets file permissions but not directory permissions.  Make
  sure that they're correct for the bindist tarballs.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/:
build-bindist 
  
  Revision  ChangesPath
  1.6   +4 -1  xc/programs/Xserver/hw/xfree86/etc/bindist/build-bindist

___
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-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 16:18:18

Log message:
   862. Add a ServerFlags/ServerLayout option for disabling the RandR extension
(David Dawes).
  + a function xf86DisableRandR() that drivers can call to do the same

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86.h xf86Config.c xf86Globals.c xf86Helper.c xf86Init.c 
xf86Privstr.h 
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  
  Revision  ChangesPath
  3.2538+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.168 +2 -1  xc/programs/Xserver/hw/xfree86/common/xf86.h
  3.267 +15 -4 xc/programs/Xserver/hw/xfree86/common/xf86Config.c
  1.39  +4 -2  xc/programs/Xserver/hw/xfree86/common/xf86Globals.c
  1.127 +8 -1  xc/programs/Xserver/hw/xfree86/common/xf86Helper.c
  3.197 +5 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.36  +3 -1  xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h
  1.224 +2 -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)

2003-02-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 18:28:07

Log message:
   863. Fix segfault in XkbInitKeyboardDeviceStruct() (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/xkb/:
xkbInit.c 
  
  Revision  ChangesPath
  3.2539+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.25  +13 -7 xc/programs/Xserver/xkb/xkbInit.c

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



CVS Update: xc (branch: trunk)

2003-02-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 18:44:45

Log message:
   864. Fix an X server crash with the freetype module when displaying
kochi-mincho.ttf at a size of 18 pixels or higher (Chisato Yamauchi).

Modified files:
  xc/lib/font/FreeType/:
ftfuncs.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.26  +3 -3  xc/lib/font/FreeType/ftfuncs.c
  3.2540+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-02-08 Thread Paulo Cesar Pereira de Andrade
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/08 22:29:22

Log message:
   Fix problem in XkbInitKeyboardDeviceStruct(). Thanks to David Dawes for
  telling about the problem, caused by a previous patch by me. I also added
  a comment in the code explaining the reason the strings need to be
  duplicated. The problem is that XkbInitKeyboardDeviceStruct() is an
  entry point for xkb, and the function arguments are not guaranteed to
  be allocated, they may point to static strings, command line parameters,
  etc. In the worst case, there will be a pseudo leak of six strings that
  are used only when the server is initialized; the strings are reachable
  from xf86Info.xkbxxx, or equivalent data structure for xwin, xnest, etc.

Modified files:
  xc/programs/Xserver/xkb/:
xkbInit.c 
  
  Revision  ChangesPath
  3.26  +20 -13xc/programs/Xserver/xkb/xkbInit.c

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