summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-13commit missing piece from resume patchXORG-6_8_99_12Alan Hourihane1-3/+1
2005-06-09Bug #3496 <https://bugs.freedesktop.org/show_bug.cgi?id=3496>XORG-6_8_99_11Alan Hourihane1-3/+0
2005-06-08Fix the mode validation such that using function 5f05 to set the refresh rateAlan Hourihane1-3/+3
2005-06-07Fix text restoration when display switching has been activated and we could beAlan Hourihane1-0/+3
2005-06-06missed a hunkAlan Hourihane1-0/+1
2005-06-06Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3054>Alan Hourihane1-17/+78
2005-05-31and another. sheesh.XORG-6_8_99_10Alan Hourihane1-1/+1
2005-05-31missed hunkAlan Hourihane1-1/+1
2005-05-31Add Intel(R) 945G supportAlan Hourihane6-36/+50
2005-05-25Change the sequence on how refresh rates are set in the i830 driver. This worksXORG-6_8_99_9Alan Hourihane2-37/+17
2005-05-20Bugzilla #3292: https://bugs.freedesktop.org/show_bug.cgi?id=3292XORG-6_8_99_8Alan Hourihane6-8/+372
2005-05-20Bugzilla #2339: https://bugs.freedesktop.org/show_bug.cgi?id=2339Alan Hourihane3-596/+1024
2005-05-20Bugzilla #2585: https://bugs.freedesktop.org/show_bug.cgi?id=2585Alan Hourihane3-4/+30
2005-05-18Bug #3163: Create new DRIINFO_*_VERSION macros to indicate theAdam Jackson2-6/+8
2005-04-20Fix includes right throughout the Xserver tree:XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4Daniel Stone5-19/+27
2005-04-14Fix initial DDC parameters when validating modes.XORG-6_8_99_3Alan Hourihane1-2/+2
2005-04-01Check the VESA BIOS scanline requirements and adjust the displayWidthXORG-6_8_99_2XORG-6_8_99_1Alan Hourihane1-2/+19
2005-03-21a one line fixup to the UseDDC codeAlan Hourihane1-0/+2
2005-03-21Fix some bad alignment problems when allocating memory fromAlan Hourihane1-4/+3
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane2-6/+8
2005-03-15Enforce DDC monitor ranges usage if we have them and reject badAlan Hourihane2-58/+103
2005-03-03Limit the maximum refresh rate to 85Hz and remove the bogusAlan Hourihane3-26/+55
2005-03-01Fix an off by one error when scaling which caused occasionalAlan Hourihane1-2/+2
2005-02-10Fix unaligned YV12 videos that caused skew when playing.Alan Hourihane1-23/+16
2005-02-10Fix pixmap cache corruption when Xv was in use due to a memory allocatorAlan Hourihane1-4/+0
2005-02-08Setup the Xv atoms correctly.Alan Hourihane1-12/+31
2005-02-07Check the pixel clock choosen for a specific refresh rateEgbert Eich1-4/+18
2005-02-01Check return value of i830InitDma() and fail to initialize the DRIAlan Hourihane1-1/+12
2005-01-24Unmap XCursor AGP memory on VT switch to prevent system from lockupEgbert Eich1-0/+5
2005-01-10Revert some changes to TweakMemorySizeAlan Hourihane1-28/+28
2005-01-06Add:Alan Hourihane11-91/+1319
2005-01-03Bug #1488: Fix crash on i830 during startup. (Eric Anholt)Adam Jackson1-1/+1
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn8-10/+10
2004-11-02Fixed KGA handling for i810. KGA handling for chips derived from C&T chips isEgbert Eich1-12/+15
2004-10-27Removing vtSema shilding of accel sync - should have been '&&' instead of '||'Egbert Eich1-1/+1
2004-10-12Change order of SetDisplayDevice(), HWRestore(), UnbindGART() andEgbert Eich9-53/+53
2004-10-11Checking if server isn't switched away before calling sync.Egbert Eich2-3/+6
2004-09-22Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones.Adam Jackson1-1/+1
2004-09-17Bug #1192: Remove cfb support from drivers where its use is an option.Adam Jackson1-3/+3
2004-08-30Fix ARGB cursor problem on i810 (Bug #1195, Alan Hourihane).rel-0-6-1XORG-6_8_1XORG-6_8_0XORG-6_7_99_904Kevin E Martin1-0/+1
2004-08-26Fix i810 compilation without Xinerama (Bug #1180, Simon Schubert).XORG-6_7_99_903Kevin E Martin1-2/+8
2004-08-25Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie).Kevin E Martin1-0/+12
2004-07-30Do I810EmitFlush() during screen init to make sure 2D engine is in a sane stateXORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1Egbert Eich1-1/+2
2004-07-30add i845 to the list of chips that allow memory size tweaking.Egbert Eich1-2/+1
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When usingAdam Jackson3-11/+11
2004-07-30Removed bugs on TweakMemorySize() which prevented it from working at all.Egbert Eich1-7/+9
2004-07-30Fix "DoLoadableServer NO" buildKevin E Martin1-2/+2
2004-07-06Increase default video RAM size to 16MB when DRI is enabled and more than 128MBEgbert Eich4-71/+93
2004-06-22add CmdBufferAlan Hourihane1-3/+11
2004-06-22i915 supportAlan Hourihane19-1516/+3000