summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-04-24Add SIGIO/SIGPOLL support for SolarisAlan Coopersmith2-7/+38
2009-04-24Add casts to generated entries in sdksyms.c to silence type mismatch warningsAlan Coopersmith1-1/+1
2009-04-24Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-04-22Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-04-20DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson3-2/+67
2009-04-15Fix build on hurd-i386Samuel Thibault4-21/+12
2009-04-15randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-04-15xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+1
2009-04-15xfree86: don't synthesise a mouse section if synaptics devices are found.Peter Hutterer1-1/+2
2009-04-14Fix unused var warning from pci cleanups.Eric Anholt1-2/+0
2009-04-10DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-2/+22
2009-04-10DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith3-31/+17
2009-04-09xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer2-6/+6
2009-04-09xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.Peter Hutterer1-2/+5
2009-04-09config: fix crash caused by strdup(NULL)Eamon Walsh1-2/+3
2009-04-07Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson17-135/+130
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-04-06Remove some OS/2 leftovers.Adam Jackson1-3/+0
2009-04-04xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macrosJulien Cristau1-3/+0
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson2-4/+4
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-4/+2
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson2-23/+0
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson3-19/+0
2009-03-31APM: Don't carp if not available.Adam Jackson1-1/+0
2009-03-30APM: Use general handlers, not input handlers.Adam Jackson4-8/+8
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2009-03-20dix/xfree86: simplified velocity approximation algorithmSimon Thum1-34/+13
2009-03-16xfree86: remove a superfluous assignment.Peter Hutterer1-2/+0
2009-03-13Unexport xf86SetPriorityAdam Jackson2-25/+24
2009-03-12Honour Option "DPMS" "off" on xorg.confAnder Conselvan de Oliveira1-14/+13
2009-03-12xfree86: remove obsolete codeSimon Thum1-18/+0
2009-03-10randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-03-06[hw/xfree86] Fix StaticGray cmap.Winfried Grünewald1-2/+2
2009-03-04Remove dead EXTENSION_PROC_ARGS defineTomas Carnecky1-1/+0
2009-03-04Remove dead XTest code from extmodTomas Carnecky1-9/+0
2009-03-04Make DGA optional.Topi Kanerva2-1/+3
2009-03-03xfree86: Add linebreak to two debug statements.Peter Hutterer1-2/+2
2009-03-02randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-02-27DDC: Redo extended device probe slightly.Adam Jackson1-1/+6
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer1-2/+1
2009-02-27Remove references to rgb.txt from files section of Xserver and Xorg man pagesJon TURNEY1-3/+0
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-21/+233
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer1-1/+2