summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxpict.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert hw/dmx to new *allocarray functionsAlan Coopersmith1-5/+5
2015-02-10dmx: remove redundant redeclarations of variables from other headersAlan Coopersmith1-1/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-10/+10
2013-09-10dmx: Remove ShadowFB supportAdam Jackson1-4/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-681/+724
2011-03-14Remove TriStrip and TriFan from the picture screenSøren Sandmann Pedersen1-87/+0
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-21/+33
2010-11-30render: repack PictureRecAdam Jackson1-2/+0
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-13/+13
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-4/+2
2009-09-21dmx: silence 'implicit declaration of function ‘XFixesSetPictureClipRegion’Peter Hutterer1-0/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-5/+5
2007-11-05DMX: Remove usage of allocaDaniel Stone1-5/+5
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-2/+1
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III1-33/+52
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-12/+12
2006-07-13Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength clientJames Steven Supancic III1-1/+1
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-2/+3
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1293