summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt7-49/+87
2007-04-02make warning info only so ppl don't go reporting stupid bugsDave Airlie1-3/+2
2007-03-30Warnings cleanup in ch7xxx.Eric Anholt1-7/+1
2007-03-30Finish off some function renaming that was missed before.Eric Anholt1-3/+5
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt6-5/+11
2007-03-30Merge branch 'crestline-qa'Keith Packard7-19/+140
2007-03-29Add missing file for old server compatibility build.Eric Anholt1-0/+1
2007-03-29Whitespace cleanup in Makefile.Eric Anholt1-10/+10
2007-03-27EXA: i830 fix blend actionWang Zhenyu1-1/+1
2007-03-27EXA: fix i830 componentAlpha supportWang Zhenyu1-6/+15
2007-03-27EXA: fix i830 texture setupWang Zhenyu2-54/+46
2007-03-27Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu1-1/+1
2007-03-26Power on the LVDS B-channel pairs only when we've chosen dual-channel mode.Eric Anholt1-1/+1
2007-03-26Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu1-17/+39
2007-03-25Switch TV_FORMAT property to format XA_ATOMKeith Packard1-17/+39
2007-03-24Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu2-16/+3
2007-03-23Eliminate calls to RRPostPendingProperty.Keith Packard1-13/+1
2007-03-23Record 3D state loss at EnterVT in last_3d value.Keith Packard1-0/+1
2007-03-23Don't call AdjustFrame on EnterVT.Keith Packard1-3/+1
2007-03-23Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu2-81/+291
2007-03-23Property size is in units, not bytes.Keith Packard2-3/+3
2007-03-23TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard2-81/+291
2007-03-22Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into c...Nian Wu1-23/+25
2007-03-22EXA: don't smash vertex header in G965Wang Zhenyu1-23/+25
2007-03-21Merge branch 'master' into crestlineWang Zhenyu6-6/+333
2007-03-21Whitespace and symbolic reg names cleanup in i830_panel_fitter_pipe().Eric Anholt1-6/+6
2007-03-20Set the panel fitter to the right pipe on Crestline.Eric Anholt2-1/+7
2007-03-21EXA: try to enable rotation for G965Wang Zhenyu6-6/+333
2007-03-20Merge branch 'master' into crestlineEric Anholt5-30/+105
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt5-21/+108
2007-03-20Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu32-1155/+1065
2007-03-19Set the CURSOR_SIZE register when present.Eric Anholt1-0/+3
2007-03-19Print the mode actually being set per pipe.Eric Anholt1-1/+10
2007-03-19Add debug output for ADPA.Eric Anholt1-1/+12
2007-03-19Fix build when DAMAGE is not defined.Michel Dänzer1-3/+6
2007-03-18Make i830_sdvo_write_sdvox write everything twice.Keith Packard1-17/+18
2007-03-17Allocate 4 separate buffers for HW Cursors on Linux.Keith Packard2-3/+51
2007-03-17Elide I830DRIClipNotify for older DRI versions.Keith Packard1-3/+10
2007-03-17Cast ARGB cursor address to CARD32 * to eliminate warning.Keith Packard1-1/+1
2007-03-17Increase DDC I2C RiseFallTime to handle older monitorsKeith Packard1-0/+1
2007-03-17Build fix for pre-XF86DRI_MM environments.Keith Packard1-1/+1
2007-03-17Remove extra (and incorrect) I2C ByteTimeout setting.Keith Packard1-1/+5
2007-03-16Move vendor ID check in the utils to after pci_device_probe.Eric Anholt2-6/+6
2007-03-16Add the (afaict) correct ch7017 I2C slave address.Eric Anholt1-1/+1
2007-03-16Fix compile failure due to needed types being in inttypes.h on Linux.Eric Anholt1-1/+1
2007-03-15Fix crashes and other failures when a cursor allocation fails.Eric Anholt3-84/+63
2007-03-15Don't reload the cursors if we haven't set up the screen yet.Eric Anholt1-1/+2
2007-03-15Fix sparse warnings about using 0 for NULL.Eric Anholt2-13/+13
2007-03-15Use new driver-independent CRTC-based cursor layer.Keith Packard4-502/+185
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer3-1/+12