summaryrefslogtreecommitdiff
path: root/render/picture.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-13Fix compilation where uint is not defined.Torrey Lyons1-10/+7
2005-07-04provide the uint datatype on WIN32Alexander Gottwald1-0/+4
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Fix more include paths; add dix-config.h to XKB code.Daniel Stone1-3/+0
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-2/+2
2005-07-01Add support for gradients and solid fills to Render.Lars Knoll1-32/+339
2005-06-15Fix projective transformations in fbcompose.c Bugfix for convolutionLars Knoll1-0/+29
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-08-15Copy bits from parent window when allocating pixmaps so that Background ==Keith Packard1-0/+3
2004-08-13Fix copy'n'paste-os of x/y in CopyPicture for AlphaXOrigin and ClipXOrigin.Eric Anholt1-2/+2
2004-08-11In CopyPicture, add missing call to ChangePicture to notify about theEric Anholt1-0/+3
2004-08-06Add RenderAddTraps. Rewrite trapezoid rendering code.Keith Packard1-1/+12
2004-08-05- Add a new Render function, CopyPicture, which will update a picture withEric Anholt1-0/+79
2004-07-29Integration of DAMAGE-XFIXES branch to trunkStuart Kreitman1-5/+72
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+53
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+1305