summaryrefslogtreecommitdiff
path: root/src/i830_exa_render.c
AgeCommit message (Collapse)Author
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.exaEric Anholt
Now, the generic invariant state is always set while the X Server is active, and happens automatically when the X Server grabs the DRI lock. More 3D state is moved to the generic code. Then, the 3D consumers (video, rotation, render) set last_3d to their enum entry, and can update their own invariant state when another consumer was active.
2006-07-21add copyright infoWang Zhenyu
2006-07-20The pixmap's drawable x/y coordinates are always 0, so don't bother using them.Eric Anholt
2006-07-21move i830 default coord set into I830EmitInvarientStateWang Zhenyu
2006-07-21Take from i915, blend ctl code cleanup.Wang Zhenyu
2006-07-21Take instruction fixes into i830, with indent changes.Wang Zhenyu
2006-07-14Current exa render implement for i830 and i915, test onWang Zhenyu
865GM and 915G. There is issue in picture 'repeat' support. And also stop recursive behavior in I830WaitLpRing to allow server to abort instead of system hang.