Age | Commit message (Expand) | Author | Files | Lines |
2007-01-24 | Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA. | Eric Anholt | 1 | -0/+3 |
2006-12-28 | Export exaMove{In,Out}Pixmap(). | Eric Anholt | 1 | -6/+0 |
2006-12-19 | EXA: Lots of damage tracking fixes.exa-damagetrack | Michel Dänzer | 1 | -0/+3 |
2006-12-19 | Merge branch 'master' into exa-damagetrack | Michel Dänzer | 1 | -8/+0 |
2006-06-26 | Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently. | Eric Anholt | 1 | -8/+0 |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer | 1 | -11/+12 |
2006-04-27 | Improve EXA fallback debugging output to include the locations of pixmaps. | Eric Anholt | 1 | -0/+3 |
2006-04-25 | Add an option to verify at the point of migration that pixmaps which aren't | Eric Anholt | 1 | -0/+1 |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt | 1 | -1/+2 |
2006-04-01 | Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyph | Eric Anholt | 1 | -0/+6 |
2006-04-01 | Use fb's depth-to-planemask computation, which doesn't suffer from getting | Eric Anholt | 1 | -2/+2 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 1 | -10/+12 |
2006-03-30 | Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and always | Eric Anholt | 1 | -1/+1 |
2006-03-29 | Bug #2986: Add acceleration of GetImage using DownloadFromScreen for the | Eric Anholt | 1 | -0/+8 |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt | 1 | -8/+21 |
2006-03-15 | Add a new migration scheme, "always", which will move pixmaps to their | Eric Anholt | 1 | -0/+10 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 1 | -18/+24 |
2006-03-14 | Pull code for getting the (0,0) pixel from a pixmap out to a separate | Eric Anholt | 1 | -1/+4 |
2006-03-09 | Do a first pass of doxygen documentation of EXA. This removes the | Eric Anholt | 1 | -0/+3 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -7/+7 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 1 | -0/+3 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 1 | -1/+24 |
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt | 1 | -2/+6 |
2005-09-28 | - Use the dirty flag (which should be set correctly all the time, | Eric Anholt | 1 | -0/+4 |
2005-09-21 | - Change migration-in rule slightly: previously, if your score was less | Eric Anholt | 1 | -0/+15 |
2005-09-17 | - Don't try to upload 0 byte-per-pixel (PICT_a1) data using | Eric Anholt | 1 | -0/+18 |
2005-09-11 | Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called | Eric Anholt | 1 | -0/+7 |
2005-08-24 | Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case. | Eric Anholt | 1 | -0/+4 |
2005-08-08 | Mon Aug 8 13:39:45 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+4 |
2005-07-09 | Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a | Zack Rusin | 1 | -0/+10 |
2005-07-04 | This fixes the close screen mess (crash reported by Thomas). Also hide the | Zack Rusin | 1 | -19/+15 |
2005-07-01 | Adding the new acceleration architecture: Exa. It's meant to replace XAA in | Zack Rusin | 1 | -0/+281 |