Age | Commit message (Expand) | Author | Files | Lines |
2008-06-12 | Remove xgl. | Adam Jackson | 54 | -28493/+0 |
2008-05-26 | Merge branch 'master' into mpx | Peter Hutterer | 6 | -12/+4 |
2008-05-21 | Fix up paths for GL/glx -> glx renaming | Dan Nicholson | 4 | -4/+4 |
2008-05-21 | drop xprint remnants: InitGlobals | George Sapountzis | 2 | -8/+0 |
2008-04-25 | Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac | Peter Hutterer | 1 | -2/+0 |
2008-04-10 | Remove NDEBUG (assert() disable) define from the X Server. | Eric Anholt | 1 | -2/+2 |
2008-02-25 | No more "-scanpci" given that we already have it in libpciaccess. | Tiago Vignatti | 1 | -2/+0 |
2007-11-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -0/+1 |
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 | 8 | -8/+13 |
2007-11-04 | Add CreatePixmap allocation hints. | Aaron Plattner | 8 | -8/+13 |
2007-10-12 | NULL is not a valid argument to CreatePicture, please use serverClient | Eamon Walsh | 1 | -1/+2 |
2007-09-28 | xace: add hooks + new access codes: XKB extension. | Eamon Walsh | 3 | -3/+3 |
2007-09-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 6 | -207/+19 |
2007-09-13 | Remove the PaintWindow optimization. | Eric Anholt | 4 | -190/+1 |
2007-08-31 | Convert servers to using _DEPENDENCIES to ensure proper rebuilds. | Eric Anholt | 2 | -17/+18 |
2007-08-30 | devPrivates rework: convert CursorRec and CursorBits over to new interface. | Eamon Walsh | 1 | -2/+2 |
2007-08-28 | devPrivates rework: since API is already broken, switch everything | Eamon Walsh | 6 | -54/+35 |
2007-08-28 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 5 | -183/+1 |
2007-08-25 | Implement core protocol backing store exclusively in terms of Composite. | Adam Jackson | 5 | -183/+1 |
2007-08-02 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 3 | -8/+0 |
2007-06-29 | Death to RCS tags. | Adam Jackson | 3 | -8/+0 |
2007-05-22 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -1/+1 |
2007-04-29 | Fix a couple of picture repeat fields incorrectly compared to RepeatNormal. | Michel Dänzer | 1 | -1/+1 |
2007-04-05 | devPrivates rework: properly free devPrivates on compatibility structures, | Eamon Walsh | 1 | -0/+1 |
2007-03-20 | Static markup and dead code cull over xkb/. | Adam Jackson | 2 | -2/+2 |
2006-11-07 | Add $(DIX_CFLAGS) to remaining Makefile.am files | Keith Packard | 7 | -6/+7 |
2006-09-29 | make core keyboard/pointer map functions act on all core-sending devices | Daniel Stone | 9 | -9/+9 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 5 | -5/+5 |
2006-05-29 | Remove -xkbmap argument. | Daniel Stone | 2 | -11/+0 |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 1 | -3/+0 |
2006-03-27 | Remove remnants of XkbCF code. | Daniel Stone | 1 | -21/+0 |
2006-01-28 | Remove leftover variables for cfb24 build, and finish commenting out Xglx | Eric Anholt | 1 | -2/+2 |
2006-01-18 | Updated xgl code drop from Novell + xserver tree changes | Dave Airlie | 41 | -2694/+11154 |
2006-01-10 | Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST. | Daniel Stone | 5 | -3/+12 |
2006-01-03 | Remove the manual AddFilter for convolution, which I'm pretty sure | Eric Anholt | 1 | -2/+0 |
2005-12-31 | Change REGION_INIT(pScreen, &foo, NullBox, 0) to REGION_NULL(pScreen, | Eric Anholt | 4 | -5/+5 |
2005-12-31 | Initialize the fourcc value in stack-allocated glitz_pixel_format_t | Eric Anholt | 1 | -0/+2 |
2005-12-29 | Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in | Eric Anholt | 3 | -0/+6 |
2005-12-28 | Initial commit of XGL build infrastructure and XGL code changes for | Eric Anholt | 15 | -88/+103 |
2005-12-28 | recommit previous changes to evdev.c | Dave Airlie | 1 | -28/+48 |
2005-12-28 | some updates for default colormap install | Dave Airlie | 1 | -7/+15 |
2005-12-23 | fix up xglglx.c | Dave Airlie | 1 | -0/+226 |
2005-12-23 | Well there were a couple of snapshots later than CVS available outside of | Dave Airlie | 32 | -1173/+2240 |
2005-12-23 | check drawable is availablepre-xgldrop-merge | Dave Airlie | 1 | -3/+6 |
2005-12-23 | from davidr's tree update some fixes | Dave Airlie | 1 | -5/+13 |
2005-12-23 | from davidr's tree if source picture defined return | Dave Airlie | 1 | -0/+5 |
2005-12-23 | fix glx up for newest glitz interface | Dave Airlie | 1 | -3/+3 |
2005-12-23 | make xgl code at least build against latest glitz. | Dave Airlie | 5 | -43/+7 |
2005-12-22 | fixups for newer glitz API | Dave Airlie | 2 | -10/+2 |