summaryrefslogtreecommitdiff
path: root/cfb
AgeCommit message (Collapse)AuthorFilesLines
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh6-187/+7
Conflicts: Xext/EVI.c Xext/bigreq.c Xext/cup.c Xext/dpms.c Xext/fontcache.c Xext/mitmisc.c Xext/xcmisc.c Xext/xf86bigfont.c Xext/xtest.c configure.ac dbe/dbe.c hw/darwin/darwin.h hw/darwin/darwinEvents.c hw/darwin/iokit/xfIOKit.h hw/darwin/iokit/xfIOKitCursor.c hw/darwin/quartz/fullscreen/fullscreen.c hw/darwin/quartz/fullscreen/quartzCursor.c hw/darwin/quartz/quartz.c hw/darwin/quartz/quartzCommon.h hw/darwin/quartz/quartzCursor.c hw/darwin/quartz/xpr/dri.c hw/darwin/quartz/xpr/dristruct.h hw/darwin/quartz/xpr/xprCursor.c hw/darwin/quartz/xpr/xprFrame.c hw/xfree86/modes/xf86RandR12.c include/cursor.h miext/rootless/rootlessCommon.h miext/rootless/rootlessScreen.c miext/rootless/rootlessWindow.c render/picturestr.h Trying to pick up the pieces from the darwin churn here...
2007-12-02Clean up many #if 0.Adam Jackson5-181/+1
2007-11-19devPrivates rework: put back a comment that was mistakenly removedEamon Walsh1-0/+2
during merge conflict resolution.
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+1
Conflicts: hw/xnest/Pixmap.c include/dix.h
2007-11-15Save pixmap allocation hints into the PixmapRec.Aaron Plattner1-0/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh10-73/+76
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c
2007-11-05cfb: Remove usage of allocaDaniel Stone9-69/+69
Replace with xalloc/xfree.
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner3-4/+7
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-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh9-1017/+11
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-13Remove the PaintWindow optimization.Eric Anholt9-1014/+11
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-28devPrivates rework: since API is already broken, switch everythingEamon Walsh6-46/+40
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-28Merge branch 'master' into XACE-SELINUXEamon Walsh4-169/+1
Conflicts: include/miscstruct.h mi/mibstore.c mi/midispcur.c os/Makefile.am
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson4-169/+1
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-02Merge branch 'master' into XACE-SELINUXEamon Walsh2-4/+0
Conflicts: dix/devices.c dix/property.c include/dix.h
2007-06-29Death to RCS tags.Adam Jackson2-4/+0
2007-04-05devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh2-0/+2
type pixmap. Requires ddx'es to call the free function from DestroyPixmap.
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh1-4/+0
2007-01-17Always include compiler.h in cfbmskbits.h instead of checking #ifdef XFREE86Alan Coopersmith1-3/+0
2006-10-17StorePixels() macro could create invalid *x++=*x... code - fixed.Matthias Hopf1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson47-90/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-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-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson1-12/+0
2006-03-20Bug #5549: Fix build for sparc64. (Matthieu Herrb)Adam Jackson1-0/+1
2006-03-05Fix build with non GNU make.Matthieu Herrb1-1/+1
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt1-1/+1
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith2-2/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt14-9/+23
of (marginal) use in the drivers, and that usage remains.
2006-01-07Compile fix, again, stupid non-clean buildsAdam Jackson1-2/+2
2006-01-06Compile fixAdam Jackson1-1/+1
2006-01-06Bug #5525: Build a working Xprt. (Drew Parsons)Adam Jackson2-1/+14
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-2/+2
module builds to reflect this change.
2005-10-05Add DGA configure option and add various files that we should be dist'ing.Kristian Høgsberg1-1/+2
Simplify xf86DefModeSet.c rule a bit.
2005-09-21Bug #4257: Move cfbcmap.c to cfb_common_sources.Adam Jackson2-3/+4
2005-09-13Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmapDaniel Stone1-2/+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-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone5-20/+0
2005-07-26Add these files to the sdk:Søren Sandmann Pedersen1-3/+3
cbf32.h cfb16.h cfbmap.h cfbunmap.h cfbunmap.h cfbmskbits.h xf86sbusBus.h mifillarch.h mispans.h
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone4-4/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone46-5/+189
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-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+1
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone5-5/+5
2005-07-01Adding initial build system.Daniel Stone1-0/+139
2005-07-01Adding initial build system.Daniel Stone1-0/+21
2005-04-22Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.Adam Jackson3-16/+0
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone40-77/+77
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
2005-04-14Bug #3025: gcc4 build fix.Adam Jackson1-1/+1
2005-03-17Fix build on stock Mac OS X: Out of the box, Mac OS X does not includeTorrey Lyons1-2/+2
Freetype2, Expat, or PNG. Also global variables should be initalized in the Xserver.
2005-01-17more static server build fixesAdam Jackson2-0/+10
2005-01-14xc/programs/Xserver/afb/afbbres.cRoland Mainz11-22/+65
xc/programs/Xserver/afb/afbbresd.c xc/programs/Xserver/afb/afbclip.c xc/programs/Xserver/afb/afbhrzvert.c xc/programs/Xserver/afb/afbline.c xc/programs/Xserver/afb/afbmodule.c xc/programs/Xserver/afb/afbpixmap.c xc/programs/Xserver/afb/afbpolypnt.c xc/programs/Xserver/afb/afbpushpxl.c xc/programs/Xserver/afb/afbtegblt.c xc/programs/Xserver/cfb/Imakefile.inc xc/programs/Xserver/cfb/cfballpriv.c xc/programs/Xserver/cfb/cfbbitblt.c xc/programs/Xserver/cfb/cfbcppl.c xc/programs/Xserver/cfb/cfbgc.c xc/programs/Xserver/cfb/cfbglblt8.c xc/programs/Xserver/cfb/cfbmap.h xc/programs/Xserver/cfb/cfbpixmap.c xc/programs/Xserver/cfb/cfbscrinit.c xc/programs/Xserver/cfb/cfbtab.h xc/programs/Xserver/cfb/cfbteblt8.c xc/programs/Xserver/cfb/cfbunmap.h xc/programs/Xserver/mfb/maskbits.c xc/programs/Xserver/mfb/maskbits.h xc/programs/Xserver/mfb/mergerop.h xc/programs/Xserver/mfb/mfb.h xc/programs/Xserver/mfb/mfbclip.c xc/programs/Xserver/mfb/mfbfont.c xc/programs/Xserver/mfb/mfbgc.c xc/programs/Xserver/mfb/mfbmisc.c xc/programs/Xserver/mfb/mfbpushpxl.c //bugs.freedesktop.org/show_bug.cgi?id=1114) attachment #667 (https://bugs.freedesktop.org/attachment.cgi?id=667): Convert afb and cfb{,16,24,32} to be dlloader-friendly. Patch by Adam Jackson <ajax@freedesktop.org>.
2004-04-26xc/config/cf/sun.cfAlan Coopersmith2-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