Age | Commit message (Expand) | Author | Files | Lines |
2006-03-07 | Remove stale EXA files, which failed to get removed during the move to | Eric Anholt | 1 | -313/+0 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 1 | -0/+3 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 1 | -16/+2 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 1 | -1285/+2 |
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 |
2005-10-02 | Bugzilla #4616: | Eric Anholt | 1 | -7/+8 |
2005-09-30 | sparse cleanups. s/0/NULL/ and mark a few things static. | Adam Jackson | 1 | -6/+6 |
2005-09-28 | - Use the dirty flag (which should be set correctly all the time, | Eric Anholt | 1 | -32/+23 |
2005-09-21 | - Change migration-in rule slightly: previously, if your score was less | Eric Anholt | 1 | -30/+40 |
2005-09-21 | Add support for hardware accelerating tiled background painting. One | Eric Anholt | 1 | -55/+91 |
2005-09-18 | Break EXA ABI while we still can. Add coordinates to the UploadToScreen | Eric Anholt | 1 | -1/+4 |
2005-09-17 | - Don't try to upload 0 byte-per-pixel (PICT_a1) data using | Eric Anholt | 1 | -16/+53 |
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone | 1 | -0/+3 |
2005-09-11 | Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called | Eric Anholt | 1 | -18/+87 |
2005-08-30 | Remove existing broken maxX/maxY code for composite (results in infinite | Eric Anholt | 1 | -1/+28 |
2005-08-26 | Add diagnostic messages for exaDriverInit failure cases. | Adam Jackson | 1 | -3/+13 |
2005-08-24 | Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case. | Eric Anholt | 1 | -5/+14 |
2005-08-24 | Bugzilla #4090: Introduce getters for pixmap pitch and offset, to | Eric Anholt | 1 | -0/+20 |
2005-08-24 | Bugzilla #4089: Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying to | Eric Anholt | 1 | -0/+7 |
2005-08-14 | - Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment | Eric Anholt | 1 | -3/+3 |
2005-08-06 | EXA support in the modular build. | Chris Lee | 1 | -1/+1 |
2005-07-09 | Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a | Zack Rusin | 1 | -3/+12 |
2005-07-08 | mark drawable as dirty on copying/painting windows | Zack Rusin | 1 | -44/+35 |
2005-07-08 | heh, oops (thanks Thomas) | Zack Rusin | 1 | -22/+15 |
2005-07-07 | Check vtSema before accelerating primitives and sync in fallbacks only if | Zack Rusin | 1 | -4/+56 |
2005-07-04 | remove the temporary debugging output | Zack Rusin | 1 | -3/+0 |
2005-07-04 | This fixes the close screen mess (crash reported by Thomas). Also hide the | Zack Rusin | 1 | -9/+56 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -1/+1 |
2005-07-01 | removing all debugging output from the default build :) | Zack Rusin | 1 | -7/+7 |
2005-07-01 | Adding the new acceleration architecture: Exa. It's meant to replace XAA in | Zack Rusin | 1 | -0/+1252 |