summaryrefslogtreecommitdiff
path: root/fb
AgeCommit message (Expand)AuthorFilesLines
2008-04-20all of this debug-dust sprinkled throughout, and it still doesn't work :(Ben Byer2-2/+1
2008-04-20converted fbGetDrawable into a function, for extra debugging blissBen Byer2-0/+48
2008-04-18properly initialise the optional memberBen Byer1-0/+1
2008-04-18patches to add Actualized flag, from danielsBen Byer13-2/+109
2007-12-09Fixed bad calculation of dstEnd, which caused truncation of some bitbltsBen Byer1-2/+2
2007-12-07FB: Formatting cleanup that got missed in the last commit...Jeremy Huddleston1-3/+3
2007-12-07Added code to check for null pointers on fb* invocationsBen Byer1-0/+7
2007-12-07Added checks to avoid writing past the end of the buffer in fbBltOneBen Byer1-5/+27
2007-08-23Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fixSøren Sandmann Pedersen1-0/+1
2007-08-23stride is in FbBits-sized chunks, but xoff is not.Aaron Plattner1-3/+3
2007-08-23Bug #12015: Use the right offsets in the dst arguments of pixman_blt.Aaron Plattner1-2/+2
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen1-1/+1
2007-08-06Don't unwrap too early in libwfb for Composite.Aaron Plattner4-17/+16
2007-07-11"fbpict.c", line 215: void function cannot return valueAlan Coopersmith1-1/+1
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson4-75/+2
2007-06-29Death to RCS tags.Adam Jackson28-56/+0
2007-06-27Handle tileStride > 1 in fbEvenTile.Aaron Plattner2-5/+8
2007-06-22In fbFill() make sure the drawable is validated when pixman_fill() succeeds.Søren Sandmann Pedersen1-32/+22
2007-06-20Fixed fbSolidBoxClipped() to fill the right place.Arcady Goldmints-Orlov1-1/+1
2007-06-11Remove fbmmx.[ch] filesSøren Sandmann Pedersen2-121/+0
2007-06-11Replace fbFillmmx() with pixman_fill() and remove fbmmx.[ch]Søren Sandmann Pedersen7-385/+20
2007-06-11Delete fbBltmmx().Søren Sandmann Pedersen2-145/+0
2007-06-11Port a few forgotten fbSolidFillmmx()'es to fbFillmmx(). Use pixman_blt() ins...Søren Sandmann Pedersen3-30/+31
2007-06-11Remove fbCopyAreammx() and fbSolidFillmmx()Søren Sandmann Pedersen2-66/+0
2007-06-11Split fbSolidFillmmx() into a new FbFillmmx() function. Call that from fbFill().Søren Sandmann Pedersen3-18/+43
2007-06-11Split fbCopyAreammx() into a new fbBltmmx() function; call thisSøren Sandmann Pedersen3-38/+61
2007-06-11Don't pass regions to pixman_image_composite() anymore.Søren Sandmann Pedersen1-140/+140
2007-06-07Add new fb symbols to wfbrename.h.Aaron Plattner1-0/+2
2007-06-05Delete fbCompositeCopyAreammx()Søren Sandmann Pedersen2-36/+0
2007-06-05Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammxSøren Sandmann Pedersen2-2734/+0
2007-06-03Include pixman.h from fb.h or compile of some files will failBenjamin Herrenschmidt3-3/+2
2007-05-23Delete trapezoid rendering code; replace with pixman callsSoren Sandmann Pedersen1-167/+12
2007-05-23- Make image_from_pict() non-staticSoren Sandmann Pedersen7-588/+201
2007-05-23Add missing offsets for window coordinates - reported by Colin HarrisonSoren Sandmann Pedersen1-0/+13
2007-05-21Remove fast path code from fbpict.cSoren Sandmann Pedersen2-1697/+23
2007-05-18Use pixman_image_set_indexed() to make 8 bit workSoren Sandmann Pedersen1-0/+4
2007-05-18Comment out setup of general MMX codeSoren Sandmann Pedersen1-0/+6
2007-05-18Move fbCompositeGeneral() to fbpict.c and remove fbcompose.cSoren Sandmann Pedersen3-4363/+19
2007-05-18Break image_from_pict() into a few subfunctions.Soren Sandmann Pedersen1-183/+189
2007-05-18Make the general compositing code create a pixman image and callSoren Sandmann Pedersen2-3/+234
2007-05-17Remove excessive unrolling in fbCompositeSrc_x888x8x8888() and fix bug whereSoren Sandmann Pedersen1-63/+22
2007-05-16Make fbFetch_b8g8r8() actually write the read value to the bufferSoren Sandmann Pedersen1-0/+1
2007-05-15Revert various fast path functions to their pre-pixman-merge stateSoren Sandmann Pedersen1-515/+36
2007-05-03New fbWalkCompositeRegion() functionSoren Sandmann Pedersen3-196/+143
2007-05-03Add fbCompositeRect() as another special case in the switch of doom in fbpict.cSoren Sandmann Pedersen3-15/+56
2007-05-02Fix for a divide by zero that can be triggered by a malicious client.Keith Packard1-0/+3
2007-04-29Fix fbCompositeTrans_0888xnx0888 build for wfb on big endian.Michel Dänzer1-1/+1
2007-04-29Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.Michel Dänzer1-1/+1
2007-04-27Pixman mergingSoren Sandmann Pedersen1-1/+34
2007-04-27Bug fix in fbCompositeIn_nx8x8888Soren Sandmann Pedersen1-1/+1