summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh261-3957/+1642
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh187-179876/+2624
2007-08-26Add XSERVER_LIBPCIACCESS to xorg-server.h when using libpciaccessKeith Packard2-0/+4
2007-08-27Xprint: fix handling of TrueType font nameEugeniy Meshcheryakov1-0/+2
2007-08-25Refactor PictureInitIndexedFormats.Adam Jackson2-25/+25
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson67-5959/+80
2007-08-25Fix bug in debugging info related to pci-rework mergeDavid Nusinow1-1/+1
2007-08-24Remove files made obsolete by pci-rework.Ian Romanick4-171214/+0
2007-08-24Bump video driver ABI for pci-rework.Aaron Plattner1-1/+1
2007-08-24Merge branch 'pci-rework'Ian Romanick61-7723/+1418
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-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick771-5581/+22376
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
2007-08-21Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fixSøren Sandmann Pedersen2-1/+2
2007-08-21config: fix default xkb model (pc105, not keyboard)Julien Cristau1-1/+1
2007-08-21Fix an error message to not point to @xfree86.org.Adam Jackson1-1/+1
2007-08-20Screen size changing should leave FB alone when X is inactive.Keith Packard1-2/+2
2007-08-20Ref count cursors used in hw/xfree86/modes code.Keith Packard1-0/+11
2007-08-21add xf86_crtc_clip_video_helper to xf86sym.cAlex Deucher1-0/+1
2007-08-20Move module defaults from the header to the source file.David Nusinow2-11/+12
2007-08-20move intel crtc xv clipping helper to the xserverAlex Deucher2-0/+137
2007-08-21xfree86: Fix build on Linux/alpha.Julien Cristau1-1/+1
2007-08-19Autoconfiguration of wsmouse for NetBSD.Blair Sadewitz1-6/+6
2007-08-18EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.Fredrik Höglund1-12/+12
2007-08-17Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith4-9/+17
2007-08-16stride is in FbBits-sized chunks, but xoff is not.Aaron Plattner1-3/+3
2007-08-16Bug #12015: Use the right offsets in the dst arguments of pixman_blt.Aaron Plattner1-2/+2
2007-08-16EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.Fredrik Höglund3-0/+136
2007-08-16devPrivates rework: Nevermind, can't const due to return value warnings.Eamon Walsh2-4/+4
2007-08-16devPrivates rework: add const qualifier to key type.Eamon Walsh2-4/+4
2007-08-16devPrivates rework: use camelcase standard for name of key type.Eamon Walsh3-22/+22
2007-08-16xace: add hooks + new access codes: core protocol selection requestsEamon Walsh1-4/+13
2007-08-16xace: add hooks + new access codes: core protocol pixmap requestsEamon Walsh1-7/+15