summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-10-18DRM 20051017 importDRM-20051017Kevin E Martin1-1/+1
2005-10-18Change default install dir for app-default files fromAlan Coopersmith1-1/+1
2005-10-17More automake 1.7 braindamage: use mkdir -p, not .Adam Jackson2-1/+5
2005-10-17Work around automake-1.7 braindamage by providing an explicit rule forAdam Jackson2-0/+11
2005-10-17Fix whitespace in AS_HELP_STRING uses, convert all help strings to useKristian Høgsberg2-41/+54
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin17-40/+188
2005-10-16Link Xprint config directories in $(C_LOCALE) list to C locale dir, notAlan Coopersmith1-1/+1
2005-10-16Change '==' to portable '='.Donnie Berkholz2-10/+14
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin13-33/+198
2005-10-15Doh, remember to add this file.Kristian Høgsberg2-0/+25
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt12-48/+144
2005-10-14Hook up lbx.Kristian Høgsberg5-10/+39
2005-10-14Set default font path to match the default in the monolith so fonts areAlan Coopersmith2-1/+15
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øgsberg5-2/+14
2005-10-14remove reference to non-existent agpgart.hAlan Hourihane1-2/+0
2005-10-14Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when xtrap isDonnie Berkholz2-1/+6
2005-10-14Require glproto >= 1.4.1 if building DRI with GLX. This fixes a buildDonnie Berkholz2-1/+6
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 Coopersmith2-0/+9
2005-10-13AC_SUBST VENDOR_STRING & VENDOR_RELEASE for xorgcfg's app-defaults fileAlan Coopersmith1-1/+3
2005-10-13Dist NOTES.Kristian Høgsberg7-4/+26
2005-10-13Fix stupid mistake in yesterday's allocator commit, would cause exa toBenjamin Herrenschmidt3-3/+6
2005-10-12Remove an RM line that appears unnecessary and was breaking the build atEric Anholt2-4/+15
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 Herrenschmidt3-9/+39
2005-10-12If a window background is a 1x1 pixmap, read the value out and go toEric Anholt6-0/+162
2005-10-12Fix typo (DIST_EXTRA -> EXTRA_DIST)Kevin E Martin2-1/+6
2005-10-11Fix a couple of bugs in the offscreen allocator. One mostly harmless wasBenjamin Herrenschmidt5-54/+60
2005-10-11missed commitAlan Hourihane1-0/+4
2005-10-11missed ChangeLog entry for previous commitAlan Coopersmith1-0/+6
2005-10-11Add DGAReInitModes, Part 2Thomas Winischhofer1-0/+1
2005-10-11Add DGAReInitModes in order to allow the driver to change the list ofThomas Winischhofer2-0/+52
2005-10-11fix a typoAlan Hourihane1-1/+1
2005-10-11check randrp has been initializedAlan Hourihane1-2/+2
2005-10-11programs/Xserver/hw/xfree86/common/xf86RandR.cAlan Hourihane2-1/+13
2005-10-10don't move x or y depending on the screen size changeAlan Hourihane1-4/+2
2005-10-10rework that againAlan Hourihane1-5/+4
2005-10-10a furthur tweak to the randr cursor position fixAlan Hourihane1-2/+6
2005-10-10Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in theBenjamin Herrenschmidt6-0/+12
2005-10-09Bug #3254 <https://bugs.freedesktop.org/show_bug.cgi?id=3254> Make sureAlan Coopersmith1-5/+20
2005-10-09Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> AddAlan Coopersmith1-1/+2
2005-10-09Don't try the accelerated glyphs path for component-alpha text (which IEric Anholt3-6/+15
2005-10-07another update to the RandR fix (thanks Aaron)Alan Hourihane1-3/+2
2005-10-07Add Xprint init scrips to EXTRA_DIST.Kristian Høgsberg7-1/+19
2005-10-07update the last RandR fixAlan Hourihane1-1/+5
2005-10-07programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead ofAlan Hourihane1-1/+1
2005-10-07Add darwin to distKevin E Martin7-2/+194
2005-10-07Add README.compiled to dist tarballKevin E Martin2-1/+6
2005-10-06Clients tend to set picture->repeat when not necessary. Most HW cannotBenjamin Herrenschmidt3-12/+72