summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-03New upstream release candidate.Julien Cristau
Run autoreconf to update configure/Makefile.in.
2007-04-03Revert "Build a xserver-xorg-video-intel-dbg package with debugging symbols."Julien Cristau
This reverts commit aa6bdbbeeb6776afda6eee53edf8cd39a1280afc. Let's get 1.9.94 in the archive first, we'll build the -dbg package later.
2007-04-03Merge tag 'xf86-video-intel-1.9.94' into debian-experimentalJulien Cristau
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-31Build a xserver-xorg-video-intel-dbg package with debugging symbols.Brice Goglin
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-28Update upstream changelog.Julien Cristau
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-27Bump build-dep on xserver-xorg-dev to >= 2:1.2.99.903.Julien Cristau
2007-03-27New upstream release candidate.Julien Cristau
Autoreconf and bump debian/changelog.
2007-03-27Merge tag 'xf86-video-intel-1.9.93' into debian-experimentalJulien Cristau
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