Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-26 | Major cleanup of 3D invariant state, fixing hangs with rotation and render.exa | Eric 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-21 | add copyright info | Wang Zhenyu | |
2006-07-20 | The pixmap's drawable x/y coordinates are always 0, so don't bother using them. | Eric Anholt | |
2006-07-21 | move i830 default coord set into I830EmitInvarientState | Wang Zhenyu | |
2006-07-21 | Take from i915, blend ctl code cleanup. | Wang Zhenyu | |
2006-07-21 | Take instruction fixes into i830, with indent changes. | Wang Zhenyu | |
2006-07-14 | Current exa render implement for i830 and i915, test on | Wang 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. |