summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)Author
2006-10-26Note alignment requirement for i915 3D (texturing).Eric Anholt
2006-09-19misc cleanupWang Zhenyu
2006-09-14Add a compile flag to enable syncing after each operation in EXA.Eric Anholt
2006-09-14Add a note on maxX/maxY for the 2D rendering.Eric Anholt
2006-09-14Replace a couple of mis-uses of the screen's bpp when the pixmap's was needed.Eric Anholt
2006-09-14Replace duplicated sync code in exa with a call to I830Sync.Eric Anholt
2006-09-11reimplement Solid functionWang Zhenyu
2006-09-08Merge branch 'exa-origin' into exaEric Anholt
2006-09-07Remove another debug printf.Eric Anholt
2006-09-07Re-remove xf86_ansic.h, and move copyright to the top of the file.Eric Anholt
2006-09-07Remove the UTS/DFS implementations that just match the fallback versions.Eric Anholt
2006-08-24Current 915 render operations for 915G/945G onlyWang Zhenyu
2006-07-24remove crap blit in UploadToScreen, we should find a moreWang Zhenyu
2006-07-20The pixmap's drawable x/y coordinates are always 0, so don't bother using them.Eric Anholt
2006-07-20The vertex data are all floats, so write the dest coords as floats.Eric Anholt
2006-07-20Revert "Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd."Wang Zhenyu
2006-07-18Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd.Wang Zhenyu
2006-07-18fallback in 'repeat' case for nowWang Zhenyu
2006-07-14Current exa render implement for i830 and i915, test onWang Zhenyu
2006-06-26Fix build with new EXA headers.Eric Anholt
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt
2006-05-22fix a typoWang Zhenyu
2006-05-19revert wrong setting for memorySize, which shouldWang Zhenyu
2006-05-18oop I830FALLBACK define errorWang Zhenyu
2006-05-18Add DEBUG_I830FALLBACK for easier trackingWang Zhenyu
2006-05-18Check alignment require in PrepareSolid, noticed by Eric,Wang Zhenyu
2006-05-18Solid planemask in PrepareSolid/Copy might be 0xffffffffWang Zhenyu
2006-05-17Fix memorySize to enable offscreen mem manage.Wang Zhenyu
2006-04-29Save initialize EXADriverPtr, and free it in failure.Wang Zhenyu
2006-04-28Update to EXA 2.0 API.Eric Anholt
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt