summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-22Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the stateAdam Jackson6-4/+58
2006-05-20Update to 2006-05-19 snapshotAlan Coopersmith4-591/+10191
2006-05-19Remove dead DPMS timer functions from the installed headers. (FredrikAdam Jackson2-5/+6
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson8-73/+181
2006-05-18file getemptypci.c was initially added on branch server-1_1-branch.Adam Jackson0-0/+0
2006-05-18Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to lessAdam Jackson2-11/+21
2006-05-18Bug #5877: Avoid burning CPU when acpid dies. Require acpid to be runningAdam Jackson2-12/+20
2006-05-18Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. StillAdam Jackson2-44/+52
2006-05-17Make Xv symbols conditional. (Enrico Wiegelt)Daniel Stone2-0/+5
2006-05-17Make DBE support conditional. (Enrico Wiegelt)Daniel Stone2-2/+11
2006-05-15Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)Adam Jackson3-1/+12
2006-05-14Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916.Matthieu Herrb2-3/+10
2006-05-12Fri May 12 17:51:26 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-3/+20
2006-05-11Bug #5796: Wrong fastpath selection for repeating sources.Matthias Hopf2-3/+8
2006-05-11Bug #4320: Improved XAA Composite fastpath.Matthias Hopf2-6/+18
2006-05-10Bug #3561: Crash fix in the Record extension. (Paul Anderson)Adam Jackson2-4/+9
2006-05-09Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson2-2/+7
2006-05-09Revert accidental commitAdam Jackson2-3/+1
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson11-17/+77
2006-05-03Make Xephyr build on Solaris:Alan Coopersmith4-2/+23
2006-05-03Redact a few mentions of speedo font support.Adam Jackson4-14/+13
2006-05-02Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.Matthieu Herrb2-2/+8
2006-05-02Fix Solaris build with Sun compilers to work when exa is built beforeAlan Coopersmith3-1/+13
2006-05-02Use min() [defined in include/misc.h] instead of MIN() [not defined in anyAlan Coopersmith2-3/+9
2006-04-30Remove stray mfb/cfb references.Adam Jackson3-2/+6
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson35-208/+40
2006-04-28Add Polylines and PolyPoint acceleration as well. This is primarily toEric Anholt2-3/+104
2006-04-28Correct some bugs causing performance issues in the "Smart" scheme.Eric Anholt2-3/+13
2006-04-27Improve EXA fallback debugging output to include the locations of pixmaps.Eric Anholt5-31/+74
2006-04-27Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,Eric Anholt3-3/+62
2006-04-27In drawing glyphs, shortcut our way to exaComposite instead of goingEric Anholt2-59/+66
2006-04-26Add a helper for the Component Alpha Over case, which breaks the operationEric Anholt3-13/+80
2006-04-26Bug #6751: Use the Linux PCI ROM interface on Linux properly. The oldDave Airlie4-0/+69
2006-04-26Bug #6750: This patch detects Intel bridges that are transparent but aren'tDave Airlie3-3/+23
2006-04-26Improve the migration debugging output.Eric Anholt2-12/+20
2006-04-26Fix a bug in the intersection computation that could concievably causeEric Anholt2-1/+11
2006-04-25Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs,Eric Anholt2-1/+106
2006-04-25Add an option to verify at the point of migration that pixmaps which aren'tEric Anholt4-0/+54
2006-04-25Don't forget to mark the drawable as dirty in exaPutImage(). FixesEric Anholt2-0/+7
2006-04-24Remove another reference to cfb16.Donnie Berkholz2-1/+5
2006-04-24strlcpy() doesn't exist on Linux, so use the implementation in os/.Donnie Berkholz2-0/+10
2006-04-23Don't access free memory after unloading a module. Bugzilla #4168.Matthieu Herrb3-1/+25
2006-04-22When reading the kernel keyboard mapping (readKernelMapping inBenjamin Herrenschmidt2-1/+9
2006-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard4-4/+48
2006-04-18Missed in previous commit: Add a new migration scheme, called "Smart" forEric Anholt2-1/+3
2006-04-18Add a new migration scheme, called "Smart" for lack of a better name. ThisEric Anholt4-3/+80
2006-04-18Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit ofEric Anholt2-2/+10
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz8-14/+34
2006-04-17Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit onDonnie Berkholz3-0/+11
2006-04-17Fix kdrive build by linking in libexa before KDRIVE_LIBS.Donnie Berkholz2-2/+7