summaryrefslogtreecommitdiff
path: root/fb
Commit message (Expand)AuthorAgeFilesLines
* Fix several cases where optimized paths were hit when they shouldn't be.Eric Anholt2006-11-012-16/+46
* Use getisax() instead of asm code to determine available x86 ISA extensions o...Alan Coopersmith2006-10-181-2/+23
* Bug #8459: Don't forget to include AM_CFLAGS in libfb_la_CFLAGS on non-MMX pl...Aaron Plattner2006-10-101-1/+3
* Add (void) casts to clear compiler errors about ?: results having type mismatchAlan Coopersmith2006-10-021-5/+5
* Restore the global xx* symbols and add them to wfbrename.h.Aaron Plattner2006-09-282-5/+11
* Hide or rename more global symbols to avoid clashes with libfb.Aaron Plattner2006-09-202-6/+9
* (unsigned long)(1 << 31) = bad news on x86_64.Aaron Plattner2006-09-051-1/+1
* Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access.Aaron Plattner2006-08-073-21/+17
* Wrap libwfb memory access.Aaron Plattner2006-08-0120-614/+641
* Make ReadMemoryProcPtr take a const pointer.Aaron Plattner2006-07-311-1/+1
* Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ...Aaron Plattner2006-07-271-0/+2
* Switch to using void* pointers.Aaron Plattner2006-07-261-4/+4
* Add framebuffer access wrapper infrastructure.Aaron Plattner2006-07-2624-9/+266
* Prefix all of the exported symbols in libwfb.so with "wfb".Aaron Plattner2006-07-263-1/+191
* Build infrastructure for libwfb.so.Aaron Plattner2006-07-262-2/+12
* Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson2006-07-2133-43/+1
* get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2006-07-182-4/+1
* Revert "Optimize out computing a gradient pixel if the mask value is 0."Eric Anholt2006-07-031-131/+76
* Optimize out computing a gradient pixel if the mask value is 0.Eric Anholt2006-07-031-76/+131
* Fix MMX Saturate implementation.Eric Anholt2006-06-271-1/+1
* Remove the default case from fbcompose.c switches which should cover all cases.Eric Anholt2006-06-231-4/+4
* Fix #2488 for fb too: sample pixel center when transforming.Kristian Høgsberg2006-06-211-6/+15
* Pull over convolution filter fixes from xgl-0-0-1 branch.Kristan Høgsberg2006-06-191-2/+7
* Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.Eric Anholt2006-06-191-0/+9
* Clean up gcc warnings from picture format CARD32 -> enum change.Eric Anholt2006-06-191-0/+50
* Correct component ordering when fetching [ax]4b4g4r4 pixels.Eric Anholt2006-06-191-10/+10
* Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. StillAdam Jackson2006-05-181-44/+45
* Bug #5796: Wrong fastpath selection for repeating sources.Matthias Hopf2006-05-111-3/+3
* Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson2006-04-302-7/+1
* Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard2006-04-191-2/+25
* Coverity #333, #334 - eliminate unncessary test for always true conditionKeith Packard2006-04-071-3/+2
* Include fbmmx.h in fb/fbwindow.c when USE_MMX is defined. Fixes buildIan Romanick2006-04-051-1/+5
* Bug #5478: More use of fbSOlidFillmmx. (Jim Huang)Adam Jackson2006-04-032-2/+28
* Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)Adam Jackson2006-04-031-0/+2
* Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2006-03-221-8/+24
* Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2006-03-221-9/+29
* Remove useless line of code that contained a bug and triggered a gccBenjamin Herrenschmidt2006-02-141-2/+0
* Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith2006-02-111-0/+1
* Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2006-02-1012-27/+31
* More kdrive merge, fast path fbBlt to use memcpy() when possible. Good forAdam Jackson2006-01-181-0/+23
* typo in last changeDave Airlie2006-01-181-1/+1
* Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie2006-01-181-1/+3
* This is a fix from David Reveman from the xserver tree, Make fbPadPixmapDave Airlie2006-01-181-3/+8
* Fix a copy'n'paste-o that would result in mis-rounding of the results ofEric Anholt2005-12-281-1/+1
* Fix an fb regression on A8 pictures. (Fredrik Höglund)Adam Jackson2005-12-201-1/+1
* Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson2005-12-091-14/+14
* Bug #3944: Fix 24bpp packed pixel. (Søren Sandmann Pedersen)Adam Jackson2005-12-081-2/+2
* Define XFree86Server only where it is required.Kevin E Martin2005-12-021-1/+1
* Bug #5093: Fix fb for non-SSE machines. (Xavier Bachelot)Adam Jackson2005-11-302-109/+118
* Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin2005-11-291-1/+5