summaryrefslogtreecommitdiff
path: root/fb
AgeCommit message (Expand)AuthorFilesLines
2006-10-11Back out merge of master to 1.2 branch. Undoes 89987ca...Adam Jackson33-1119/+628
2006-10-02Add (void) casts to clear compiler errors about ?: results having type mismatchAlan Coopersmith1-5/+5
2006-09-28Restore the global xx* symbols and add them to wfbrename.h.Aaron Plattner2-5/+11
2006-09-20Hide or rename more global symbols to avoid clashes with libfb.Aaron Plattner2-6/+9
2006-09-05(unsigned long)(1 << 31) = bad news on x86_64.Aaron Plattner1-1/+1
2006-08-07Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access.Aaron Plattner3-21/+17
2006-08-01Wrap libwfb memory access.Aaron Plattner20-614/+641
2006-07-31Make ReadMemoryProcPtr take a const pointer.Aaron Plattner1-1/+1
2006-07-27Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ...Aaron Plattner1-0/+2
2006-07-26Switch to using void* pointers.Aaron Plattner1-4/+4
2006-07-26Add framebuffer access wrapper infrastructure.Aaron Plattner24-9/+266
2006-07-26Prefix all of the exported symbols in libwfb.so with "wfb".Aaron Plattner3-1/+191
2006-07-26Build infrastructure for libwfb.so.Aaron Plattner2-2/+12
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson33-43/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-4/+1
2006-07-03Revert "Optimize out computing a gradient pixel if the mask value is 0."Eric Anholt1-131/+76
2006-07-03Optimize out computing a gradient pixel if the mask value is 0.Eric Anholt1-76/+131
2006-06-27Fix MMX Saturate implementation.Eric Anholt1-1/+1
2006-06-23Remove the default case from fbcompose.c switches which should cover all cases.Eric Anholt1-4/+4
2006-06-21Fix #2488 for fb too: sample pixel center when transforming.Kristian Høgsberg1-6/+15
2006-06-19Pull over convolution filter fixes from xgl-0-0-1 branch.Kristan Høgsberg1-2/+7
2006-06-19Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.Eric Anholt1-0/+9
2006-06-19Clean up gcc warnings from picture format CARD32 -> enum change.Eric Anholt1-0/+50
2006-06-19Correct component ordering when fetching [ax]4b4g4r4 pixels.Eric Anholt1-10/+10
2006-05-18Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. StillAdam Jackson1-44/+45
2006-05-11Bug #5796: Wrong fastpath selection for repeating sources.Matthias Hopf1-3/+3
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson2-7/+1
2006-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard1-2/+25
2006-04-07Coverity #333, #334 - eliminate unncessary test for always true conditionKeith Packard1-3/+2
2006-04-05Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes buildIan Romanick1-1/+5
2006-04-03Bug #5478: More use of fbSOlidFillmmx. (Jim Huang)Adam Jackson2-2/+28
2006-04-03Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)Adam Jackson1-0/+2
2006-03-22Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-8/+24
2006-03-22Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-9/+29
2006-02-14Remove useless line of code that contained a bug and triggered a gccBenjamin Herrenschmidt1-2/+0
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt12-27/+31
2006-01-18More kdrive merge, fast path fbBlt to use memcpy() when possible. Good forAdam Jackson1-0/+23
2006-01-18typo in last changeDave Airlie1-1/+1
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie1-1/+3
2006-01-18This is a fix from David Reveman from the xserver tree, Make fbPadPixmapDave Airlie1-3/+8
2005-12-28Fix a copy'n'paste-o that would result in mis-rounding of the results ofEric Anholt1-1/+1
2005-12-20Fix an fb regression on A8 pictures. (Fredrik Höglund)Adam Jackson1-1/+1
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-14/+14
2005-12-08Bug #3944: Fix 24bpp packed pixel. (Søren Sandmann Pedersen)Adam Jackson1-2/+2
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-30Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)Adam Jackson2-109/+118
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+5
2005-11-04Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyAreaKevin E Martin1-1/+2
2005-10-05Add DGA configure option and add various files that we should be dist'ing.Kristian Høgsberg1-0/+1