Age | Commit message (Expand) | Author |
2007-03-09 | Revert change accidentally included in previous commit. | Michel Dänzer |
2007-03-09 | Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase. | Michel Dänzer |
2007-03-02 | Add a WIP UploadToScreen implementation. This almost displays right. | Eric Anholt |
2007-02-23 | Rework the video memory allocation. | Eric Anholt |
2007-02-09 | Fix comments on 965 pitch alignment restrictions. | Eric Anholt |
2007-02-08 | EXA: i965 pixmap pitch align | Wang Zhenyu |
2007-01-31 | Naming and formatting cleanup in Render acceleration code. | Eric Anholt |
2007-01-31 | Move the render code to non-EXA-specific filenames. | Eric Anholt |
2007-01-31 | Add an accelerated path for rotation Render operations in XAA. | Eric Anholt |
2007-01-30 | Fix accelerated Render transformations. | Eric Anholt |
2007-01-30 | Simplify EXA acceleration transform handling. | Eric Anholt |
2007-01-25 | Make rotated shadow buffer allocation dynamic. | Eric Anholt |
2007-01-11 | EXA: Use PRIM3D_RECTLIST instead of TRIFAN so we don't get diagonal tearing. | Eric Anholt |
2007-01-11 | Correct x/y/pitch limitations in several cases, and detail them in i830_exa.c. | Eric Anholt |
2007-01-08 | Move EXA function declarations from source to header. | Keith Packard |
2007-01-06 | Numerous symbol scope issues. | Keith Packard |
2007-01-06 | Merge branch 'modesetting-origin' into modesetting | Wang Zhenyu |
2007-01-06 | [PATCH] EXA state mem for G965 | Wang Zhenyu |
2007-01-06 | More sparse cleanups: | Jesse Barnes |
2007-01-03 | [PATCH] Add file for i965 exa composite | Wang Zhenyu |
2007-01-02 | Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last. | Keith Packard |
2006-10-26 | Note alignment requirement for i915 3D (texturing). | Eric Anholt |
2006-09-19 | misc cleanup | Wang Zhenyu |
2006-09-14 | Add a compile flag to enable syncing after each operation in EXA. | Eric Anholt |
2006-09-14 | Add a note on maxX/maxY for the 2D rendering. | Eric Anholt |
2006-09-14 | Replace a couple of mis-uses of the screen's bpp when the pixmap's was needed. | Eric Anholt |
2006-09-14 | Replace duplicated sync code in exa with a call to I830Sync. | Eric Anholt |
2006-09-11 | reimplement Solid function | Wang Zhenyu |
2006-09-08 | Merge branch 'exa-origin' into exa | Eric Anholt |
2006-09-07 | Remove another debug printf. | Eric Anholt |
2006-09-07 | Re-remove xf86_ansic.h, and move copyright to the top of the file. | Eric Anholt |
2006-09-07 | Remove the UTS/DFS implementations that just match the fallback versions. | Eric Anholt |
2006-08-24 | Current 915 render operations for 915G/945G only | Wang Zhenyu |
2006-07-24 | remove crap blit in UploadToScreen, we should find a more | Wang Zhenyu |
2006-07-20 | The pixmap's drawable x/y coordinates are always 0, so don't bother using them. | Eric Anholt |
2006-07-20 | The vertex data are all floats, so write the dest coords as floats. | Eric Anholt |
2006-07-20 | Revert "Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd." | Wang Zhenyu |
2006-07-18 | Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd. | Wang Zhenyu |
2006-07-18 | fallback in 'repeat' case for now | Wang Zhenyu |
2006-07-14 | Current exa render implement for i830 and i915, test on | Wang Zhenyu |
2006-06-26 | Fix build with new EXA headers. | Eric Anholt |
2006-06-18 | Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internal | Eric Anholt |
2006-05-22 | fix a typo | Wang Zhenyu |
2006-05-19 | revert wrong setting for memorySize, which should | Wang Zhenyu |
2006-05-18 | oop I830FALLBACK define error | Wang Zhenyu |
2006-05-18 | Add DEBUG_I830FALLBACK for easier tracking | Wang Zhenyu |
2006-05-18 | Check alignment require in PrepareSolid, noticed by Eric, | Wang Zhenyu |
2006-05-18 | Solid planemask in PrepareSolid/Copy might be 0xffffffff | Wang Zhenyu |
2006-05-17 | Fix memorySize to enable offscreen mem manage. | Wang Zhenyu |
2006-04-29 | Save initialize EXADriverPtr, and free it in failure. | Wang Zhenyu |