Age | Commit message (Expand) | Author | Files | Lines |
2007-03-06 | remove PIXPRIV checks as this flag is always set. | Eamon Walsh | 1 | -4/+0 |
2007-02-06 | Use the new 8888x0565mmx function in fbpict.c | Soren Sandmann Pedersen | 1 | -2/+12 |
2007-02-06 | Reapply patch to fix AMD CPU detection | Soren Sandmann Pedersen | 1 | -1/+3 |
2007-02-06 | Revert "Fix for AMD cpu detection. Bug 9614, Dan Williams." | Soren Sandmann Pedersen | 1 | -20/+1 |
2007-02-06 | Add new fbCompositeSrc_8888x0565mmx() function, based on patch by Dan | Soren Sandmann Pedersen | 2 | -0/+110 |
2007-02-06 | Fix for AMD cpu detection. Bug 9614, Dan Williams. | Soren Sandmann Pedersen | 1 | -1/+20 |
2007-01-22 | Really fix optimized render cases being hit when they shouldn't. | Eric Anholt | 1 | -3/+0 |
2006-11-04 | Merge master back to randr-1.2 | Keith Packard | 2 | -16/+46 |
2006-11-04 | Define fbHasVisualTypes in fb.h as it is exported | Keith Packard | 1 | -0/+3 |
2006-11-01 | Fix several cases where optimized paths were hit when they shouldn't be. | Eric Anholt | 2 | -16/+46 |
2006-10-18 | Use getisax() instead of asm code to determine available x86 ISA extensions o... | Alan Coopersmith | 1 | -2/+23 |
2006-10-10 | Bug #8459: Don't forget to include AM_CFLAGS in libfb_la_CFLAGS on non-MMX pl... | Aaron Plattner | 1 | -1/+3 |
2006-10-02 | Add (void) casts to clear compiler errors about ?: results having type mismatch | Alan Coopersmith | 1 | -5/+5 |
2006-09-28 | Restore the global xx* symbols and add them to wfbrename.h. | Aaron Plattner | 2 | -5/+11 |
2006-09-20 | Hide or rename more global symbols to avoid clashes with libfb. | Aaron Plattner | 2 | -6/+9 |
2006-09-05 | (unsigned long)(1 << 31) = bad news on x86_64. | Aaron Plattner | 1 | -1/+1 |
2006-08-07 | Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access. | Aaron Plattner | 3 | -21/+17 |
2006-08-01 | Wrap libwfb memory access. | Aaron Plattner | 20 | -614/+641 |
2006-07-31 | Make ReadMemoryProcPtr take a const pointer. | Aaron Plattner | 1 | -1/+1 |
2006-07-27 | Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ... | Aaron Plattner | 1 | -0/+2 |
2006-07-26 | Switch to using void* pointers. | Aaron Plattner | 1 | -4/+4 |
2006-07-26 | Add framebuffer access wrapper infrastructure. | Aaron Plattner | 24 | -9/+266 |
2006-07-26 | Prefix all of the exported symbols in libwfb.so with "wfb". | Aaron Plattner | 3 | -1/+191 |
2006-07-26 | Build infrastructure for libwfb.so. | Aaron Plattner | 2 | -2/+12 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 33 | -43/+1 |
2006-07-18 | get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE | Daniel Stone | 2 | -4/+1 |
2006-07-03 | Revert "Optimize out computing a gradient pixel if the mask value is 0." | Eric Anholt | 1 | -131/+76 |
2006-07-03 | Optimize out computing a gradient pixel if the mask value is 0. | Eric Anholt | 1 | -76/+131 |
2006-06-27 | Fix MMX Saturate implementation. | Eric Anholt | 1 | -1/+1 |
2006-06-23 | Remove the default case from fbcompose.c switches which should cover all cases. | Eric Anholt | 1 | -4/+4 |
2006-06-21 | Fix #2488 for fb too: sample pixel center when transforming. | Kristian Høgsberg | 1 | -6/+15 |
2006-06-19 | Pull over convolution filter fixes from xgl-0-0-1 branch. | Kristan Høgsberg | 1 | -2/+7 |
2006-06-19 | Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4. | Eric Anholt | 1 | -0/+9 |
2006-06-19 | Clean up gcc warnings from picture format CARD32 -> enum change. | Eric Anholt | 1 | -0/+50 |
2006-06-19 | Correct component ordering when fetching [ax]4b4g4r4 pixels. | Eric Anholt | 1 | -10/+10 |
2006-05-18 | Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still | Adam Jackson | 1 | -44/+45 |
2006-05-11 | Bug #5796: Wrong fastpath selection for repeating sources. | Matthias Hopf | 1 | -3/+3 |
2006-04-30 | Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. | Adam Jackson | 2 | -7/+1 |
2006-04-19 | Add support for x4a4 format (depth 4 at 8bpp). Bug #6325. | Keith Packard | 1 | -2/+25 |
2006-04-07 | Coverity #333, #334 - eliminate unncessary test for always true condition | Keith Packard | 1 | -3/+2 |
2006-04-05 | Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes build | Ian Romanick | 1 | -1/+5 |
2006-04-03 | Bug #5478: More use of fbSOlidFillmmx. (Jim Huang) | Adam Jackson | 2 | -2/+28 |
2006-04-03 | Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski) | Adam Jackson | 1 | -0/+2 |
2006-03-22 | Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -8/+24 |
2006-03-22 | Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -9/+29 |
2006-02-14 | Remove useless line of code that contained a bug and triggered a gcc | Benjamin Herrenschmidt | 1 | -2/+0 |
2006-02-11 | Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function | Alan Coopersmith | 1 | -0/+1 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 12 | -27/+31 |
2006-01-18 | More kdrive merge, fast path fbBlt to use memcpy() when possible. Good for | Adam Jackson | 1 | -0/+23 |
2006-01-18 | typo in last change | Dave Airlie | 1 | -1/+1 |