Age | Commit message (Expand) | Author |
2009-05-08 | EXA: Guard empty pending region warning by DEBUG_MIGRATE. | Michel Dänzer |
2008-10-20 | EXA: Avoid excessive syncing in PutImage | Michel Dänzer |
2008-09-01 | exa: drop cw.h inclusion | Dave Airlie |
2008-08-29 | {damage,exa}: sanitise damage | Maarten Maathuis |
2008-08-26 | exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67 | Maarten Maathuis |
2008-08-26 | exa: some minor cleanup | Maarten Maathuis |
2008-08-26 | exa: move destination damage for internal calls to a special function | Maarten Maathuis |
2008-08-05 | EXA: Remove unnecessary #includes | Daniel Stone |
2008-05-24 | EXA: Only record damage generated by rendering operations. | Michel Dänzer |
2008-05-24 | EXA: Don't suggest exaCopyDirty be inlined. | Michel Dänzer |
2007-11-07 | EXA: Disable problematic optimization of dest pixmap migration by default. | Michel Dänzer |
2007-10-18 | EXA: Don't attempt to move in pixmaps that can't be accelerated. | Michel Dänzer |
2007-10-03 | exa: add new flags to denote driver handles all pixmap migration/hiding | Dave Airlie |
2007-09-17 | EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty. | Michel Dänzer |
2007-09-07 | EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible. | Michel Dänzer |
2007-09-07 | EXA: Support partial migration of pixmap contents between Sys and FB. | Michel Dänzer |
2007-09-07 | EXA: Track valid bits in Sys and FB separately. | Michel Dänzer |
2007-09-07 | EXA: Migrate out pixmap in exaPrepareAccess. | Michel Dänzer |
2007-08-24 | EXA: Only mark offscreen memory as used when it really is. | Michel Dänzer |
2007-04-29 | EXA: exaAssertNotDirty improvements. | Michel Dänzer |
2007-01-24 | Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA. | Eric Anholt |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer |
2006-04-28 | Correct some bugs causing performance issues in the "Smart" scheme. | Eric Anholt |
2006-04-26 | Improve the migration debugging output. | Eric Anholt |
2006-04-25 | Add an option to verify at the point of migration that pixmaps which aren't | Eric Anholt |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt |
2006-03-15 | Don't let pinned pixmaps get migrated in when using the "Always" migration | Eric Anholt |
2006-03-15 | Add a new migration scheme, "always", which will move pixmaps to their | Eric Anholt |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt |
2005-11-06 | Fix a bug where a system memory pixmap got a wrong address if memcpy() | Thomas Hellstrom |
2005-10-20 | EXA: The "optimization" for using a fill operation instead of 1x1 copies | Thomas Winischhofer |
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt |
2005-10-12 | If a window background is a 1x1 pixmap, read the value out and go to | Eric Anholt |
2005-10-10 | Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the | Benjamin Herrenschmidt |
2005-10-02 | Bugzilla #4616: | Eric Anholt |
2005-09-30 | sparse cleanups. s/0/NULL/ and mark a few things static. | Adam Jackson |
2005-09-28 | - Use the dirty flag (which should be set correctly all the time, | Eric Anholt |
2005-09-21 | - Change migration-in rule slightly: previously, if your score was less | Eric Anholt |
2005-09-21 | Add support for hardware accelerating tiled background painting. One | Eric Anholt |
2005-09-18 | Break EXA ABI while we still can. Add coordinates to the UploadToScreen | Eric Anholt |
2005-09-17 | - Don't try to upload 0 byte-per-pixel (PICT_a1) data using | Eric Anholt |
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone |
2005-09-11 | Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called | Eric Anholt |