summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2004-09-15Adding support for OS dependent probing of IA64 chipsets. Not all IA64Egbert Eich9-72/+318
2004-09-14Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz2-4/+2
2004-09-14Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz1-1/+108
2004-09-03Update formatted docs.lg3d-baseXORG-6_8_0Kevin E Martin1-46/+41
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin1-0/+7
2004-08-29Don't define _XOPEN_SOURCE before including math.h on Solaris - it's notAlan Coopersmith1-2/+3
2004-08-27Fix for XV memory allocation: Also use tiled area for allocation even if itXORG-6_7_99_903Egbert Eich1-4/+2
2004-08-27Added support for LynxOS 4.0 (Thomas Mueller).Egbert Eich1-9/+60
2004-08-27- Make DDC code more VESA compliant: when MaxClock is set to 0xFF it meansEgbert Eich1-1/+3
2004-08-26Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).Egbert Eich1-2/+14
2004-08-20Fix keyboard driver failing to initialize if DoLoadableServer is NO (BugKevin E Martin1-2/+2
2004-08-19Add missing no.*Extension symbols (Bug #1131, Aaron Plattner).Kevin E Martin1-1/+11
2004-08-18Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).Kevin E Martin1-2/+1
2004-08-16Update release and date for first RC.XORG-6_7_99_901Kevin E Martin1-2/+2
2004-08-16Add kdb <-> keyboard aliasing when UseDeprecatedKeyboardDriver is NO (BugKevin E Martin2-12/+4
2004-08-16Fix banner to print out proper version information.Kevin E Martin2-3/+7
2004-08-15Remove #error used for testing.Kristian Høgsberg1-1/+0
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-0/+1
2004-08-14More kbd fun: write out "kbd" from Xorg -configure (#1078).Kristian Høgsberg1-0/+5
2004-08-14Bug #1077: Fix source copy performance problem exposed by Composite.Eric Anholt1-6/+71
2004-08-13Don't enable speedo & type1 modules if they're not being builtAlan Coopersmith2-5/+27
2004-08-13Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-7/+21
2004-08-12Update version and date for next snapshotXORG-6_7_99_2Kevin E Martin1-2/+2
2004-08-12Wrap the Propolice fix in #ifdef __SSP__; Propolice doesn't define this yetAdam Jackson1-0/+12
2004-08-12Back out the propolice fix for a second, it causes linktime errors.Adam Jackson1-8/+0
2004-08-11Teach the loader about the extra symbols needed for Propolice-protectedAdam Jackson1-0/+8
2004-08-11Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).Kevin E Martin1-1/+1
2004-08-11Patch xorgconfig to generate config files with correct keyboard driver; useKristian Høgsberg1-1/+5
2004-08-10Update version to 6.7.99.1 and fix problem with snapshot string generation.XORG-6_7_99_1Kevin E Martin1-3/+6
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-1/+1
2004-08-09Move the new render symbols to dixsym.c instead so they are grouped withKristian Høgsberg2-9/+8
2004-08-09- Fix building without Xfixes extensionKevin E Martin3-20/+44
2004-08-08Disable legacy keyboard driver "keyboard", unlessKristian Høgsberg1-2/+23
2004-08-08Add new render symbols to list of exported extension symbols soKristian Høgsberg1-1/+8
2004-08-04Optimization of CJK rendering when using versions of freetype prior toEgbert Eich1-2/+3
2004-08-04- Add two new XAA hooks, SetupForCPUToScreenTexture2 andEric Anholt3-12/+68
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb3-3/+3
2004-08-03Fix declaration of XAACachePlanarMonoStippleProc. RenameMatthieu Herrb2-5/+4
2004-08-03Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soAdam Jackson12-2/+76
2004-08-02Mon Aug 2 21:49:33 2004 Soeren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+2
2004-08-02Removed distro specific stuff.Egbert Eich6-17/+52
2004-07-31Add "Extensions" section support to configuration parserKevin E Martin6-2/+172
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson6-13/+45
2004-07-30Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300.Hui YU1-0/+46
2004-07-30Add support for on-the-fly screen rotation when supported by hardware (AronEgbert Eich4-10/+42
2004-07-30An experimental pseudocolor emulation layer. Not fully completed, currentlyEgbert Eich2-0/+933
2004-07-30removing some unnecessary restricitons on the allowed visuals.Egbert Eich1-19/+0
2004-07-30Adding a colormap index to the InitColormapPrivate() func call. Without itEgbert Eich1-5/+6
2004-07-30Set DPMS to ON when VT switching away or shutting down the server. FailingEgbert Eich3-2/+25
2004-07-30Improved error messages.Egbert Eich3-35/+97