Commit Graph

14862 Commits

Author SHA1 Message Date
Eric Anholt
2e330e980f Move fourcc.h to a generic location in src/. 2004-05-13 21:41:48 +00:00
Keith Packard
f52a4d472d Follow GLX in setting ARGB visual nplanes to 24.
Retry current mouse protocol when sync is lost
2004-05-13 21:25:51 +00:00
Eric Anholt
aa5a878472 There's no need to explicitly set softCursor -- kdrive handles this if the
cursor hooks aren't set.
2004-05-13 21:15:06 +00:00
Eric Anholt
4078457919 Fix problems in render fb implementation found by rendercheck:
- fbCombineSaturate was pointed at fbCombineDisjointOver, instead of
    fbCombineDisjointOverReverse as it should. Instead, point
    fbCombineDisjointOverReverse at fbCombineSaturate (which is likely to
    be faster).
- fix previously-unused fbCombineSaturate implementation.
- fbCombineMaskAlphaC was just a copy of fbCombineMaskValueC. Make it do
    what it's supposed to (return a cs.alpha).
- fbCombineAtopC didn't invert the source alpha value.
- fix copy'n'paste errors in fbCombine(Dis/Con)jointGeneralC, also source
    alpha wasn't treated in a component fashion.
- fbCompositeSrc_8888* didn't handle when the source lacks an alpha
    channel. Rather than adding that and possilby slowing down the (normal)
    alpha case, don't let x8r8g8b8/x8b8g8r8 Pictures be used in
    fbCompositeSrc_8888* because Over with one of these is just Src.
2004-05-12 01:49:46 +00:00
Alexander Gottwald
a43d5412b4 file ChangeLog was initially added on branch CYGWIN. 2004-05-09 16:20:13 +00:00
Roland Mainz
0498d818fe Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=608
("Can not print on Debian/CUPS due to error |Xprt_64:lpr: unable to
    print file: server-error-not-accepting-jobs|"): Xprt did not setup the
    list of supplementary group ids, causing print failure when the the
    calling user must be a member in a specific group to be allowed to
    print.
2004-05-08 02:06:46 +00:00
Egbert Eich
75d96afcc4 BugZilla #601: Fixing makedepend choking on floating point exception
because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
    intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
    due to the inclusion of the kernel header asm/page.h. Kernel headers
    however don't work with
-ansi. The inclusion of asm/page.h can however savely be removed as it
    there are plenty of other ways to determine the page size.
2004-05-06 17:31:17 +00:00
Keith Packard
7124cfaa00 Use current resolution by default, change rate to 75 to match
fbdevModeSupported cut-off (?). Glenn McGrath <glennm@hydrix.com>
2004-05-06 16:19:32 +00:00
Roland Mainz
e4ac2411ed Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=551 -
PS DDX will not build on platforms with BuildFreeType NO. Patch by Alan
    Coopersmith <alan.coopersmith@sun.com>.
2004-05-06 01:53:52 +00:00
Roland Mainz
b1c65e1ca6 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=536 -
RFE: PS output should contain the FreeType2 version being used.
2004-05-06 00:24:32 +00:00
Eamon Walsh
8d4f21ab53 Add XACE and XSELINUX extensions to the build system 2004-05-05 20:15:41 +00:00
Eamon Walsh
0106715000 Modify XC-SECURITY and XC-APPGROUP extensions to work with XACE 2004-05-05 20:07:37 +00:00
Eamon Walsh
8526cd6395 Replace XC-SECURITY code with XACE security hooks 2004-05-05 20:04:52 +00:00
Eamon Walsh
6d066cb109 Merge the new release from HEAD 2004-05-04 19:44:02 +00:00
Keith Packard
b5f200ce9d Attached is a patch to fix a build error whe ncompiling with tslib support,
a variable wasnt set, i just changed it to be like the other
    MAkefile.ams :) -- Glenn McGrath <glennm@hydrix.com>
2004-05-04 03:28:06 +00:00
Alexander Gottwald
5ca651e66f file winmessages.h was initially added on branch CYGWIN. 2004-04-30 12:48:56 +00:00
Roland Mainz
2c2c1704b5 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=567 -
Xorg Xprt starts to consume 100% CPU when being idle for some time
    (internal screensaver goes mad after 10mins)
2004-04-29 23:59:15 +00:00
Keith Packard
a8429d7610 Add completely fake X server -- draws to allocated buffer, has no keyboard
or mouse.
2004-04-28 07:26:46 +00:00
Roland Mainz
85e4e54452 Work-in-progress for
http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=542 - GLX
    support for PS DDX / part #1: Fix visual setup (attachment #243)
2004-04-26 11:07:03 +00:00
Alan Coopersmith
46472cbee6 xc/config/cf/sun.cf
xc/config/cf/sv4Lib.rules
xc/programs/Xserver/Imakefile
xc/programs/Xserver/hw/xfree86/os-support/sunos/find_deps.pl Make Solaris
    builds work when using MakeDllModules (it's not the default yet, but at
    least it works now if you turn it on) Also improve default compiler,
    optimizer, & linker flags for Solaris builds using either Sun cc or gcc
