summaryrefslogtreecommitdiff
path: root/glamor/glamor_picture.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23glamor: Replace fallback preparation codeKeith Packard1-18/+0
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-2/+2
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt1-2/+1
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-1/+1
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-55/+56
2013-12-18Silence compilation warnings.Zhigang Gong1-6/+0
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-5/+5
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+28
2013-12-18Fixup glx supportChris Wilson1-4/+0
2013-12-18glamor_picture: Fix the wrong order of header file.Zhigang Gong1-1/+1
2013-12-18glamor_create_picture: Fix the format matching method.Zhigang Gong1-8/+14
2013-12-18Rearrange data structure and remove unused fileds.Zhigang Gong1-2/+3
2013-12-18Silence a compilation warning.Zhigang Gong1-1/+0
2013-12-18Track all picture's drawable pict format.Zhigang Gong1-0/+8
2013-12-18Remove the assertion which is not safe sometimes.Zhigang Gong1-4/+1
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+5
2013-12-18Remove the access mode from private pixmap structure.Zhigang Gong1-2/+2
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-7/+9
2013-12-18Initial version.Zhigang Gong1-50/+53
2011-09-26glamor : Add dynamic texture uploading feature.Zhigang Gong1-0/+93