summaryrefslogtreecommitdiff
path: root/exa/exa_classic.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-82/+82
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard1-2/+2
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson1-2/+2
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer1-3/+1
2010-06-11exa: fix ExaCheckCopyNtoN for exa_classic when source = destÉric Piel1-1/+2
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-4/+4
2010-04-21exa: check for NULL pointer before dereferences itTiago Vignatti1-1/+2
2009-11-28exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...Maarten Maathuis1-7/+7
2009-11-28exa: handle pixmap create/destroy in lower layersMaarten Maathuis1-0/+8
2009-08-06exa: Split out some classic and driver allocated pixmap code into seperate filesMaarten Maathuis1-0/+258