summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Don'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-10CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb1-4/+12
2008-06-10CVE-2008-2361 - RENDER Extension crashMatthieu Herrb1-0/+2
2008-06-10CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb1-2/+9
2008-06-09CreateColormap returns Success on success, not TRUE.Aaron Plattner1-2/+3
2008-02-29Bug #10463: Always initialize reference pixel before AllocColor()Chris Wilson1-0/+2
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-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
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh3-26/+26
2007-08-25Refactor PictureInitIndexedFormats.Adam Jackson2-25/+25
2007-08-23Avoid leaking a Pixmap for every glyphCarl Worth1-0/+5
2007-08-22Revert "Fix <pixman.h> include to <pixman/pixman.h>"Eric Anholt1-1/+1
2007-08-22Fix <pixman.h> include to <pixman/pixman.h>Alan Hourihane1-1/+1
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-11/+15
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen1-1/+1
2007-08-02Create a Picture as well as a Pixmap at the time of AllocateGlyphCarl Worth4-35/+25
2007-08-02Use per-screen Pixmaps for glyphsCarl Worth4-53/+113
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth3-65/+64
2007-08-02ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cachedCarl Worth3-25/+71
2007-08-02Split HashGlyph functionality out into HashGlyphInfoAndBitsCarl Worth2-3/+23
2007-08-02ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bitCarl Worth1-8/+4
2007-08-02ProcRenderAddGlyphs: Convert while loops to for loops where more naturalCarl Worth1-5/+4
2007-07-29ReduceCompositeOp returns a Render op, not a boolean.Adam Jackson1-1/+1
2007-06-29Death to RCS tags.Adam Jackson4-8/+0
2007-06-15swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles.Matthieu Herrb1-0/+2
2007-06-11Don't pass regions to pixman_image_composite() anymore.Søren Sandmann Pedersen3-26/+40
2007-06-05Remove most of the fast-path MMX operations from fbmmx. fbCopyAreammxSøren Sandmann Pedersen1-1/+1