Age | Commit message (Expand) | Author | Files | Lines |
2007-09-07 | EXA: exaGetImage improvements. | Michel Dänzer | 1 | -14/+37 |
2007-09-07 | EXA: Remove superfluous manual damage tracking. | Michel Dänzer | 1 | -50/+28 |
2007-09-07 | EXA: Improvements for 1x1 pixmaps. | Michel Dänzer | 1 | -5/+31 |
2007-09-07 | EXA: exaImageGlyphBlt improvements. | Michel Dänzer | 1 | -131/+39 |
2007-09-07 | EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible. | Michel Dänzer | 1 | -7/+8 |
2007-09-07 | EXA: Support partial migration of pixmap contents between Sys and FB. | Michel Dänzer | 1 | -8/+21 |
2007-09-07 | EXA: Migrate out pixmap in exaPrepareAccess. | Michel Dänzer | 1 | -48/+4 |
2007-08-24 | exaPolyFillRect: pGC->alu doesn't matter with a single rectangle. | Michel Dänzer | 1 | -2/+3 |
2007-08-24 | exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook. | Michel Dänzer | 1 | -1/+1 |
2007-08-24 | EXA: Improve ShmPutImage. | Michel Dänzer | 1 | -18/+51 |
2007-06-20 | exaPolyFillRect: Don't track damage explicitly. | Michel Dänzer | 1 | -15/+6 |
2007-06-20 | exaGetImage: Don't migrate or try to accelerate for 1x1. | Michel Dänzer | 1 | -3/+3 |
2007-04-29 | EXA: FillSpans improvements. | Michel Dänzer | 1 | -4/+1 |
2007-04-29 | EXA: SolidBoxClipped improvements. | Michel Dänzer | 1 | -9/+8 |
2007-04-29 | EXA: CopyNtoN improvements. | Michel Dänzer | 1 | -40/+43 |
2007-04-29 | EXA: GetImage improvements. | Michel Dänzer | 1 | -13/+8 |
2007-04-29 | EXA: PutImage improvements. | Michel Dänzer | 1 | -13/+16 |
2007-04-29 | EXA: ImageGlyphBlt improvements. | Michel Dänzer | 1 | -72/+57 |
2007-04-29 | EXA: PolyFillRect improvements. | Michel Dänzer | 1 | -18/+63 |
2007-04-29 | EXA: FillRegion{Solid,Tiled} improvements. | Michel Dänzer | 1 | -39/+63 |
2007-02-14 | Add missing dirty marking in a couple of fallback cases in the exaGlyphs path. | Eric Anholt | 1 | -0/+8 |
2006-12-19 | EXA: Lots of damage tracking fixes. | Michel Dänzer | 1 | -45/+44 |
2006-12-19 | Merge branch 'master' into exa-damagetrack | Michel Dänzer | 1 | -23/+24 |
2006-12-19 | exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'. | Michel Dänzer | 1 | -2/+3 |
2006-12-19 | EXA: Compare backing pixmaps instead of drawables against driver limits. | Michel Dänzer | 1 | -21/+21 |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer | 1 | -25/+86 |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 1 | -3/+0 |
2006-04-28 | Add Polylines and PolyPoint acceleration as well. This is primarily to | Eric Anholt | 1 | -3/+95 |
2006-04-27 | Improve EXA fallback debugging output to include the locations of pixmaps. | Eric Anholt | 1 | -7/+11 |
2006-04-27 | Add trivial PolySegment acceleration for 0-width horizontal/vertical lines, | Eric Anholt | 1 | -1/+49 |
2006-04-25 | Don't forget to mark the drawable as dirty in exaPutImage(). Fixes | Eric Anholt | 1 | -0/+1 |
2006-04-01 | Clean up warnings and a debug printf. | Eric Anholt | 1 | -1/+0 |
2006-04-01 | Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyph | Eric Anholt | 1 | -2/+5 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 1 | -1/+8 |
2006-03-30 | Don't do an extra fallback path for CopyWindow while swappedOut, since | Eric Anholt | 1 | -7/+0 |
2006-03-30 | Bug #2986: Add PutImage acceleration for the ZPixmap, planeMask ~= | Eric Anholt | 1 | -2/+99 |
2006-03-29 | Bug #2986: Add acceleration of GetImage using DownloadFromScreen for the | Eric Anholt | 1 | -2/+45 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 1 | -38/+128 |
2006-03-14 | Pull code for getting the (0,0) pixel from a pixmap out to a separate | Eric Anholt | 1 | -20/+1 |
2006-03-12 | Make exaCopyNtoNTwoDir() call DoneCopy() at the end of each string of | Eric Anholt | 1 | -1/+10 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 1 | -120/+114 |
2006-03-01 | Add accelerated two directional blt support to EXA | Jesse Barnes | 1 | -0/+125 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -17/+12 |
2006-02-02 | Remove more debugging leftovers. | Eric Anholt | 1 | -12/+0 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 1 | -810/+4 |
2005-11-06 | Fix a bug where a system memory pixmap got a wrong address if memcpy() | Thomas Hellstrom | 1 | -1/+1 |
2005-10-20 | EXA: The "optimization" for using a fill operation instead of 1x1 copies | Thomas Winischhofer | 1 | -3/+3 |
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt | 1 | -0/+14 |
2005-10-12 | If a window background is a 1x1 pixmap, read the value out and go to | Eric Anholt | 1 | -0/+27 |
2005-10-10 | Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the | Benjamin Herrenschmidt | 1 | -0/+2 |