summaryrefslogtreecommitdiff
path: root/src/i830_exa.c
Commit message (Expand)AuthorAgeFilesLines
* Limit TV formats to those supported by current connectionKeith Packard2007-08-281-1/+1
* Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt2007-08-171-0/+29
* Attempt to fix several front buffer tiling failure cases.Eric Anholt2007-08-101-7/+18
* Tiling fixes for 965Jesse Barnes2007-08-101-5/+6
* Fix EXA rendering with tiled front buffer on pre-965.Eric Anholt2007-08-071-35/+27
* Fix accumulated whitespace nits in i830_exa.cEric Anholt2007-08-061-16/+16
* More tiled rendering fixes: - check for tiling, not just offset in PrepareSol...Jesse Barnes2007-08-061-7/+11
* Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes2007-08-031-0/+8
* Tiled rendering & fbc fixes:Jesse Barnes2007-08-031-8/+46
* EXA: don't have to check offscreen sizeWang Zhenyu2007-06-271-10/+3
* Fix context switching between DRI and X.Eric Anholt2007-06-121-16/+0
* Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-051-1/+1
* i830: Provide new DRI texOffsetStart hook when available with EXA.Michel Dänzer2007-05-221-0/+16
* EXA: add render enter helper functionWang Zhenyu2007-05-181-0/+16
* Fix i852 EXA Composite acceleration setup.Eric Anholt2007-04-171-3/+1
* Turn off ALWAYS_SYNC in EXA.Eric Anholt2007-04-091-1/+1
* Revert change accidentally included in previous commit.Michel Dänzer2007-03-091-1/+1
* Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase.Michel Dänzer2007-03-091-1/+1
* Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt2007-03-021-0/+91
* Rework the video memory allocation.Eric Anholt2007-02-231-2/+3
* Fix comments on 965 pitch alignment restrictions.Eric Anholt2007-02-091-1/+2
* EXA: i965 pixmap pitch alignWang Zhenyu2007-02-081-1/+1
* Naming and formatting cleanup in Render acceleration code.Eric Anholt2007-01-311-17/+19
* Move the render code to non-EXA-specific filenames.Eric Anholt2007-01-311-109/+0
* Add an accelerated path for rotation Render operations in XAA.Eric Anholt2007-01-311-2/+2
* Fix accelerated Render transformations.Eric Anholt2007-01-301-65/+72
* Simplify EXA acceleration transform handling.Eric Anholt2007-01-301-2/+2
* Make rotated shadow buffer allocation dynamic.Eric Anholt2007-01-251-4/+9
* EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing.Eric Anholt2007-01-111-12/+3
* Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c.Eric Anholt2007-01-111-7/+47
* 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