Age | Commit message (Expand) | Author | Files | Lines |
2007-07-17 | exaDriverInit: Fail if pScreenInfo or a member of it is invalid. | Dodji Seketeli | 1 | -0/+39 |
2007-04-29 | EXA: Remove DrawableDirty. | Michel Dänzer | 1 | -23/+0 |
2007-04-29 | EXA: FillRegion{Solid,Tiled} improvements. | Michel Dänzer | 1 | -1/+1 |
2007-04-04 | Add an EXA driver callback to determine whether a pixmap is | Thomas Hellstrom | 1 | -0/+3 |
2007-03-27 | Move libcw setup to the only renderer requiring it (XAA). | Eric Anholt | 1 | -4/+0 |
2006-12-28 | Switch the default migration heuristic for EXA to "always". | Eric Anholt | 1 | -1/+1 |
2006-12-19 | EXA: Lots of damage tracking fixes. | Michel Dänzer | 1 | -32/+64 |
2006-12-19 | Merge branch 'master' into exa-damagetrack | Michel Dänzer | 1 | -2/+38 |
2006-12-19 | EXA: Disable SHM pixmaps. | Eric Anholt | 1 | -0/+11 |
2006-10-15 | exaDrawableDirty: Fix initialization of BoxRec. | Michel Dänzer | 1 | -1/+2 |
2006-07-21 | exa: only disable cw when COMPOSITE is built | Daniel Stone | 1 | -0/+2 |
2006-06-30 | Bug 7145: fix build with gcc 2.95 & other c89 compilers | Jens Granseuer | 1 | -1/+4 |
2006-06-24 | Bug #6818: Avoid infinite loop in exaLog2() with negative arguments. | Michel Dänzer | 1 | -1/+1 |
2006-06-18 | Add options to disable EXA acceleration for Composite/UTS/DFS, and always print | Eric Anholt | 1 | -0/+20 |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer | 1 | -12/+37 |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt | 1 | -1/+1 |
2006-04-01 | Pull out fb's tile handling during fbValidateGC so we can do the necessary | Eric Anholt | 1 | -1/+55 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 1 | -3/+39 |
2006-03-30 | Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and always | Eric Anholt | 1 | -18/+3 |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt | 1 | -3/+35 |
2006-03-15 | Add a new migration scheme, "always", which will move pixmaps to their | Eric Anholt | 1 | -0/+2 |
2006-03-15 | Add more doxygen documentation, including notes on WaitMarker() and | Eric Anholt | 1 | -0/+64 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 1 | -2/+2 |
2006-03-10 | Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which is | Eric Anholt | 1 | -2/+3 |
2006-03-09 | Do a first pass of doxygen documentation of EXA. This removes the | Eric Anholt | 1 | -9/+73 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 1 | -41/+48 |
2006-02-28 | fix exaInitCard by making it a real function | Jesse Barnes | 1 | -0/+16 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -98/+17 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 1 | -27/+18 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 1 | -1083/+1 |
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 |