Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |