summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Add better PanoramiX handling of source pictures. Source picturesDavid Reveman1-51/+61
2008-10-30Expose animated cursors to DDX for possible acceleration.David Reveman2-51/+72
2008-10-30Add AnimForEachCursorElt function.David Reveman2-0/+28
2008-10-30Panoramix fixes for RENDER extension.David Reveman1-0/+128
2008-10-06Build fix.Adam Jackson1-2/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson2-4/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson2-6/+3
2008-09-23Revert "Render: Use built-in SHA1 library"Keith Packard4-240/+28
2008-09-23Render: Use built-in SHA1 libraryJohn Tapsell4-28/+240
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky3-4/+9
2008-08-27Remove unused GetGlyphPrivatesForScreen.Eamon Walsh2-11/+0
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-2/+0
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-9/+1
2008-07-22Don't return BadAlloc when trying to set a PictureFilter with no parameters w...Pierre-Loup A. Griffais1-1/+1
2008-06-24Bug #15369: Don't reduce Over to Src for transform + RepeatNone.Owen Taylor1-2/+14
2008-06-11CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb1-4/+12
2008-06-11CVE-2008-2361 - RENDER Extension crashMatthieu Herrb1-0/+2
2008-06-11CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb1-2/+9
2008-06-09CreateColormap returns Success on success, not TRUE.Aaron Plattner1-2/+3
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-2/+15
2008-05-13render: don't dereference cursor if cursor is NULL.Peter Hutterer1-1/+1
2008-05-06Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.cAlan Coopersmith1-2/+15
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-0/+2
2008-02-29Bug #10463: Always initialize reference pixel before AllocColor()Chris Wilson1-0/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer8-691/+162
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh3-126/+2
2007-12-02Clean up many #if 0.Adam Jackson2-124/+0
2007-11-20Revert "registry: Register RENDER extension protocol names."Eamon Walsh1-90/+0
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-15Fix a really dumb typo.Aaron Plattner1-1/+1
2007-11-07Merge branch 'master' into mpxPeter Hutterer12-417/+495
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh6-58/+60
2007-11-05Render: Remove usage of allocaDaniel Stone2-26/+26
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner4-6/+9
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner2-25/+24
2007-10-26Include stddef.h for size_t.Bernardo Innocenti1-0/+1
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh10-362/+438
2007-10-23Superfluous ','.Matthias Hopf1-1/+1
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt7-255/+215
2007-10-15registry: Add some missing #include's.Eamon Walsh1-0/+1
2007-10-15registry: Register RENDER extension protocol names.Eamon Walsh1-0/+90
2007-10-12NULL is not a valid argument to CreatePicture, please use serverClientEamon Walsh1-1/+1
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-2/+0
2007-10-02Merge branch 'glyph-pixmaps'Eric Anholt4-111/+226
2007-09-19devPrivates rework: move devPrivates field in drawable structure typesEamon Walsh1-1/+1
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh3-10/+10
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt1-1/+1
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh4-52/+94
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh6-497/+47