summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-09Don't use extended regexps in sed when not necessary.Eric Anholt
Some seds require a flag to enable extended regexps.
2007-04-09Bug #10515: Fix module version number with more than one digit per field.Brice Goglin
2007-04-09Turn off ALWAYS_SYNC in EXA.Eric Anholt
This slipped in as a debugging aid, and never got turned off. The driver appears to work fine without it on an i915 system, and for the non-default EXA option, we'd rather see issues found than continue running with debugging aids and hiding them behind bad performance.
2007-04-09Avoid a magic number and correct a (currently harmless) ifdef in ResetState().Eric Anholt
2007-04-03It's 2007 now. Didn't I get the memo?Eric Anholt
2007-04-03Bump version to 1.9.94 for 2.0 RC4.Eric Anholt
2007-04-03Move README to being a plain old text file.Eric Anholt
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-04-03Update README source for new release notes.Eric Anholt
2007-04-03Remove long-stale TODO file.Eric Anholt
2007-04-02make warning info only so ppl don't go reporting stupid bugsDave Airlie
2007-03-30Warnings cleanup in ch7xxx.Eric Anholt
2007-03-30Finish off some function renaming that was missed before.Eric Anholt
Thanks to alanc for catching this.
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt
2007-03-30Merge branch 'crestline-qa'Keith Packard
2007-03-29Add missing file for old server compatibility build.Eric Anholt
2007-03-29Whitespace cleanup in Makefile.Eric Anholt
2007-03-27EXA: i830 fix blend actionWang Zhenyu
i830_get_blend_cntl() has already added S8 offset.
2007-03-27EXA: fix i830 componentAlpha supportWang Zhenyu
Pick fix from i915 render, change tex blend pipeline for CA.
2007-03-27EXA: fix i830 texture setupWang Zhenyu
Use LOAD_IMM_2 helper cmd for tex setup. Enable RepeatNormal support. Fix A8 format, i830 can support it now.
2007-03-26Merge branch 'master' of ↵Eric Anholt
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
2007-03-27Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵Nian Wu
crestline
2007-03-26Bump version to 1.9.93 for 2.0RC3.Eric Anholt
2007-03-26Add Solaris to list of OS'es with agpgart in man pageAlan Coopersmith
2007-03-26Update .gitignore.Eric Anholt
2007-03-26Power on the LVDS B-channel pairs only when we've chosen dual-channel mode.Eric Anholt
It was basing off of the clock rate, but we have an override to use the existing dual channel state when we can detect it, so the two settings were conflicting.
2007-03-26Update manpage to remove Rotate option and point at xorg.conf instead.Eric Anholt
While here, update a few other bits as well.
2007-03-26Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵Nian Wu
crestline
2007-03-25Switch TV_FORMAT property to format XA_ATOMKeith Packard
This allows the driver to report the set of valid formats in the property data.
2007-03-24Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵Nian Wu
crestline
2007-03-23Eliminate calls to RRPostPendingProperty.Keith Packard
RRPostPendingProperty has been removed in favor of RRPostPendingProperties, and that call is now managed outside of the driver.
2007-03-23Record 3D state loss at EnterVT in last_3d value.Keith Packard
last_3d set to LAST_3D_OTHER indicates that the 3D hardware has unknown state.
2007-03-23Don't call AdjustFrame on EnterVT.Keith Packard
AdjustFrame is strictly for legacy compatibility; calling it on EnterVT wrecks crtc positions.
2007-03-23Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵Nian Wu
crestline
2007-03-23Property size is in units, not bytes.Keith Packard
Several places were using byte lengths instead of unit lengths for properties.
2007-03-23TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard
Remove TV format from mode name, instead use an explicit output property and split the input resolution from the tv format. Add properties to set the blank area on all four sides of the image.
2007-03-22Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵Nian Wu
crestline
2007-03-22EXA: don't smash vertex header in G965Wang Zhenyu
Originally we smashed vertex header to store texture coordinates, this is working as we only use sf/wm kernel and disable all other stages on pipeline. But better to not do this. This also cleans up vertex elements state and makes vertex buffer order looks "normal".
2007-03-21Merge branch 'crestline' of ↵Nian Wu
git://otc-graphics.jf.intel.com/git/xorg/driver/xf86-video-intel into crestline
2007-03-21Merge branch 'master' into crestlineWang Zhenyu
2007-03-21Whitespace and symbolic reg names cleanup in i830_panel_fitter_pipe().Eric Anholt
2007-03-20Set the panel fitter to the right pipe on Crestline.Eric Anholt
2007-03-21EXA: try to enable rotation for G965Wang Zhenyu
The new sf/wm should handle the texture sampling only in rotated case. Also fix possible hole in VUE slot.
2007-03-20Merge branch 'master' into crestlineEric Anholt
Conflicts: src/i810_reg.h src/i830_display.c
2007-03-21Merge branch 'crestline' of ↵Nian Wu
git://otc-graphics.jf.intel.com/git/xorg/driver/xf86-video-intel into crestline
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt
- Use the existing single/dual-channel state when available, as changing it doesn't appear to work out. - Set the power state of the CLKB and B0-B3 pairs according to whether choose to go dual-channel or not. - Restore the LVDS register at the appropriate point (before DPLLs are re-programmed.
2007-03-20Merge branch 'crestline' of ↵Nian Wu
git://otc-graphics.jf.intel.com/git/xorg/driver/xf86-video-intel into crestline
2007-03-20Merge branch 'master' of ↵Wang Zhenyu
git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-video-intel into crestline Conflicts: src/i830_display.c Change LVDS output and postread like upstream. This might need to be retested on 965GM LVDS.
2007-03-19Set the CURSOR_SIZE register when present.Eric Anholt
Failure to do so gets you a lot of pretty colors.
2007-03-19Print the mode actually being set per pipe.Eric Anholt