summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
Commit message (Expand)AuthorAgeFilesLines
* Move EXA function declarations from source to header.Keith Packard2007-01-081-12/+0
* Numerous symbol scope issues.Keith Packard2007-01-061-32/+27
* Merge branch 'modesetting-origin' into modesettingWang Zhenyu2007-01-061-5/+5
|\
| * More sparse cleanups:Jesse Barnes2007-01-061-5/+5
* | [PATCH] EXA state mem for G965Wang Zhenyu2007-01-061-6/+1
* | [PATCH] Add file for i965 exa compositeWang Zhenyu2007-01-031-1/+17
|/
* Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard2007-01-021-0/+1
* Note alignment requirement for i915 3D (texturing).Eric Anholt2006-10-261-0/+1
* misc cleanupWang Zhenyu2006-09-191-6/+4
* Add a compile flag to enable syncing after each operation in EXA.Eric Anholt2006-09-141-8/+17
* Add a note on maxX/maxY for the 2D rendering.Eric Anholt2006-09-141-0/+2
* Replace a couple of mis-uses of the screen's bpp when the pixmap's was needed.Eric Anholt2006-09-141-2/+2
* Replace duplicated sync code in exa with a call to I830Sync.Eric Anholt2006-09-141-26/+4
* reimplement Solid functionWang Zhenyu2006-09-111-37/+24
* Merge branch 'exa-origin' into exaEric Anholt2006-09-081-2/+4
|\
| * Current 915 render operations for 915G/945G onlyWang Zhenyu2006-08-241-2/+4
* | Remove another debug printf.Eric Anholt2006-09-071-1/+0
* | Re-remove xf86_ansic.h, and move copyright to the top of the file.Eric Anholt2006-09-071-1/+0
* | Remove the UTS/DFS implementations that just match the fallback versions.Eric Anholt2006-09-071-64/+0
|/
* remove crap blit in UploadToScreen, we should find a moreWang Zhenyu2006-07-241-38/+0
* The pixmap's drawable x/y coordinates are always 0, so don't bother using them.Eric Anholt2006-07-201-36/+27
* The vertex data are all floats, so write the dest coords as floats.Eric Anholt2006-07-201-8/+8
* Revert "Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd."Wang Zhenyu2006-07-201-32/+26
* Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd.Wang Zhenyu2006-07-181-26/+32
* fallback in 'repeat' case for nowWang Zhenyu2006-07-181-2/+6
* Current exa render implement for i830 and i915, test onWang Zhenyu2006-07-141-47/+238
* Fix build with new EXA headers.Eric Anholt2006-06-261-2/+2
* Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt2006-06-181-2/+2
* fix a typoWang Zhenyu2006-05-221-1/+1
* revert wrong setting for memorySize, which shouldWang Zhenyu2006-05-191-1/+1
* oop I830FALLBACK define errorWang Zhenyu2006-05-181-1/+1
* Add DEBUG_I830FALLBACK for easier trackingWang Zhenyu2006-05-181-4/+18
* Check alignment require in PrepareSolid, noticed by Eric,Wang Zhenyu2006-05-181-2/+13
* Solid planemask in PrepareSolid/Copy might be 0xffffffffWang Zhenyu2006-05-181-2/+2
* Fix memorySize to enable offscreen mem manage.Wang Zhenyu2006-05-171-1/+1
* Save initialize EXADriverPtr, and free it in failure.Wang Zhenyu2006-04-291-1/+3
* Update to EXA 2.0 API.Eric Anholt2006-04-281-28/+29
* Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt2006-04-281-0/+418