Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-17 | Don't try to init the XAA linear region unless we allocated memory for it. | Eric Anholt | |
Reported by JM Ibanez | |||
2007-04-17 | Fix i852 EXA Composite acceleration setup. | Eric Anholt | |
Reported by JM Ibanez. | |||
2007-04-17 | Fix build against xserver 1.2. | Timo Aaltonen | |
2007-04-17 | Add all the possible ivch slave addresses (still commented out). | Eric Anholt | |
2007-04-17 | Bug #10438: Fix 965 XV when sourcing from less than the full image. | Eric Anholt | |
Bob deinterlacing in MythTV, and the zoom options in totem would result in attempting to source from outside the video instead of scaling appropriately. | |||
2007-04-17 | Check for the PENDING message when reading the attached | Alan Hourihane | |
displays. Ensures the command has completed before continuing. (probably need to check PENDING in other SDVO calls too) | |||
2007-04-17 | EXA: fix i830 render | Wang Zhenyu | |
Fix tex blend pipeline in case that src/mask pict has no alpha. Unmask color buffer write disable bits. These make rendercheck run fine on 855GM. | |||
2007-04-16 | EXA: fix 830/845G pict format | Wang Zhenyu | |
Fallback in 830/845G when pict format is a8, x8r8g8b8 or x8b8g8r8. The hw doesn't support them. | |||
2007-04-16 | EXA: Add i830 supported pict format XRGB8888, XBGR8888 | Wang Zhenyu | |
2007-04-16 | EXA: i830 render misc fix and cleanups | Wang Zhenyu | |
Try to map texture stream when setup texture map, and use correct order in load_immediate_1 cmd, which fixed crash on 845GV. Also remove some flush cmds. | |||
2007-04-16 | Update intel.man with 965GM chipset support | Wang Zhenyu | |
2007-04-13 | Fix crash on G965 XAA with LinearAlloc option | Wang Zhenyu | |
We should alloc xaa_linear mem in LinearAlloc case, otherwise we get crash when initializing xf86 fb manager. | |||
2007-04-12 | Add license headers to 965 programs. | Eric Anholt | |
2007-04-10 | Bug #10520: i810 manpage not installed despite users expecting it to be there. | Eric Anholt | |
Install it as an alias to intel.4x, since we're letting people load the driver as "i810" still. | |||
2007-04-09 | Don't use extended regexps in sed when not necessary. | Eric Anholt | |
Some seds require a flag to enable extended regexps. | |||
2007-04-09 | Bug #10515: Fix module version number with more than one digit per field. | Brice Goglin | |
2007-04-09 | Turn 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-09 | Avoid a magic number and correct a (currently harmless) ifdef in ResetState(). | Eric Anholt | |
2007-04-03 | It's 2007 now. Didn't I get the memo? | Eric Anholt | |
2007-04-03 | Bump version to 1.9.94 for 2.0 RC4. | Eric Anholt | |
2007-04-03 | Move README to being a plain old text file. | Eric Anholt | |
2007-04-03 | Move a bunch of debugging verbosity under Option "ModeDebug". | Eric Anholt | |
2007-04-03 | Update README source for new release notes. | Eric Anholt | |
2007-04-03 | Remove long-stale TODO file. | Eric Anholt | |
2007-04-02 | make warning info only so ppl don't go reporting stupid bugs | Dave Airlie | |
2007-03-30 | Warnings cleanup in ch7xxx. | Eric Anholt | |
2007-03-30 | Finish off some function renaming that was missed before. | Eric Anholt | |
Thanks to alanc for catching this. | |||
2007-03-30 | Don't forget the warnings CFLAGS in subdirectories. | Eric Anholt | |
2007-03-30 | Merge branch 'crestline-qa' | Keith Packard | |
2007-03-29 | Add missing file for old server compatibility build. | Eric Anholt | |
2007-03-29 | Whitespace cleanup in Makefile. | Eric Anholt | |
2007-03-27 | EXA: i830 fix blend action | Wang Zhenyu | |
i830_get_blend_cntl() has already added S8 offset. | |||
2007-03-27 | EXA: fix i830 componentAlpha support | Wang Zhenyu | |
Pick fix from i915 render, change tex blend pipeline for CA. | |||
2007-03-27 | EXA: fix i830 texture setup | Wang Zhenyu | |
Use LOAD_IMM_2 helper cmd for tex setup. Enable RepeatNormal support. Fix A8 format, i830 can support it now. | |||
2007-03-26 | Merge branch 'master' of ↵ | Eric Anholt | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2007-03-27 | Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵ | Nian Wu | |
crestline | |||
2007-03-26 | Bump version to 1.9.93 for 2.0RC3. | Eric Anholt | |
2007-03-26 | Add Solaris to list of OS'es with agpgart in man page | Alan Coopersmith | |
2007-03-26 | Update .gitignore. | Eric Anholt | |
2007-03-26 | Power 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-26 | Update manpage to remove Rotate option and point at xorg.conf instead. | Eric Anholt | |
While here, update a few other bits as well. | |||
2007-03-26 | Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵ | Nian Wu | |
crestline | |||
2007-03-25 | Switch TV_FORMAT property to format XA_ATOM | Keith Packard | |
This allows the driver to report the set of valid formats in the property data. | |||
2007-03-24 | Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵ | Nian Wu | |
crestline | |||
2007-03-23 | Eliminate 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-23 | Record 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-23 | Don't call AdjustFrame on EnterVT. | Keith Packard | |
AdjustFrame is strictly for legacy compatibility; calling it on EnterVT wrecks crtc positions. | |||
2007-03-23 | Merge git://proxy01.pd.intel.com:9419/git/xorg/driver/xf86-video-intel into ↵ | Nian Wu | |
crestline | |||
2007-03-23 | Property size is in units, not bytes. | Keith Packard | |
Several places were using byte lengths instead of unit lengths for properties. | |||
2007-03-23 | TV 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. |