summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10Fix typo to enable DGA support.XORG-6_99_99_902Kevin E Martin1-1/+1
EXTMODULE is required to build DGA support into extmod.
2005-11-10Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movementXORG-6_8_99_902Kean Johnson3-30/+16
on SCO and USL. Re-instate the ZAxisMapping default for the mouse driver.
2005-11-09Bug #4915: ButtonMapping option which allows to define arbitrary buttonMatthias Hopf4-13/+18
mappings (including left-handed mouse etc.). Fixed incorrect usage of non-reversed, but ZAxisMapped buttons for state detection. Nuked unused part of reverseMap.
2005-11-09DRM 1.0.5 importDRM-1_0_5Kevin E Martin2-5/+4
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin3-2/+23
Fix release date. Enable DGA extension by default.
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg3-14/+128
space. Fix broken utf8 again.
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson39-168/+3247
2005-11-08Don't reference noXkbExtension when building without XKB. (Bob Terek - SunAlan Coopersmith1-2/+9
Microsystems)
2005-11-07Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3Kevin E Martin1-7/+4
server crash.
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom3-3/+3
fallback was used for downloading from screen.
2005-11-05Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> IncorrectAlan Coopersmith1-3/+3
URL in log file for Xorg CVS. Also fixed wording of statement to not refer to monolithic CVS since modular uses the same code, so it was appearing in modular builds too.
2005-11-03Whitespace change just to make sure I created the branch correctly.Ian Romanick1-1/+0
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin1-2/+2
security, lbx and xevie extensions to give us parity with monolithic tree.
2005-11-02Fix support for enabling/disabling extensions loaded from modules.Kevin E Martin4-19/+24
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin4-2/+19
Update pkgcheck depedencies to work with separate build roots.
2005-10-31Fix fd leak by closing them in the ACPI code instead of just usingKevin E Martin1-0/+2
shutdown.
2005-10-30RandR: Add a driver func to let the driver determine the physical size of aThomas Winischhofer2-28/+61
screen size (display mode). Useful for faked widescreen modes, modes which are scaled by the driver, etc. This really helps fixing RandR's sometimes dumb DPI assumptions.
2005-10-30Add xf86RandRSetNewVirtualAndDimensions to loader symlistThomas Winischhofer1-0/+5
2005-10-29Add function for drivers to change RandR's idea of the virtual screen size.Thomas Winischhofer2-13/+56
(This allows drivers to reserve a larger virtual size at start and change it later)
2005-10-29Make X -> Xorg symlink at install time.Alan Coopersmith1-0/+1
2005-10-28build fix on alphaAlan Hourihane1-1/+1
2005-10-27Improved stack trace dump code for Solaris - try fork & exec of pstackAlan Coopersmith1-5/+86
first so we can see the names of non-exported symbols that aren't visible to walkcontext/dladdr1 code.
2005-10-21Bug #1429: Report input device type correctly. (Stéphane VOLTZ)Adam Jackson1-2/+2
2005-10-20EXA: The "optimization" for using a fill operation instead of 1x1 copiesThomas Winischhofer3-9/+9
checked the destination drawable's dimensions (!) instead of the tile's. Really....
2005-10-20Move xf86XTrapModule.c to dixmods, guess at a build system.Adam Jackson1-0/+11
2005-10-19Bug #3196: Fix Load foo.so syntax.Adam Jackson1-0/+5
2005-10-19Fix PCI bus scan on ia64 E8870 chipsets.Adam Jackson1-1/+1
2005-10-18Fix distcheck by forcing Xorg to be installed before chmod/chown.Adam Jackson1-1/+1
2005-10-18Fix parallel builds my ensuring libdmxconfig builds first.Adam Jackson1-0/+3
2005-10-18Don't use $< in explicit rules since neither BSD nor Solaris make allowAlan Coopersmith1-1/+1
that.
2005-10-18Add miext/damage so misym.c can export DamageDamageRegion.Aaron Plattner1-1/+2
2005-10-18Export DamageDamageRegion. Not bumping the ABI version since we did thatXORG-6_8_99_901Aaron Plattner1-0/+6
already for this release.
2005-10-18DRM 20051017 importDRM-20051017Kevin E Martin1-1/+1
2005-10-18Change default install dir for app-default files fromAlan Coopersmith1-1/+1
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
2005-10-17More automake 1.7 braindamage: use mkdir -p, not .Adam Jackson1-1/+2
2005-10-17Work around automake-1.7 braindamage by providing an explicit rule forAdam Jackson1-0/+5
XOrgCfg.
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin9-15/+63
Add missing files to EXTRA_DIST
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin3-3/+12
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt7-32/+82
pixmaps's contents are undefined, so we won't need to upload the undefined contents in MoveIn. Use the ExaCheck* for async ops as well, so that dirty is always tracked. While the performance impact for my ls -lR test was not significant (though the avoiding-upload path was being hit), it's likely to be important for the upcoming Get/PutImage acceleration from ajax.
2005-10-14Install Xorg & xorg.conf man pages even when not building docsAlan Coopersmith2-2/+4
2005-10-14Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.amKristian Høgsberg4-2/+4
in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd, nto, os2, pmax, qnx4) that have no maintainer and we don't dist. Add Options.
2005-10-14remove reference to non-existent agpgart.hAlan Hourihane1-2/+0
2005-10-14Remove reference to XF86config-4. Add xorgcfg(1) to See Also list.Alan Coopersmith1-3/+3
2005-10-14Set substitutions needed in xorgconfig man page.Alan Coopersmith1-0/+4
2005-10-13Dist NOTES.Kristian Høgsberg6-4/+8
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-10-13Fix stupid mistake in yesterday's allocator commit, would cause exa toBenjamin Herrenschmidt2-2/+4
consider a random available memory size
2005-10-12Remove an RM line that appears unnecessary and was breaking the build atEric Anholt1-4/+5
xf86DefModeSet.c with FreeBSD make, where RM was undefined. While here, make the build of xf86DefModeSet.c depend on its sources, so it'll rebuild properly, and make it a normal CLEANFILE rather than a DISTCLEANFILE, since the intention seems to be to build it at the user's build time.
2005-10-12remove unneeded line of codeAlan Hourihane1-2/+0
2005-10-12Use proper access size when reading pixel based on bpp of the source pixmapBenjamin Herrenschmidt2-6/+26
2005-10-12If a window background is a 1x1 pixmap, read the value out and go toEric Anholt3-0/+81
exaFillRegionSolid rather than sending piles and piles of Copies to the hardware.