Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-13 | Death to mfb. | Adam Jackson | 46 | -11752/+0 | |
Anyone still interested in 1 or 4 bpp framebuffers, talk to fb. | |||||
2008-03-14 | Fix a stray use of ALLOCATE_LOCAL. | Adam Jackson | 1 | -3/+3 | |
2007-11-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -0/+1 | |
Conflicts: hw/xnest/Pixmap.c include/dix.h | |||||
2007-11-15 | Save pixmap allocation hints into the PixmapRec. | Aaron Plattner | 1 | -0/+1 | |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 10 | -51/+54 | |
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c | |||||
2007-11-05 | XFree86: Remove usage of alloca | Daniel Stone | 7 | -46/+46 | |
Replace with heap allocations. | |||||
2007-11-04 | Add CreatePixmap allocation hints. | Aaron Plattner | 4 | -5/+8 | |
These hints allow an acceleration architecture to optimize allocation of certain types of pixmaps, such as pixmaps that will serve as backing pixmaps for redirected windows. | |||||
2007-10-17 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -3/+3 | |
Conflicts: os/access.c | |||||
2007-10-14 | mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI | Ben Byer | 1 | -3/+3 | |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 6 | -243/+2 | |
Conflicts: afb/afbpntwin.c afb/afbscrinit.c afb/afbwindow.c cfb/cfb.h cfb/cfballpriv.c cfb/cfbscrinit.c cfb/cfbwindow.c configure.ac fb/wfbrename.h hw/xfree86/xf4bpp/ppcIO.c hw/xfree86/xf4bpp/ppcPntWin.c hw/xfree86/xf4bpp/ppcWindow.c hw/xfree86/xf8_32bpp/cfbscrinit.c mfb/mfb.h mfb/mfbpntwin.c mfb/mfbscrinit.c mfb/mfbwindow.c mi/miexpose.c Note: conflicts caused by devPrivates rework vs. paintwindow changes. | |||||
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 6 | -243/+2 | |
This was an attempt to avoid scratch gc creation and validation for paintwin because that was expensive. This is not the case in current servers, and the danger of failure to implement it correctly (as seen in all previous implementations) is high enough to justify removing it. No performance difference detected with x11perf -create -move -resize -circulate on Xvfb. Leave the screen hooks for PaintWindow* in for now to avoid ABI change. | |||||
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 13 | -38/+42 | |
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates. | |||||
2007-08-25 | Implement core protocol backing store exclusively in terms of Composite. | Adam Jackson | 4 | -187/+0 | |
Composite's automatic redirection is a more general mechanism than the ad-hoc BS machinery, so it's much prettier to implement the one in terms of the other. Composite now wraps ChangeWindowAttributes and activates automatic redirection for windows with backing store requested. The old backing store infrastructure is completely gutted: ABI-visible structures retain the function pointers, but they never get called, and all the open-coded conditionals throughout the DIX layer to implement BS are gone. Note that this is still not a strictly complete implementation of backing store, since Composite will throw the bits away on unmap and therefore WhenMapped and Always hints are equivalent. | |||||
2007-08-01 | Remove duplicated licenses | Daniel Drake | 1 | -22/+0 | |
Some files had two copies of the same license. | |||||
2007-06-29 | Death to RCS tags. | Adam Jackson | 44 | -81/+0 | |
2007-03-25 | Delete a dead file. | Adam Jackson | 1 | -130/+0 | |
2007-03-25 | Static cleanups, dead code deletion. | Adam Jackson | 4 | -33/+4 | |
2007-03-06 | remove PIXPRIV checks as this flag is always set. | Eamon Walsh | 1 | -4/+0 | |
2007-02-12 | Remove spurious LIBADD from xf4bpp | Adam Jackson | 1 | -2/+0 | |
2006-09-18 | Remove smashing of CFLAGS from server build. | Keith Packard | 1 | -1/+1 | |
CFLAGS is a user variable, extracted from the environment at configure time and settable by the user at build time. We must not override this variable. | |||||
2006-07-21 | Detach xf4bpp from cfb. | Adam Jackson | 2 | -5/+4 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 46 | -46/+0 | |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 | |
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone. | |||||
2006-06-19 | fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c | Greg Kroah-Hartman | 1 | -2/+2 | |
2006-06-05 | Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing | Adam Jackson | 1 | -5/+1 | |
XFree86LOADER ifdefs, non-loadable hasn't been supported for a while now. Remove completely gratuitious REMOVE_LOADER_CHECK_MODULE_INFO ifdefs surrounding a call to a function added in XFree86 4.1 (!). Miscellaneous static markings. | |||||
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 2 | -11/+0 | |
2006-03-29 | More warning cleanup. | Adam Jackson | 1 | -0/+1 | |
2006-03-15 | Coverity #1042, 1043: Nuke some dead variables. | Adam Jackson | 1 | -4/+2 | |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 10 | -1/+18 | |
of (marginal) use in the drivers, and that usage remains. | |||||
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 | |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 | |
module builds to reflect this change. | |||||
2005-10-13 | Dist NOTES. | Kristian Høgsberg | 1 | -1/+1 | |
Dist helper shell scripts. Dist XAA.HOWTO and a few more unused C files. Dist xorgconf.cpp. Fix DIST_EXTRA typo. Clean yacc and lex generated files only during make maintainer-clean as we don't expect users to have those tools installed. | |||||
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone | 1 | -1/+5 | |
creation, where we could create a far smaller pixmap than we thought, allowing changes to arbitrary chunks of memory. (Søren Sandmann Pedersen) | |||||
2005-08-24 | Remove use of dix-config and xorg-config.h from public headers. | Daniel Stone | 1 | -5/+0 | |
2005-07-15 | Move drm up to os-support since the files are shared by multiple platforms. | Kevin E Martin | 1 | -1/+1 | |
Fix the dri and drm build. Fix server-side DMX extension build. Make xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers. | |||||
2005-07-13 | Dear libtool: Loadable modules do not need version numbers. kthnxbye. | Adam Jackson | 1 | -0/+2 | |
2005-07-03 | Add missing include paths. | Daniel Stone | 1 | -1/+1 | |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 2 | -2/+2 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 45 | -1/+181 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 1 | -4/+5 | |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 2 | -2/+2 | |
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+59 | |
2004-07-30 | Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all | Adam Jackson | 16 | -55/+49 | |
framebuffer formats except cfb and the overlay modes should work, and r128 and radeon need to be loaded from the ati driver (both issues to be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga drivers. elfloader users shouldn't be affected. | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 48 | -48/+48 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 47 | -47/+47 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 47 | -47/+47 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 47 | -47/+47 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 47 | -47/+47 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 16 | -270/+63 | |
2003-11-14 | Initial revision | Kaleb Keithley | 48 | -0/+12458 | |