summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-23Don't let alpha maps recurse in fb. Bug 23581.fix-alpha-mapsKeith Packard1-6/+18
2010-05-23xf86: allow for no outputs connected at startup operation.Dave Airlie1-17/+44
2010-05-23Device init: Don't crash when CreateGC fails.Jamey Sharp2-2/+3
2010-05-22xorg-server.pc Requires: xproto >= 7.0.17Alan Coopersmith1-1/+1
2010-05-22Declare functions that unconditionally call FatalError as _X_NORETURN.Jamey Sharp3-3/+3
2010-05-21vfb: Remove dead variable and header fileAdam Jackson3-161/+0
2010-05-21doPolyText: forget about FontChange's XID after looking up pFont.Jamey Sharp1-4/+2
2010-05-21Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profileAaron Zang1-22/+80
2010-05-21vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gccAlan Coopersmith1-1/+1
2010-05-21Xserver(1) man page updatesAlan Coopersmith1-17/+9
2010-05-20dix: remove obsolete comment.from EnableDevice.Peter Hutterer1-4/+0
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp5-23/+20
2010-05-20Find windows GL wrapper files in $(srcdir) instead of .Keith Packard1-2/+2
2010-05-20winpriv.h was moved from hw/xwin to hw/xwin/glx in NovemberKeith Packard2-1/+1
2010-05-20XFree86 Design doc: Convert LinuxDoc ``quotes'' to DocBook <quote> tagsAlan Coopersmith1-45/+45
2010-05-20XFree86 Design doc: Explain this version covers the current Xorg releaseAlan Coopersmith1-7/+30
2010-05-20Show Xserver release/version date in DIX & DDX docsAlan Coopersmith6-5/+28
2010-05-20Move Xserver-spec.xml from xorg-docs to doc/xmlAlan Coopersmith4-0/+5216
2010-05-20Convert LinuxDoc documents to DocBook/XMLAlan Coopersmith8-8704/+11360
2010-05-20Add documentation for the new DefaultModes optionSimon Farnsworth1-0/+8
2010-05-20Add configuration option to disable default modes on an outputSimon Farnsworth1-1/+3
2010-05-20EXA: Wrap Glyphs even without Composite acceleration.Michel Dänzer3-1/+37
2010-05-19configure: force new xproto version dependencyTiago Vignatti1-1/+1
2010-05-19Merge remote branch 'vignatti/bus-cleanup'Keith Packard7-442/+325
2010-05-19Merge remote branch 'vignatti/animcursor-state-fix'Keith Packard2-47/+27
2010-05-19xfree86: fix typo in optionTypeToSting.Peter Hutterer1-2/+2
2010-05-19Merge remote branch 'jamey/for-keith'Keith Packard59-544/+397
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp26-137/+169
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp21-93/+124
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp3-12/+11
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp24-60/+10
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp16-50/+25
2010-05-19xv: TryClientEvents already checks client and sets sequenceNumber.Jamey Sharp1-22/+14
2010-05-19mi/misprite.c: Delete unused private lookups.Jamey Sharp1-18/+0
2010-05-19Replace miSpriteCursorFuncRec with direct calls to midispcur.c.Jamey Sharp3-161/+53
2010-05-19render: set anim cursor state for pointer enabled devices onlyTiago Vignatti2-41/+26
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti5-305/+303
2010-05-19xfree86: remove xf86EnableAccessTiago Vignatti3-25/+0
2010-05-19xfree86: bus: remove SetSIGIOForState and simplify the codeTiago Vignatti1-27/+7
2010-05-19xfree86: bus: fb drivers might want to use vga arbitration eitherTiago Vignatti1-2/+2
2010-05-19xfree86: bus: simplify entity related hooksTiago Vignatti4-55/+17
2010-05-19xfree86: bus: enable declaration of sparc function as its code usageTiago Vignatti1-1/+1
2010-05-19xfree86: bus: rework xf86PostProbe logic and remove useless log infoTiago Vignatti1-10/+2
2010-05-19xfree86: bus: reuse already assigned variable when fb driver claimedTiago Vignatti1-4/+1
2010-05-19xfree86: bus: fix Enter/Leave accesses behaviourTiago Vignatti1-3/+0
2010-05-19xfree86: remove unused xf86AccessInit()Tiago Vignatti3-21/+3
2010-05-18xfree86: Add option parsing for percent options.Peter Hutterer7-1/+102
2010-05-18SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.Jamey Sharp1-1/+1
2010-05-18render: remove unused animcursor fields from private recTiago Vignatti1-4/+0
2010-05-18render: removed unused macro from animcursorTiago Vignatti1-2/+1