Age | Commit message (Expand) | Author | Files | Lines |
2006-05-03 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 1 | -0/+4 |
2006-04-18 | Bug #6628: Wrap a couple more SDK headers in if XORG, as per Dave Airlie's | Donnie Berkholz | 1 | -0/+2 |
2006-04-01 | Clean up warnings and a debug printf. | Eric Anholt | 1 | -1/+0 |
2006-04-01 | Pull out fb's tile handling during fbValidateGC so we can do the necessary | Eric Anholt | 1 | -1/+55 |
2006-04-01 | Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyph | Eric Anholt | 3 | -4/+13 |
2006-04-01 | Use fb's depth-to-planemask computation, which doesn't suffer from getting | Eric Anholt | 1 | -2/+2 |
2006-03-31 | Don't attempt to Prepare/FinishAccess NULL pDrawables. Exposed by new | Eric Anholt | 1 | -4/+6 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 6 | -54/+151 |
2006-03-31 | Revert mistaken commit to exa_unaccel.c. Should have been to | Eric Anholt | 2 | -43/+37 |
2006-03-31 | Correct a typo in debug-only offscreen validation code. (Wang Zhenyu) | Eric Anholt | 1 | -36/+42 |
2006-03-30 | Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and always | Eric Anholt | 3 | -49/+4 |
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 | 2 | -2/+53 |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt | 3 | -167/+262 |
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 | 3 | -27/+78 |
2006-03-15 | Add more doxygen documentation, including notes on WaitMarker() and | Eric Anholt | 2 | -0/+73 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 6 | -87/+298 |
2006-03-14 | Pull code for getting the (0,0) pixel from a pixmap out to a separate | Eric Anholt | 4 | -37/+36 |
2006-03-12 | Improve doxygen formatting, and attempt to clarify the 1:1 ratio of | Eric Anholt | 1 | -81/+85 |
2006-03-12 | Make exaCopyNtoNTwoDir() call DoneCopy() at the end of each string of | Eric Anholt | 1 | -1/+10 |
2006-03-10 | Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which is | Eric Anholt | 1 | -2/+3 |
2006-03-10 | Document the restriction on PrepareAccess() failure, from discussion with | Eric Anholt | 1 | -5/+8 |
2006-03-09 | Coverity #349: Fall back to software early if pSrc->pDrawable is NULL, or | Eric Anholt | 1 | -7/+10 |
2006-03-09 | Do a first pass of doxygen documentation of EXA. This removes the | Eric Anholt | 4 | -54/+618 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 6 | -257/+249 |
2006-03-01 | Add accelerated two directional blt support to EXA | Jesse Barnes | 2 | -1/+126 |
2006-02-28 | fix exaInitCard by making it a real function | Jesse Barnes | 2 | -12/+21 |
2006-02-23 | Remove redundant composite op reduction, done in Render now. | Adam Jackson | 1 | -18/+0 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 8 | -146/+52 |
2006-02-11 | <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es | Alan Coopersmith | 1 | -1/+1 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 2 | -1/+8 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 4 | -59/+26 |
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 | 8 | -3186/+41 |
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 |