summaryrefslogtreecommitdiff
path: root/fb
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-26Change expand_alpha_rev to expand_alpha in mmxSaturateUSoren Sandmann Pedersen1-1/+1
2007-04-26Fix typo in previous commitSoren Sandmann Pedersen1-1/+1
2007-04-26Pixman mergeSoren Sandmann Pedersen1-45/+94
2007-04-26Pixman mergeSoren Sandmann Pedersen1-1/+6
2007-04-26Pixman mergeSoren Sandmann Pedersen1-23/+65
2007-04-26Pixman mergeSoren Sandmann Pedersen1-33/+44
2007-04-26More pixman mergingSoren Sandmann Pedersen2-150/+651
2007-04-25Don't treat convolution filters as transformations.Soren Sandmann Pedersen1-20/+17
2007-04-25Port MSVC++ CPU detection code from pixman. (Vladimir Vukicevic).Soren Sandmann Pedersen1-6/+64
2007-04-25Integrate optimization from xserver from David Reveman where repeatsSoren Sandmann Pedersen1-2/+29
2007-04-25Add function fbCompositeSrcAdd_8888x8x8(), and fix a bug whereSoren Sandmann Pedersen1-2/+69
2007-04-25Various fixes from xserver via pixman (Billy Biggs)Soren Sandmann Pedersen1-8/+8
2007-04-24Use READ/WRITE macros for new functions introduced in previous commits.Soren Sandmann Pedersen1-258/+257