summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2007-12-02Clean up many #if 0.Adam Jackson2-124/+0
2007-11-15Fix a really dumb typo.Aaron Plattner1-1/+1
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-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-02Merge branch 'glyph-pixmaps'Eric Anholt4-111/+226
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt1-1/+1
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-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
2007-05-23Port renderedge.c to pixmanSoren Sandmann Pedersen2-128/+6
2007-05-15Use pixman short formats, revert the gradient_stop changeSoren Sandmann Pedersen2-58/+56
2007-05-15Use pixman types for transforms and vectorsSoren Sandmann Pedersen1-11/+3
2007-05-15Use the pixman fixed point types and macrosSoren Sandmann Pedersen2-44/+24
2007-05-02Fix for a divide by zero that can be triggered by a malicious client.Keith Packard1-0/+1
2007-04-23Remove #if 0'ed merge leftoversSoren Sandmann Pedersen1-17/+0
2007-04-23Gradient fixesSoren Sandmann Pedersen2-8/+31
2007-04-19Merge David Reveman's gradient optimization patch from pixmanSoren Sandmann Pedersen2-75/+57
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-03-25Static cleanups, dead code deletion.Adam Jackson4-8/+6
2007-01-09Multiple integer overflows in dbe and render extensionsMatthieu Herrb1-3/+12
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-8/+11
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh2-63/+63
2006-09-12transformIsIdentity() now doesn't accept a zero matrix as the identity.Tilman Sauerbeck1-0/+1
2006-09-11Bug #8226: Fixed SetPictureTransform()'s handling of the argument matrix.Tilman Sauerbeck1-7/+13
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson13-14/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-07-03Fix source picture filter check for multiple screens.Eric Anholt1-3/+11
2006-07-03Bug #7366: Fix crashes when setting filters on source pictures.Eric Anholt2-7/+22
2006-07-03Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt2-6/+16
2006-06-23Remove the default case from fbcompose.c switches which should cover all cases.Eric Anholt1-4/+0
2006-06-19Convert PICT_* names from #defines to an enum to aid in debugging.Eric Anholt2-43/+45
2006-05-09Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson1-2/+2