summaryrefslogtreecommitdiff
path: root/glamor/glamor_glyphs.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-02glamor: Add glamor_program based copy accelerationKeith Packard1-3/+3
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-2/+1
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-1/+1
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-7/+14
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-2/+2
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-4/+2
2014-01-27glamor: Remove copy of sna's compiler.hAdam Jackson1-4/+4
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-15/+15
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-1477/+1474
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