summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure DRM library paths are includedxf86-video-intel-2.5.12.5Jesse Barnes2008-11-131-2/+2
* Update version to 2.5.1 in preparation for releaseJesse Barnes2008-11-111-1/+1
* quirk LVDS on Asus Eee boxZhenyu Wang2008-11-111-0/+3
* Use long crt hotplug activation time on GM45.Keith Packard2008-11-112-21/+52
* TV: fix timing parameters for PAL, 480p, 1080iZhenyu Wang2008-11-111-4/+4
* TV: save serveral TV_CTL register fields in mode setZhenyu Wang2008-11-112-2/+3
* TV: fix default contrast and saturation modifierZhenyu Wang2008-11-111-1/+3
* TV: white space cleanupZhenyu Wang2008-11-111-85/+82
* SDVO: fix more command definition errorsZhenyu Wang2008-11-111-3/+3
* SDVO: add command for set monitor power stateZhenyu Wang2008-11-112-2/+19
* SDVO: add GetScaledHDTVResolutionSupport commandZhenyu Wang2008-11-112-0/+93
* SDVO: fix sdvo tv format and sdtv resolution request/reply definitionZhenyu Wang2008-11-111-3/+14
* SDVO: add HDMI audio encrypt change bit for GetInterruptEventSource commandZhenyu Wang2008-11-111-1/+2
* SDVO: fix wrong order of sdvo version's major/minorZhenyu Wang2008-11-111-1/+1
* Make IS_GM45 into IS_G4X defineZhenyu Wang2008-11-117-16/+16
* Make I830FALLBACK debugging a runtime instead of compile-time option.Jesse Barnes2008-11-117-68/+34
* Add an option to make the overlay be the first XV adaptor.Maxim Levitsky2008-11-114-2/+24
* Don't modify render standby if kernel mode setting is activeJesse Barnes2008-11-111-1/+2
* Quirk: No LVDS on Dell Studio HybridAdam Jackson2008-11-111-0/+2
* Ignore intel_gtt binaryCarl Worth2008-11-111-0/+1
* Default kernel mode setting to off, add configure flag to enableDave Airlie2008-11-111-7/+14
* Bump version to 2.5.0 for releasexf86-video-intel-2.5.0Jesse Barnes2008-10-201-1/+1
* Merge branch 'master' into xf86-video-intel-2.5-branchJesse Barnes2008-10-2010-92/+87
|\
| * Enable Option "Legacy3D" for 965 as well, and clarify both the docs and code.Eric Anholt2008-10-192-41/+10
| * Use pipes, not planes for sarea geometry dataKeith Packard2008-10-193-27/+27
| * Reduce incidence of MI_FLUSH usage.Keith Packard2008-10-195-15/+30
| * No need to check for drmCommandWriteRead; we link against libdrmKeith Packard2008-10-191-2/+1
| * Remove accidental 'return;' left at the top of I830DRIInitBuffersKeith Packard2008-10-191-1/+0
| * Check for DRI module before initializing GEM mmKeith Packard2008-10-191-8/+21
* | Update version to 2.4.98 for 2.5.0 release candidatexf86-video-intel-2.4.98.0Jesse Barnes2008-10-181-1/+1
|/
* Handle differently tiled front/back/depth/third in DRI window managementKeith Packard2008-10-173-68/+74
* XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)Keith Packard2008-10-171-5/+5
* Don't handle irq in GEM modeZhenyu Wang2008-10-162-3/+7
* Make GTT dumper work on other 9XX chipsZhenyu Wang2008-10-161-5/+25
* Fix Mac mini crash in DDC mode probeAdam Jackson2008-10-161-0/+2
* Remove gratuitous flushing in EXA after solid operations.Eric Anholt2008-10-151-2/+2
* Fix broken stolen memory counting on G4X.Eric Anholt2008-10-141-2/+2
* Add a GTT dumper for G4x debugging.Eric Anholt2008-10-142-1/+110
* Typo fixJulien Cristau2008-10-121-1/+1
* Bug #17892: Fix possible crash in CRT probeZhenyu Wang2008-10-121-6/+16
* For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completionKeith Packard2008-10-091-1/+3
* i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() callKeith Packard2008-10-091-0/+1
* Disable frame buffer compression by default for GM965.Carl Worth2008-10-091-0/+7
* Remove Lenovo T61 TV quirkZhenyu Wang2008-10-091-2/+0
* Put forware VBIOS data parsingZhenyu Wang2008-10-081-4/+4
* Fix driver build against server master.Lukas Hejtmanek2008-10-071-1/+4
* Fix driver build against server 1.4.2.Eric Anholt2008-10-066-14/+44
* Fix bios_reader build against old servers.Eric Anholt2008-10-063-1/+9
* Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.Eric Anholt2008-10-062-9/+36
* Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes2008-10-0611-87/+98
|\