xc/programs/Xserver/cfb/Imakefile.inc
xc/programs/Xserver/cfb/stipsparc.s
xc/programs/Xserver/cfb/stipsprc32.s Remove text relocation error when
    building shared versions
2004-04-26 02:39:58 +00:00
Roland Mainz
36e3e5430e Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=541 -
Xorg Xprt may crash with "Freeing resource id=40200000 which isnt
    there"
2004-04-25 22:42:09 +00:00
Egbert Eich
2fb5886200 Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
Egbert Eich
0664db19bf Merging XORG-CURRENT into trunk 2004-04-23 18:54:16 +00:00
Roland Mainz
68fd529608 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=535 -
Xprt should not annouce extensions which are not supported
2004-04-21 23:24:20 +00:00
Roland Mainz
1af13123fa Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 -
Land XPRINT branch on XORG-CURRENT
2004-04-21 10:03:41 +00:00
Alan Coopersmith
449e83a947 xc/lib/GL/glx/Imakefile
xc/lib/GL/mesa/src/Imakefile LargePICTable required for Solaris SPARC
    builds
xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c
xc/programs/Xserver/hw/xfree86/common/xf86Events.c Add != NULL to if
    statements to get past syntax error reported by Sun Forte 6.1 cc.
xc/config/imake/imake.c
xc/config/cf/sun.cf
xc/config/cf/sunLib.tmpl Allow compiling with Sun compilers installed
    somewhere other than /opt/SUNWspro
xc/programs/Xserver/hw/xfree86/common/compiler.h
xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h Check for
    defined(sparc) as well as defined(__sparc__) since Sun compilers don't
    define __sparc__
2004-04-18 03:00:43 +00:00
Alan Coopersmith
425251a752 Bugzilla #495: LocalClientCred should use getpeerucred on Solaris 10 2004-04-17 18:47:05 +00:00
Alan Coopersmith
7215fb186f xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_mouse.c Solaris mouse
enhancements, including autoprobe support, VUID wheel mouse events, and
    streams module pushing. Bugzilla #434. (Russ Blaine & Alan Coopersmith,
    Sun Microsystems)
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c Xorg doesn't
    reset console to text mode on Solaris x86 8 and later Bugzilla #469.
2004-04-16 00:21:24 +00:00
Egbert Eich
c6c6d0de23 Merged changes from RELEASE-1 branch 2004-04-15 10:17:35 +00:00
Harold L Hunt II
9d24a5fa91 file XWinrc.man was initially added on branch CYGWIN. 2004-04-14 00:01:22 +00:00
Roland Mainz
01bb5eb503 file psout_ftpstype3.c was initially added on branch XPRINT. 2004-04-13 03:16:46 +00:00
Roland Mainz
cb3f3d8f22 file psout_ft.c was initially added on branch XPRINT. 2004-04-13 03:16:46 +00:00
Roland Mainz
7cfb4c2b33 file psout_ftpstype1.c was initially added on branch XPRINT. 2004-04-13 03:16:46 +00:00
Roland Mainz
4ae42e79d4 file PsFTFonts.c was initially added on branch XPRINT. 2004-04-13 03:16:46 +00:00
Roland Mainz
b5fb71922b file xprint.sh was initially added on branch XPRINT. 2004-04-13 03:16:45 +00:00
Roland Mainz
ca9a9a58be file xprint.csh was initially added on branch XPRINT. 2004-04-13 03:16:45 +00:00
Roland Mainz
7c1f840108 file cde_xsessiond_xprint.sh was initially added on branch XPRINT. 2004-04-13 03:16:45 +00:00
Roland Mainz
579221198a file spooler.c was initially added on branch XPRINT. 2004-04-13 03:16:44 +00:00
Roland Mainz
7677b4992f file spooler.h was initially added on branch XPRINT. 2004-04-13 03:16:44 +00:00
Roland Mainz
d3907ca519 file document was initially added on branch XPRINT. 2004-04-13 03:16:44 +00:00
Roland Mainz
3646bb9c89 file spooltodir.sh was initially added on branch XPRINT. 2004-04-13 03:16:39 +00:00
Roland Mainz
8c006df3c6 file model-config was initially added on branch XPRINT. 2004-04-13 03:16:39 +00:00
Roland Mainz
95a84bc0cb file ZapfDingbats.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
5527b39e66 file Times-Roman.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
69c405ac66 file Times-Italic.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
b6b75f6772 file Times-BoldItalic.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
6605566bcf file Souvenir-LightItalic.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
38ad2972bf file Souvenir-Light.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
10d8eace17 file Souvenir-DemiItalic.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00
Roland Mainz
fb5ac8e2bd file NewCenturySchlbk-Roman.pmf was initially added on branch XPRINT. 2004-04-13 03:16:38 +00:00