summaryrefslogtreecommitdiff
path: root/glamor/glamor_glyphs.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Silence compilation warnings.Zhigang Gong1-30/+25
2013-12-18glamor_glyphs: When dst arg point to a NULL buffer, dont't flush.Zhigang Gong1-0/+3
2013-12-18glamor_glyphs: Don't merge extents for different lists.Zhigang Gong1-39/+71
2013-12-18glamor_glyphs: Use cache picture to store mask picture if possible.Zhigang Gong1-215/+830
2013-12-18glamor_glyphs: Slightly performance tuning.Zhigang Gong1-52/+30
2013-12-18glamor_glyphs: Detect fake or real glyphs overlap.Zhigang Gong1-79/+330
2013-12-18glamor_glyphs: Before get upload to cache flush is needed.Zhigang Gong1-87/+139
2013-12-18largepixmap: Enable glamor_composite.Zhigang Gong1-1/+1
2013-12-18Fixup glx supportChris Wilson1-7/+3
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-7/+52
2013-12-18Call screen's method to create pixmap.Zhigang Gong1-2/+2
2013-12-18Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-9/+9
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-59/+47
2013-12-18Add new version glamor_fillspans without internal fallback.Zhigang Gong1-1/+1
2013-12-18Initial version.Zhigang Gong1-637/+628
2011-09-26glamor: Improve glyphs cache mechanism.Zhigang Gong1-681/+658
2011-09-26glamor: Remove one extra area copy in glamor_glyph.Zhigang Gong1-1/+3
2011-09-26glamor : Add dynamic texture uploading feature.Zhigang Gong1-0/+2
2011-09-26glamor: Silent compilation warnings due to some deprecated APIs.Zhigang Gong1-4/+4
2011-09-26glamor: Call glamor_composite_rects only when enable RENDER.Zhigang Gong1-0/+2
2011-09-26glamor: Add the glyph cache from UXA (de-camelCased).Eric Anholt1-0/+877