summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-27EXA: Make sure tile offsets passed to drivers are never negative.no-pci-reworkMichel Dänzer1-2/+5
2007-09-27EXA: Tile offscreen pixmap coordinate offsets are always 0.Michel Dänzer1-11/+5
2007-09-27EXA: Remove some clearly bogus code from exaCopyNtoN.Michel Dänzer1-8/+0
2007-09-27EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.Michel Dänzer1-1/+2
2007-09-17EXA: Fixed compiler warnings.Tilman Sauerbeck1-2/+2
2007-09-17EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.Tilman Sauerbeck1-0/+2
2007-09-17EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.Michel Dänzer1-4/+4
2007-09-17EXA: Don't crash in ExaCheckPolyArc.Alan Hourihane1-0/+7
2007-09-17EXA: Don't crash in exaGetImage when swapped out.Michel Dänzer1-3/+3
2007-09-07EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.Michel Dänzer1-12/+47
2007-09-07EXA: exaFillRegion{Solid,Tiled} improvements.Michel Dänzer1-19/+30
2007-09-07EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.Michel Dänzer3-1/+15
2007-09-07EXA: exa(Shm)PutImage improvements.Michel Dänzer3-42/+116
2007-09-07EXA: exaGetImage improvements.Michel Dänzer3-33/+37
2007-09-07EXA: Remove superfluous manual damage tracking.Michel Dänzer2-51/+28
2007-09-07EXA: RENDER improvements.Michel Dänzer4-87/+80
2007-09-07EXA: Improvements for 1x1 pixmaps.Michel Dänzer2-9/+49
2007-09-07EXA: exaImageGlyphBlt improvements.Michel Dänzer1-131/+39
2007-09-07EXA: Improvements for trapezoids and triangles.Michel Dänzer3-56/+136
2007-09-07EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.Michel Dänzer4-50/+76
2007-09-07EXA: Support partial migration of pixmap contents between Sys and FB.Michel Dänzer5-102/+194
2007-09-07Add DamagePendingRegion.Michel Dänzer2-0/+9
2007-09-07EXA: Track valid bits in Sys and FB separately.Michel Dänzer3-92/+74
2007-09-07EXA: Migrate out pixmap in exaPrepareAccess.Michel Dänzer6-93/+41
2007-09-07EXA: Add a couple of missing exaPrepare/FinishAccess calls.Dave Airlie3-4/+69
2007-09-05Deliver correct event when releasing keys on VT switch.Keith Packard1-1/+3
2007-09-05Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Keith Packard2-2/+9
2007-08-31Make user-specified mode preferences override EDID/BIOS preferences.Keith Packard3-31/+28
2007-08-28Xprint: fix handling of TrueType font nameEugeniy Meshcheryakov1-0/+2
2007-08-28Refactor PictureInitIndexedFormats.Adam Jackson2-25/+25
2007-08-28Implement core protocol backing store exclusively in terms of Composite.Adam Jackson67-5959/+80
2007-08-24exaPolyFillRect: pGC->alu doesn't matter with a single rectangle.Michel Dänzer1-2/+3
2007-08-24exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.Michel Dänzer1-1/+1
2007-08-24EXA: Improve ShmPutImage.Michel Dänzer3-23/+59
2007-08-24Export fbShmPutImage to modules.Michel Dänzer2-2/+5
2007-08-24EXA: Only mark offscreen memory as used when it really is.Michel Dänzer1-2/+6
2007-08-24__glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target.Michel Dänzer1-7/+10
2007-08-23Fix indentation.Matthieu Herrb1-1/+1
2007-08-23Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-23A high resolution device that's moving fast can potentially generateOtto Moerbeek1-1/+1
2007-08-23glx: fix crash when freeing visualsBrian Paul1-5/+8
2007-08-23Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() ...Søren Sandmann Pedersen2-1/+2
2007-08-23Get rid of the type1 font module.Julien Cristau5-84/+3
2007-08-23randr: fixup crtc and output destroyDave Airlie1-2/+2
2007-08-22Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher8-65/+76
2007-08-22Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"Eric Anholt2-2/+1
2007-08-22Revert "Fix <pixman.h> include to <pixman/pixman.h>"Eric Anholt4-4/+4
2007-08-22Fix overly-restrictive integer overflow check in EXA pixmap creation.Eric Anholt1-1/+1
2007-08-22Fix <pixman.h> include to <pixman/pixman.h>Alan Hourihane4-4/+4
2007-08-21Merge branch 'master' of ssh+git://sandmann@git.freedesktop.org/git/xorg/xserverSøren Sandmann Pedersen16-43/+201