summaryrefslogtreecommitdiff
path: root/src/i830_exa_render.c
AgeCommit message (Expand)Author
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt
2007-01-31Add an accelerated path for rotation Render operations in XAA.Eric Anholt
2007-01-30Simplify EXA acceleration transform handling.Eric Anholt
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-06Numerous symbol scope issues.Keith Packard
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.exaEric Anholt
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