Age | Commit message (Expand) | Author | Files | Lines |
2008-09-01 | exa: drop cw.h inclusion | Dave Airlie | 1 | -1/+0 |
2008-08-29 | {damage,exa}: sanitise damage | Maarten Maathuis | 1 | -39/+0 |
2008-08-26 | exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67 | Maarten Maathuis | 1 | -3/+3 |
2008-08-26 | exa: some minor cleanup | Maarten Maathuis | 1 | -2/+2 |
2008-08-26 | exa: move destination damage for internal calls to a special function | Maarten Maathuis | 1 | -0/+33 |
2008-08-05 | EXA: Remove unnecessary #includes | Daniel Stone | 1 | -2/+0 |
2008-05-24 | EXA: Only record damage generated by rendering operations. | Michel Dänzer | 1 | -0/+6 |
2008-05-24 | EXA: Don't suggest exaCopyDirty be inlined. | Michel Dänzer | 1 | -1/+1 |
2007-11-07 | EXA: Disable problematic optimization of dest pixmap migration by default. | Michel Dänzer | 1 | -8/+25 |
2007-10-18 | EXA: Don't attempt to move in pixmaps that can't be accelerated. | Michel Dänzer | 1 | -0/+3 |
2007-10-03 | exa: add new flags to denote driver handles all pixmap migration/hiding | Dave Airlie | 1 | -0/+3 |
2007-09-17 | EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty. | Michel Dänzer | 1 | -4/+4 |
2007-09-07 | EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible. | Michel Dänzer | 1 | -5/+4 |
2007-09-07 | EXA: Support partial migration of pixmap contents between Sys and FB. | Michel Dänzer | 1 | -86/+146 |
2007-09-07 | EXA: Track valid bits in Sys and FB separately. | Michel Dänzer | 1 | -87/+67 |
2007-09-07 | EXA: Migrate out pixmap in exaPrepareAccess. | Michel Dänzer | 1 | -9/+4 |
2007-08-24 | EXA: Only mark offscreen memory as used when it really is. | Michel Dänzer | 1 | -2/+6 |
2007-04-29 | EXA: exaAssertNotDirty improvements. | Michel Dänzer | 1 | -13/+8 |
2007-01-24 | Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA. | Eric Anholt | 1 | -1/+1 |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer | 1 | -75/+144 |
2006-04-28 | Correct some bugs causing performance issues in the "Smart" scheme. | Eric Anholt | 1 | -3/+8 |
2006-04-26 | Improve the migration debugging output. | Eric Anholt | 1 | -12/+14 |
2006-04-25 | Add an option to verify at the point of migration that pixmaps which aren't | Eric Anholt | 1 | -0/+43 |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt | 1 | -1/+60 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 1 | -4/+7 |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt | 1 | -156/+206 |
2006-03-15 | Don't let pinned pixmaps get migrated in when using the "Always" migration | Eric Anholt | 1 | -0/+3 |
2006-03-15 | Add a new migration scheme, "always", which will move pixmaps to their | Eric Anholt | 1 | -27/+66 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 1 | -16/+75 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 1 | -19/+19 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -4/+2 |
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 |