summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)Author
2009-09-22render: return the supported version rather than just passing the proto's ver...Keith Packard
2009-07-26Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard
2008-11-24Avoid overflow in PictureTransformPoint. Fix PictureTransformIsIdentity.Keith Packard
2008-11-24Handle RandR transform matrices in floating point.Keith Packard
2008-11-24When converting from double to fixed, round carefully.Keith Packard
2008-11-24Add matrix inversion function (uses doubles)Keith Packard
2008-11-24Correct bilinear filter kernel size (should be 2x2)Keith Packard
2008-11-24Add kernel size to Render filters.Keith Packard
2008-11-24[render] Split out filter finding from filter setting.Keith Packard
2008-11-24Add funcs to convert between protocol and pixman matricesKeith Packard
2008-11-24Export a bunch of matrix operations from render.Keith Packard
2008-10-31Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency.Peter Hutterer
2008-10-06Build fix.Adam Jackson
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-10-06xalloc+bzero -> xcallocAdam Jackson
2008-09-23Revert "Render: Use built-in SHA1 library"Keith Packard
2008-09-23Render: Use built-in SHA1 libraryJohn Tapsell
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky
2008-08-27Remove unused GetGlyphPrivatesForScreen.Eamon Walsh
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson
2008-07-22Don't return BadAlloc when trying to set a PictureFilter with no parameters w...Pierre-Loup A. Griffais
2008-06-24Bug #15369: Don't reduce Over to Src for transform + RepeatNone.Owen Taylor
2008-06-11CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb
2008-06-11CVE-2008-2361 - RENDER Extension crashMatthieu Herrb
2008-06-11CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb
2008-06-09CreateColormap returns Success on success, not TRUE.Aaron Plattner
2008-05-20Merge branch 'master' into mpxPeter Hutterer
2008-05-13render: don't dereference cursor if cursor is NULL.Peter Hutterer
2008-05-06Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.cAlan Coopersmith
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer
2008-02-29Bug #10463: Always initialize reference pixel before AllocColor()Chris Wilson
2008-01-03Merge branch 'master' into mpxPeter Hutterer
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-12-02Clean up many #if 0.Adam Jackson
2007-11-20Revert "registry: Register RENDER extension protocol names."Eamon Walsh
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-15Fix a really dumb typo.Aaron Plattner
2007-11-07Merge branch 'master' into mpxPeter Hutterer
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-05Render: Remove usage of allocaDaniel Stone
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner
2007-10-26Include stddef.h for size_t.Bernardo Innocenti
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-10-23Superfluous ','.Matthias Hopf
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt
2007-10-15registry: Add some missing #include's.Eamon Walsh