summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Fix a couple off-by-one array boundary checks.Jeremy Huddleston1-1/+1
2009-06-29xfree86: restore default off for DontZapPeter Hutterer2-9/+7
2009-06-29EDID: Fix timing class names to match the specAdam Jackson1-3/+3
2009-06-19pci: Dump vendor/devices ids in the printed device listAdam Jackson1-6/+4
2009-06-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-06-11DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-06-11DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-06-11DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-06-11DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-2/+22
2009-06-11DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
2009-06-11EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson3-4/+86
2009-06-11EDID: Be more cautious about finding vendor blocks.Adam Jackson1-2/+4
2009-06-11vfb: Fix depth setup.Adam Jackson1-27/+3
2009-05-08Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-05-08Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-05-08randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-05-08Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-05-08Remove references to rgb.txt from files section of Xserver and Xorg man pagesJon TURNEY1-3/+0
2009-05-08Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes1-3/+8
2009-05-08Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-05-08xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-05-08xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+4
2009-05-08DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-03-20randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-02-25XQuartz: Re-enable support for capslockJeremy Huddleston1-1/+2
2009-02-25DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2009-02-25Add Extensions section to xorg.conf man pageAlan Coopersmith1-1/+28
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-167/+214
2009-02-19xf86CrtcShadowClear is unused.Keith Packard1-31/+0
2009-02-19Make panning+transform be correctly driven by mouseKeith Packard1-8/+173
2009-02-19Make RgbPath keyword in xorg.conf a non-fatal errorAlan Coopersmith2-0/+7
2009-02-18X11/fonts/fontmod.h doesn't exist anymore.Keith Packard1-1/+0
2009-02-18XQuartz: Don't need GlxSetVisualConfig any moreJeremy Huddleston1-2/+0
2009-02-17Eliminate the shadow clear on transform changeKeith Packard2-14/+29
2009-02-17Add XkbDir to Files config file sectionKeith Packard7-0/+25
2009-02-17Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-86/+48
2009-02-17Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard1-11/+18
2009-02-17XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
2009-02-17XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXTJeremy Huddleston1-0/+2
2009-02-17XQuartz: Don't need explicit Activate/EnableDevice in InitInputJeremy Huddleston2-12/+0
2009-02-17glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt1-15/+0
2009-02-17Merge branch 'panning-for-server-1.6' into server-1.6-branchKeith Packard3-5/+85
2009-02-17Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade3-13/+18
2009-02-17xfree86: always force RAW mode under linux.Peter Hutterer1-35/+25
2009-02-17Check for and report errors writing xorg.conf.new from Xorg -configureAlan Coopersmith1-2/+10
2009-02-17Correct error message if specified config file is not foundAlan Coopersmith1-3/+2
2009-02-17Handle the combination of panning and crtc transformsKeith Packard1-26/+10
2009-02-17Damage re-used shadow scanout buffer using new transforms.Keith Packard1-1/+5
2009-01-30avoid a potential endless loop.Xiang, Haihao1-2/+6