summaryrefslogtreecommitdiff
path: root/render/picture.c
AgeCommit message (Collapse)AuthorFilesLines
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-2/+2
2006-09-12transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck1-0/+1
Added a non-zero test for one of the diagonal values.
2006-09-11Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck1-7/+13
It now recognizes scaled variants of the identity matrix, too.
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-03Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt1-6/+11
A screen's ChangePictureTransform now isn't called when changing the transform, as source pictures aren't associated with screens. Also, attempting to set an AlphaMap to a source picture will fail with BadMatch just like a Window would, preventing another crash.
2006-04-19Add support for x4a4 format (depth 4 at 8bpp). Bug #6325.Keith Packard1-2/+6
2006-03-08render/picture.c Initialize the format of a source picture toLars Knoll1-0/+1
PICT_a8r8g8b8. Fixes a failure in the gradients test of rendercheck. In the long term we could do better by setting the format to something without alpha whenever the gradient doesn't contain colors with alpha. This triggers a reduction of the over operation to a pure source operation.
2006-03-06render/picture.c Correctly initialize devPrivates variable in source onlyLars Knoll1-0/+1
pictures to 0 miext/cw/cw.h Don't try to access devPrivates of source only pictures
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-6/+6
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
always 1.0, and short circuit PictOpDst for good measure.
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 Anholt1-0/+3
would probably also like to do this. This breaks module ABI for EXA and XAA, and likely breaks proprietary drivers as well.
2005-12-28Merge from xserver: Make the existing ChangePictureFilter andEric Anholt1-1/+6
ChangePictureTransform screen hooks get called at appropriate times.
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-1/+6
Plattner)
2005-10-06Bug #4689: Treat DirectColor as TrueColor in Render. It fixes some crashesBenjamin Herrenschmidt1-1/+1
with xcompmgr when using apps that use a DirectColor visual for their windows
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
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
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
Changed the semantics of the Convolution filter a bit. It now doesn't try to normalize the filter values but leaves this to the client. This gives more reasonable behaviour in the limit where the filter parameters sum up to 0.
2005-06-15Fix projective transformations in fbcompose.c Bugfix for convolutionLars Knoll1-0/+29
filters
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
None works. Copy filter to backing picture during validation. Mark picture serialNumber when setting Filter or Transform so Validate occurs. Initialize xf86Screens[i]->pScreen to NULL so that RADEON driver doesn't crash during server reset using old pScreen.
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
changes that CopyPicture has done.
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
the flagged bits from a source picture. Approved in principle by keithp. - Use CopyPicture and SetTransform to update most of the backing picture's state in the composite wrapper. Filters are still missing. - Don't allocate a picture private, now that we calculate clipping properly and don't need the serialNumber or stateChanges. - Use the format of the source pixmap rather than generating the format from the window's visual. - Wrap the rest of the Render primitives that were stubbed out before.
2004-07-29Integration of DAMAGE-XFIXES branch to trunkStuart Kreitman1-5/+72
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 These RENDER changes come from the experimental freedesktop tree formerly known as "Xserver". Partly motivated by compatibility with DAMAGE as pulled from that tree, also some of the code just is better implemented. Modified Files: filter.c picture.c picture.h picturestr.h
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_0STSF-CURRENTEgbert 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