summaryrefslogtreecommitdiff
path: root/hw/xgl/egl
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Remove xgl.Adam Jackson10-3350/+0
This code hasn't been updated with anything even resembling what anyone is shipping in nearly thirty months. It hasn't built out of the box since 7.1. Most of its features over AIGLX are accomplished with DRI2 and friends.
2008-04-25Remove all traces of #ifdef XINPUT and the matching bits from the configure.acPeter Hutterer1-2/+0
2008-04-10Remove NDEBUG (assert() disable) define from the X Server.Eric Anholt1-2/+2
A few pieces of code were abusing this define for other purposes, which are converted to #ifndef DEBUG instead. There should be no ABI consequences to this change. The rationale is that having the define in xorg-server.h also disables assert() drivers, which is unexpected, and also difficult to avoid since xorg-server.h is included in their config.h, and you can't put a #undef in config.h. As for removing it from the server instead of moving it to an internal header, we probably shouldn't have unnecessary assert()s in critical server paths anyway, and if we do we could #define NDEBUG in the specific cases needed.
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh1-1/+1
Removes "LookupKeyboardDevice" and "LookupPointerDevice" in favor of inputInfo.keyboard and inputInfo.pointer, respectively; all use cases are non-XI compliant anyway.
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-12/+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-08-31Convert servers to using _DEPENDENCIES to ensure proper rebuilds.Eric Anholt1-12/+11
This cleans up server Makefile.ams a little bit, but also means that people messing with configure.ac need to be careful with whether they put libraries in the _LIBS or _SYS_LIBS targets. Hopefully the comment in configure.ac will clarify the issues.
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-18/+8
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-06-29Death to RCS tags.Adam Jackson3-8/+0
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
The former <X11/extensions/XKBsrv.h> has been pulled into the server now as include/xkbsrv.h, and the world updated to look for it in the new place, since it made no sense to define server API in an extension header. Any further work along this line will need to do similar things with XKBgeom.h and friends.
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard2-1/+2
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone4-4/+4
Make Set{Keyboard,Modifier,Pointer}Mapping act on all devices which send core events. Change LegalModifier to accept a DeviceIntPtr.
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-05-29Remove -xkbmap argument.Daniel Stone1-3/+0
2006-01-10Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST.Daniel Stone2-2/+4
Attempt to build xeglmodule.c, not xglxmodule.c. Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same treatment as _SOURCES in terms of automatically DISTing.
2005-12-29Add necessary *CONFIG_H declarations and a force-off of XF86* extensions inEric Anholt1-0/+2
miinitext in the XGL case. Prevents mismatched structure sizes on my _XSERVER64 machine. At this point, with the uncommitted render/ diffs, Xglx starts up but displays badly.
2005-12-28Initial commit of XGL build infrastructure and XGL code changes forEric Anholt4-29/+29
building within the xorg server tree. Requires additional, uncommitted dix changes to successfully build, and successful running is still yet to happen.
2005-12-28recommit previous changes to evdev.cDave Airlie1-28/+48
2005-12-28some updates for default colormap installDave Airlie1-7/+15
2005-12-23Well there were a couple of snapshots later than CVS available outside ofDave Airlie8-705/+550
Novell, so I've done a crazy merge to try and get them into a workable CVS, I suspect I may have failed.. there is a pre-xgldrop-merge tag if I did.
2005-12-23make xgl code at least build against latest glitz.Dave Airlie1-13/+2
2005-12-22fixups for newer glitz APIDave Airlie1-5/+1
2005-08-15make mouse support work - note you need to change the evdev devices in theDave Airlie1-28/+48
source.. hacky...
2005-08-09Point xegl at the DRI driverJon Smirl1-1/+1
2005-06-13Build fixesDavid Reveman1-7/+13
2005-06-06Keyboard sort of works now with evdevJon Smirl1-142/+129
2005-06-05Create a default colormapJon Smirl1-0/+1
2005-06-05Enable egl server in automakeJon Smirl1-1/+1
--enable-xeglserver
2005-06-04Initial Xegl check-in. Works on EGL fbdev driver Input is totally broken.Jon Smirl7-0/+3497