Age | Commit message (Expand) | Author | Files | Lines |
2006-08-12 | Call exaTryComponentAlphaHelper() for solid src also. | George Sapountzis | 1 | -17/+76 |
2006-07-21 | exa: only disable cw when COMPOSITE is built | Daniel Stone | 1 | -0/+2 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 1 | -1/+1 |
2006-07-03 | Fix bugs in support for new repeatTypes in XAA and EXA. | Eric Anholt | 1 | -1/+4 |
2006-06-30 | Bug 7145: fix build with gcc 2.95 & other c89 compilers | Jens Granseuer | 1 | -1/+4 |
2006-06-26 | Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently. | Eric Anholt | 2 | -8/+9 |
2006-06-24 | Bug #6911: Check return value of exaGetPixelFromRGBA(). | George Fufutos | 1 | -2/+6 |
2006-06-24 | Bug #6818: Avoid infinite loop in exaLog2() with negative arguments. | Michel Dänzer | 1 | -1/+1 |
2006-06-19 | Don't forget to step the rows when verifying the equivalence of fb/sys areas. | Eric Anholt | 1 | -0/+2 |
2006-06-18 | Add options to disable EXA acceleration for Composite/UTS/DFS, and always print | Eric Anholt | 2 | -5/+20 |
2006-05-02 | Fix Solaris build with Sun compilers to work when exa is built before | Alan Coopersmith | 1 | -0/+4 |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 1 | -3/+0 |
2006-04-28 | Add Polylines and PolyPoint acceleration as well. This is primarily to | Eric Anholt | 1 | -3/+95 |
2006-04-28 | Correct some bugs causing performance issues in the "Smart" scheme. | Eric Anholt | 1 | -3/+8 |
2006-04-27 | Improve EXA fallback debugging output to include the locations of pixmaps. | Eric Anholt | 4 | -31/+56 |
2006-04-27 | Add trivial PolySegment acceleration for 0-width horizontal/vertical lines, | Eric Anholt | 2 | -3/+53 |
2006-04-27 | In drawing glyphs, shortcut our way to exaComposite instead of going | Eric Anholt | 1 | -59/+56 |
2006-04-26 | Add a helper for the Component Alpha Over case, which breaks the operation | Eric Anholt | 1 | -13/+62 |
2006-04-26 | Improve the migration debugging output. | Eric Anholt | 1 | -12/+14 |
2006-04-26 | Fix a bug in the intersection computation that could concievably cause | Eric Anholt | 1 | -1/+4 |
2006-04-25 | Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs, | Eric Anholt | 1 | -1/+94 |
2006-04-25 | Add an option to verify at the point of migration that pixmaps which aren't | Eric Anholt | 2 | -0/+44 |
2006-04-25 | Don't forget to mark the drawable as dirty in exaPutImage(). Fixes | Eric Anholt | 1 | -0/+1 |
2006-04-18 | Add a new migration scheme, called "Smart" for lack of a better name. This | Eric Anholt | 3 | -3/+63 |
2006-04-18 | Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit of | Eric Anholt | 1 | -2/+3 |
2006-04-17 | Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on | 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 |