summaryrefslogtreecommitdiff
path: root/fb/fbcompose.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-18Move fbCompositeGeneral() to fbpict.c and remove fbcompose.cSoren Sandmann Pedersen1-4318/+0
2007-05-18Make the general compositing code create a pixman image and callSoren Sandmann Pedersen1-1/+2
2007-05-16Make fbFetch_b8g8r8() actually write the read value to the bufferSoren Sandmann Pedersen1-0/+1
2007-05-03New fbWalkCompositeRegion() functionSoren Sandmann Pedersen1-101/+3
2007-05-03Add fbCompositeRect() as another special case in the switch of doom in fbpict.cSoren Sandmann Pedersen1-1/+1
2007-04-23Gradient fixesSoren Sandmann Pedersen1-30/+173
2007-04-22Fix unbalanced fbGetDrawable added in commit 0a9239ec.Aaron Plattner1-0/+3
2007-04-21Remove #if 0'ed leftovers from mergeSoren Sandmann Pedersen1-4/+0
2007-04-21 Fix gradient walker to not reset needlesslySoren Sandmann Pedersen1-7/+11
2007-04-21Fixing gradient repeat mode computations in previous patch. From DavidSoren Sandmann Pedersen1-19/+18
2007-04-21Remove a few memory references in fbFetchTransformedSoren Sandmann Pedersen1-2/+2
2007-04-21Integrate David Turner's gradient optimizations from pixmanSoren Sandmann Pedersen1-79/+259
2007-04-20Fix pixman bug 5777, patch by David RevemanSoren Sandmann Pedersen1-99/+156
2007-04-19Merge David Reveman's gradient optimization patch from pixmanSoren Sandmann Pedersen1-573/+918
2006-08-01Wrap libwfb memory access.Aaron Plattner1-325/+326
2006-07-26Add framebuffer access wrapper infrastructure.Aaron Plattner1-1/+11
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
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-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-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-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard1-2/+25
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-2/+6
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-10-04Correct the test for whether projective transform is necessary. Also, useEric Anholt1-16/+16
2005-10-03Merge r1.36 of fbcompose.c from xserver CVS: Special case projectiveEric Anholt1-78/+158
2005-09-07Fix typo resulting in failure to swap between RGB/BGR properly. (Stephen P.Daniel Stone1-2/+2
2005-08-30More 0 -> NULL for pointers missed in previous commit to this file.Eric Anholt1-10/+10
2005-08-30Apply the xserver patch from vektor for bug #4208: Use NULL for pointersEric Anholt1-19/+19
2005-08-12Fri Aug 12 14:49:24 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-24/+40
2005-08-12Fri Aug 12 14:29:09 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-8/+10
2005-07-13Fix potential buffer overflow and a smaller bug in the convolution filterLars Knoll1-4/+10
2005-07-12Add MMX Code paths for the basic composition operations inLars Knoll1-21/+22
2005-07-04don't be too smart and try to replace PictOpOver by PictOpSrc when we haveLars Knoll1-4/+1
2005-07-04Fix handling of "super luminescent" colors Fix off by one error in theLars Knoll1-250/+244
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-07-01Add support for gradients and solid fills to Render.Lars Knoll1-25/+242
2005-06-15Fix projective transformations in fbcompose.c Bugfix for convolutionLars Knoll1-133/+283
2005-06-13add the convolution filter from xserver to xorgLars Knoll1-71/+125
2005-05-14Change return statements to fix compiler errors: "fbcompose.c", line 2815:XORG-6_8_99_7Alan Coopersmith1-4/+8
2005-05-08Render performance improvements. (Lars Knoll, Zack Rusin)Adam Jackson1-2272/+2506
2005-01-13Thu Jan 13 15:40:29 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-2/+15
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-2/+2