summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
AgeCommit message (Expand)Author
2007-08-07Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt
2007-08-06Fix accumulated whitespace nits in i830_exa.cEric Anholt
2007-08-06More tiled rendering fixes: - check for tiling, not just offset in PrepareSol...Jesse Barnes
2007-08-03Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-06-27EXA: don't have to check offscreen sizeWang Zhenyu
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-22i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-04-17Fix i852 EXA Composite acceleration setup.Eric Anholt
2007-04-09Turn off ALWAYS_SYNC in EXA.Eric Anholt
2007-03-09Revert change accidentally included in previous commit.Michel Dänzer
2007-03-09Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase.Michel Dänzer
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-09Fix comments on 965 pitch alignment restrictions.Eric Anholt
2007-02-08EXA: i965 pixmap pitch alignWang Zhenyu
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
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-30Fix accelerated Render transformations.Eric Anholt
2007-01-30Simplify EXA acceleration transform handling.Eric Anholt
2007-01-25Make rotated shadow buffer allocation dynamic.Eric Anholt
2007-01-11EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing.Eric Anholt
2007-01-11Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c.Eric Anholt
2007-01-08Move EXA function declarations from source to header.Keith Packard
2007-01-06Numerous symbol scope issues.Keith Packard
2007-01-06Merge branch 'modesetting-origin' into modesettingWang Zhenyu
2007-01-06[PATCH] EXA state mem for G965Wang Zhenyu
2007-01-06More sparse cleanups:Jesse Barnes
2007-01-03[PATCH] Add file for i965 exa compositeWang Zhenyu
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
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