Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-17 | Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideo | Eric Anholt | 2 | -1/+4 | |
support to ensure that the destination is in framebuffer. | |||||
2004-05-17 | Add new CheckComposite hook. This allows a driver to avoid the migration of | Eric Anholt | 2 | -0/+9 | |
pixmaps for a Composite operation if the operation can't be supported. This hook is optional. | |||||
2004-05-16 | xc/programs/Xserver/fb/fb.h | Alan Coopersmith | 3 | -6/+11 | |
xc/programs/Xserver/fb/fboverlay.c xc/programs/Xserver/fb/fbscreen.c - Change #ifdef for checking for old format miScreenInit to FB_OLD_MISCREENINIT for easier portability to xservers with updated screen structs but old function prototypes. Make it automatically defined if FB_OLD_SCREEN is defined. - Add _LP64 to list of #ifdefs for 64-bit platforms to support 64-bit Solaris. | |||||
2004-05-16 | xc/programs/Xserver/hw/xfree86/xf86config/Imakefile | Alan Coopersmith | 1 | -21/+61 | |
xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c - Clean up server name changes from TM branch - Set default XKB rules file name correctly - Use default font path from Imake configuration for the default font path in generated xorg.conf files. - Use path variables from Imake configuration for paths to files, in case vendor has configured them to install somewhere other than the defaults. | |||||
2004-05-15 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=622 - | Roland Mainz | 1 | -0/+16 | |
RFE: Xprt default BIGREQUESTS extension buffer size should be 8MB (to make |XpPutDocumentData()| happy and to improve performance). | |||||
2004-05-14 | Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmap | Eric Anholt | 3 | -3/+20 | |
pitches to a power-of-two number of bytes. Useful for Render acceleration on older cards. | |||||
2004-05-14 | Don't let the visible screen get "migrated" offscreen, which manifests | Eric Anholt | 1 | -1/+1 | |
itself as a hang. Reported by: Ginokas <ginokas@free.fr> | |||||
2004-05-13 | Add generic functions for copying packed/planar XV data, copied from | Eric Anholt | 2 | -1/+153 | |
mach64. | |||||
2004-05-13 | Move fourcc.h to a generic location in src/. | Eric Anholt | 5 | -137/+2 | |
2004-05-13 | Follow GLX in setting ARGB visual nplanes to 24. | Keith Packard | 1 | -0/+2 | |
Retry current mouse protocol when sync is lost | |||||
2004-05-13 | There's no need to explicitly set softCursor -- kdrive handles this if the | Eric Anholt | 1 | -2/+0 | |
cursor hooks aren't set. | |||||
2004-05-12 | Fix problems in render fb implementation found by rendercheck: | Eric Anholt | 3 | -84/+65 | |
- 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-09 | file ChangeLog was initially added on branch CYGWIN. | Alexander Gottwald | 0 | -0/+0 | |
2004-05-08 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=608 | Roland Mainz | 1 | -1/+8 | |
("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-06 | BugZilla #601: Fixing makedepend choking on floating point exception | Egbert Eich | 1 | -1/+8 | |
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 | Use current resolution by default, change rate to 75 to match | Keith Packard | 1 | -3/+10 | |
fbdevModeSupported cut-off (?). Glenn McGrath <glennm@hydrix.com> | |||||
2004-05-06 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=551 - | Roland Mainz | 1 | -0/+2 | |
PS DDX will not build on platforms with BuildFreeType NO. Patch by Alan Coopersmith <alan.coopersmith@sun.com>. | |||||
2004-05-06 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=536 - | Roland Mainz | 1 | -0/+20 | |
RFE: PS output should contain the FreeType2 version being used. | |||||
2004-05-04 | Attached is a patch to fix a build error whe ncompiling with tslib support, | Keith Packard | 1 | -0/+4 | |
a variable wasnt set, i just changed it to be like the other MAkefile.ams :) -- Glenn McGrath <glennm@hydrix.com> | |||||
2004-04-30 | file winmessages.h was initially added on branch CYGWIN. | Alexander Gottwald | 0 | -0/+0 | |
2004-04-29 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=567 -XACE-SELINUX-MERGE | Roland Mainz | 1 | -0/+16 | |
Xorg Xprt starts to consume 100% CPU when being idle for some time (internal screensaver goes mad after 10mins) | |||||
2004-04-28 | Add completely fake X server -- draws to allocated buffer, has no keyboard | Keith Packard | 8 | -1/+1072 | |
or mouse. | |||||
2004-04-26 | Work-in-progress for | Roland Mainz | 2 | -21/+31 | |
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 | xc/config/cf/sun.cf | Alan Coopersmith | 2 | -2/+20 | |
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-25 | Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=541 - | Roland Mainz | 1 | -2/+2 | |
Xorg Xprt may crash with "Freeing resource id=40200000 which isnt there" | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1188 | -3558/+20614 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 265 | -313/+1251 | |
2004-04-14 | file XWinrc.man was initially added on branch CYGWIN. | Harold L Hunt II | 0 | -0/+0 | |
2004-04-13 | file psout_ftpstype3.c was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file psout_ft.c was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file psout_ftpstype1.c was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file PsFTFonts.c was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file xprint.sh was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file xprint.csh was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file cde_xsessiond_xprint.sh was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file spooler.c was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file spooler.h was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file document was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file spooltodir.sh was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file model-config was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file ZapfDingbats.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Times-Roman.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Times-Italic.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Times-BoldItalic.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Souvenir-LightItalic.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Souvenir-Light.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Souvenir-DemiItalic.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file NewCenturySchlbk-Roman.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file NewCenturySchlbk-Italic.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |
2004-04-13 | file Symbol.pmf was initially added on branch XPRINT. | Roland Mainz | 0 | -0/+0 | |