Age | Commit message (Expand) | Author | Files | Lines |
2005-12-02 | Define XFree86Server only where it is required. | Kevin E Martin | 1 | -1/+1 |
2005-11-29 | Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable | Kevin E Martin | 1 | -1/+1 |
2005-11-06 | Fix a bug where a system memory pixmap got a wrong address if memcpy() | Thomas Hellstrom | 3 | -3/+3 |
2005-10-20 | EXA: The "optimization" for using a fill operation instead of 1x1 copies | Thomas Winischhofer | 3 | -9/+9 |
2005-10-15 | Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the | Eric Anholt | 5 | -16/+62 |
2005-10-13 | Fix stupid mistake in yesterday's allocator commit, would cause exa to | Benjamin Herrenschmidt | 1 | -1/+2 |
2005-10-12 | Use proper access size when reading pixel based on bpp of the source pixmap | Benjamin Herrenschmidt | 1 | -3/+13 |
2005-10-12 | If a window background is a 1x1 pixmap, read the value out and go to | Eric Anholt | 3 | -0/+81 |
2005-10-11 | Fix a couple of bugs in the offscreen allocator. One mostly harmless was | Benjamin Herrenschmidt | 2 | -19/+21 |
2005-10-10 | Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the | Benjamin Herrenschmidt | 3 | -0/+6 |
2005-10-09 | Don't try the accelerated glyphs path for component-alpha text (which I | Eric Anholt | 1 | -2/+5 |
2005-10-06 | Clients tend to set picture->repeat when not necessary. Most HW cannot | Benjamin Herrenschmidt | 1 | -4/+24 |
2005-10-06 | Bug #4699: Correct some memory leaks in EXA and damage related to region | Eric Anholt | 1 | -0/+1 |
2005-10-04 | Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do | Eric Anholt | 1 | -0/+2 |
2005-10-02 | Fix include path for commit of bug #4616. | Eric Anholt | 1 | -1/+3 |
2005-10-02 | Bugzilla #4616: | Eric Anholt | 3 | -21/+24 |
2005-09-30 | sparse cleanups. s/0/NULL/ and mark a few things static. | Adam Jackson | 5 | -25/+25 |
2005-09-28 | - Use the dirty flag (which should be set correctly all the time, | Eric Anholt | 4 | -96/+73 |
2005-09-21 | Bug #4541: Fix text drawing in the case where a list contains no | Eric Anholt | 1 | -1/+9 |
2005-09-21 | - Change migration-in rule slightly: previously, if your score was less | Eric Anholt | 7 | -106/+140 |
2005-09-21 | Add support for hardware accelerating tiled background painting. One | Eric Anholt | 3 | -165/+273 |
2005-09-18 | Break EXA ABI while we still can. Add coordinates to the UploadToScreen | Eric Anholt | 5 | -11/+31 |
2005-09-17 | - Don't try to upload 0 byte-per-pixel (PICT_a1) data using | Eric Anholt | 5 | -65/+402 |
2005-09-13 | Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmap | Daniel Stone | 3 | -0/+9 |
2005-09-11 | Add some optional (disabled) fallback debugging code to the async code, for | Eric Anholt | 1 | -0/+34 |
2005-09-11 | Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called | Eric Anholt | 7 | -109/+365 |
2005-09-11 | Simplify life for EXA drivers by reducing some {Con,Dis}joint ops. | Adam Jackson | 1 | -0/+17 |
2005-08-30 | Remove existing broken maxX/maxY code for composite (results in infinite | Eric Anholt | 4 | -59/+95 |
2005-08-26 | Add diagnostic messages for exaDriverInit failure cases. | Adam Jackson | 3 | -9/+39 |
2005-08-24 | Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case. | Eric Anholt | 5 | -17/+49 |
2005-08-24 | Fix a bug where NULL could be dereferenced during the pixmap kick-out | Eric Anholt | 1 | -3/+3 |
2005-08-24 | Bugzilla #4090: Introduce getters for pixmap pitch and offset, to | Eric Anholt | 4 | -1/+65 |
2005-08-24 | Bugzilla #4089: Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying to | Eric Anholt | 3 | -0/+21 |
2005-08-14 | - Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment | Eric Anholt | 5 | -12/+13 |
2005-08-08 | Mon Aug 8 13:39:45 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+4 |
2005-08-08 | Add autogenerated source files and other various non-CVS material to | Keith Packard | 1 | -2/+10 |
2005-08-06 | Last bits of changes to make exa build properly in the modular server. | Chris Lee | 2 | -1/+2 |
2005-08-06 | EXA support in the modular build. | Chris Lee | 3 | -3/+3 |
2005-08-06 | Adding exa support to the modular server. | Chris Lee | 1 | -0/+8 |
2005-07-09 | Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a | Zack Rusin | 5 | -9/+66 |
2005-07-08 | mark drawable as dirty on copying/painting windows | Zack Rusin | 3 | -132/+105 |
2005-07-08 | heh, oops (thanks Thomas) | Zack Rusin | 3 | -66/+45 |
2005-07-07 | Check vtSema before accelerating primitives and sync in fallbacks only if | Zack Rusin | 4 | -12/+180 |
2005-07-04 | remove the temporary debugging output | Zack Rusin | 3 | -9/+0 |
2005-07-04 | This fixes the close screen mess (crash reported by Thomas). Also hide the | Zack Rusin | 6 | -128/+205 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 3 | -3/+3 |
2005-07-01 | removing all debugging output from the default build :) | Zack Rusin | 4 | -21/+23 |
2005-07-01 | Leave debugging output for only the interested parties. | Zack Rusin | 1 | -1/+1 |
2005-07-01 | Missed this. Spotted by Thomas. | Zack Rusin | 1 | -2/+2 |
2005-07-01 | Adding the new acceleration architecture: Exa. It's meant to replace XAA in | Zack Rusin | 8 | -0/+5588 |