summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck2006-09-121-0/+1
* Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck2006-09-111-7/+13
* Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson2006-07-2113-14/+0
* get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2006-07-181-1/+1
* Fix source picture filter check for multiple screens.Eric Anholt2006-07-031-3/+11
* Bug #7366: Fix crashes when setting filters on source pictures.Eric Anholt2006-07-032-7/+22
* Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt2006-07-032-6/+16
* Remove the default case from fbcompose.c switches which should cover all cases.Eric Anholt2006-06-231-4/+0
* Convert PICT_* names from #defines to an enum to aid in debugging.Eric Anholt2006-06-192-43/+45
* Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson2006-05-091-2/+2
* Typo in ALLLOCATE_LOCAL() arguments, causing mis-computation of the buffer.Matthieu Herrb2006-05-021-2/+2
* Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard2006-04-192-2/+15
* Big old pile of warning fixes.Adam Jackson2006-03-281-1/+0
* render/picture.c Initialize the format of a source picture toLars Knoll2006-03-081-0/+1
* render/picture.c Correctly initialize devPrivates variable in source onlyLars Knoll2006-03-061-0/+1
* Mark everything in dixsym.c as _X_EXPORT.Adam Jackson2006-02-156-17/+17
* Mark everything in misym.c as _X_EXPORT.Adam Jackson2006-02-151-1/+1
* Reverted, did nothing anyway, I'm not smart today.Adam Jackson2006-02-131-21/+0
* Further op reduction when both src and dst alpha are absent.Adam Jackson2006-02-131-5/+35
* Simplify ops that would use the alpha channel when an alpha channel isEric Anholt2006-02-121-0/+89
* Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2006-02-101-4/+1
* Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie2006-01-181-0/+2
* Correct rounding in divide-by-255 code. Obtained from xserver.Eric Anholt2006-01-041-4/+4
* Add glyph privates for Xgl, which uses them to implement a glyph cache. EXAEric Anholt2006-01-037-12/+404
* Merge from xserver: Make the existing ChangePictureFilter andEric Anholt2005-12-284-3/+39
* Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson2005-12-092-3/+9
* Define XFree86Server only where it is required.Kevin E Martin2005-12-021-1/+1
* Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin2005-11-291-1/+1
* Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashesBenjamin Herrenschmidt2005-10-061-1/+1
* Bug #3974: Fix unaligned memory access on LP64. (Matthieu Herrb)Adam Jackson2005-08-281-1/+1
* Remove use of dix-config and xorg-config.h from public headers.Daniel Stone2005-08-245-20/+0
* Fix compilation where uint is not defined.Torrey Lyons2005-07-131-10/+7
* provide the uint datatype on WIN32Alexander Gottwald2005-07-041-0/+4
* Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2005-07-034-8/+8
* Fix more include paths; add dix-config.h to XKB code.Daniel Stone2005-07-032-6/+0
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-0317-0/+68
* Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2005-07-021-0/+2
* Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2005-07-014-9/+9
* Adding initial build system.Daniel Stone2005-07-011-0/+17
* Add support for gradients and solid fills to Render.Lars Knoll2005-07-014-46/+716
* Fix projective transformations in fbcompose.c Bugfix for convolutionLars Knoll2005-06-152-0/+33
* add the convolution filter from xserver to xorgLars Knoll2005-06-132-18/+45
* Render performance improvements. (Lars Knoll, Zack Rusin)Adam Jackson2005-05-091-3/+3
* Fix includes right throughout the Xserver tree:Daniel Stone2005-04-203-9/+9
* Encoding of numerous files changed to UTF-8Markus Kuhn2004-12-0415-16/+16
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald2004-11-151-1/+1
* Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).Kevin E Martin2004-08-181-2/+2
* Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard2004-08-152-0/+4
* Empty damage object when freeing pixmap.Keith Packard2004-08-132-38/+101
* Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin.Eric Anholt2004-08-131-2/+2