summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt1-1/+1
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen1-1/+1
2007-07-29ReduceCompositeOp returns a Render op, not a boolean.Adam Jackson1-1/+1
2007-06-29Death to RCS tags.Adam Jackson4-8/+0
2007-06-15swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles.Matthieu Herrb1-0/+2
2007-06-11Don't pass regions to pixman_image_composite() anymore.Søren Sandmann Pedersen3-26/+40
2007-06-05Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammxSøren Sandmann Pedersen1-1/+1
2007-05-23Port renderedge.c to pixmanSoren Sandmann Pedersen2-128/+6
2007-05-15Use pixman short formats, revert the gradient_stop changeSoren Sandmann Pedersen2-58/+56
2007-05-15Use pixman types for transforms and vectorsSoren Sandmann Pedersen1-11/+3
2007-05-15Use the pixman fixed point types and macrosSoren Sandmann Pedersen2-44/+24
2007-05-02Fix for a divide by zero that can be triggered by a malicious client.Keith Packard1-0/+1
2007-04-23Remove #if 0'ed merge leftoversSoren Sandmann Pedersen1-17/+0
2007-04-23Gradient fixesSoren Sandmann Pedersen2-8/+31
2007-04-19Merge David Reveman's gradient optimization patch from pixmanSoren Sandmann Pedersen2-75/+57
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-03-25Static cleanups, dead code deletion.Adam Jackson4-8/+6
2007-01-09Multiple integer overflows in dbe and render extensionsMatthieu Herrb1-3/+12
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-8/+11
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh2-63/+63
2006-09-12transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck1-0/+1
2006-09-11Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck1-7/+13
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson13-14/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-07-03Fix source picture filter check for multiple screens.Eric Anholt1-3/+11
2006-07-03Bug #7366: Fix crashes when setting filters on source pictures.Eric Anholt2-7/+22
2006-07-03Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt2-6/+16
2006-06-23Remove the default case from fbcompose.c switches which should cover all cases.Eric Anholt1-4/+0
2006-06-19Convert PICT_* names from #defines to an enum to aid in debugging.Eric Anholt2-43/+45
2006-05-09Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson1-2/+2
2006-05-02Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.Matthieu Herrb1-2/+2
2006-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard2-2/+15
2006-03-28Big old pile of warning fixes.Adam Jackson1-1/+0
2006-03-08render/picture.c Initialize the format of a source picture toLars Knoll1-0/+1
2006-03-06render/picture.c Correctly initialize devPrivates variable in source onlyLars Knoll1-0/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson6-17/+17
2006-02-15Mark everything in misym.c as _X_EXPORT.Adam Jackson1-1/+1
2006-02-13Reverted, did nothing anyway, I'm not smart today.Adam Jackson1-21/+0
2006-02-13Further op reduction when both src and dst alpha are absent.Adam Jackson1-5/+35
2006-02-12Simplify ops that would use the alpha channel when an alpha channel isEric Anholt1-0/+89
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+1
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie1-0/+2
2006-01-04Correct rounding in divide-by-255 code. Obtained from xserver.Eric Anholt1-4/+4
2006-01-03Add glyph privates for Xgl, which uses them to implement a glyph cache. EXAEric Anholt7-12/+404
2005-12-28Merge from xserver: Make the existing ChangePictureFilter andEric Anholt4-3/+39
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson2-3/+9
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-10-06Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashesBenjamin Herrenschmidt1-1/+1
2005-08-28Bug #3974: Fix unaligned memory access on LP64. (Matthieu Herrb)Adam Jackson1-1/+1