index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_glyphs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-11
glamor: Make glyph mask cache per-screen
Michel Dänzer
1
-36
/
+12
2014-09-11
glamor: Track glyph caching information per screen
Michel Dänzer
1
-10
/
+13
2014-09-11
glamor: Move 'glyph caches realized' check to glamor_realize_glyph_caches
Michel Dänzer
1
-9
/
+6
2014-07-17
glamor: Drop constant arguments to glamor_solid().
Eric Anholt
1
-2
/
+2
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
1
-3
/
+3
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-2
/
+1
2014-03-26
glamor: Get testing code using small FBOs working again
Keith Packard
1
-1
/
+1
2014-03-17
glamor: Do glyph private init at screeninit time, and other stuff at CSR.
Eric Anholt
1
-7
/
+14
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-2
/
+2
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-4
/
+2
2014-01-27
glamor: Remove copy of sna's compiler.h
Adam Jackson
1
-4
/
+4
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-15
/
+15
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-1477
/
+1474
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-30
/
+25
2013-12-18
glamor_glyphs: When dst arg point to a NULL buffer, dont't flush.
Zhigang Gong
1
-0
/
+3
2013-12-18
glamor_glyphs: Don't merge extents for different lists.
Zhigang Gong
1
-39
/
+71
2013-12-18
glamor_glyphs: Use cache picture to store mask picture if possible.
Zhigang Gong
1
-215
/
+830
2013-12-18
glamor_glyphs: Slightly performance tuning.
Zhigang Gong
1
-52
/
+30
2013-12-18
glamor_glyphs: Detect fake or real glyphs overlap.
Zhigang Gong
1
-79
/
+330
2013-12-18
glamor_glyphs: Before get upload to cache flush is needed.
Zhigang Gong
1
-87
/
+139
2013-12-18
largepixmap: Enable glamor_composite.
Zhigang Gong
1
-1
/
+1
2013-12-18
Fixup glx support
Chris Wilson
1
-7
/
+3
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-7
/
+52
2013-12-18
Call screen's method to create pixmap.
Zhigang Gong
1
-2
/
+2
2013-12-18
Call glamor_create_pixmap directly in glamor rendering path.
Zhigang Gong
1
-9
/
+9
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-59
/
+47
2013-12-18
Add new version glamor_fillspans without internal fallback.
Zhigang Gong
1
-1
/
+1
2013-12-18
Initial version.
Zhigang Gong
1
-637
/
+628
2011-09-26
glamor: Improve glyphs cache mechanism.
Zhigang Gong
1
-681
/
+658
2011-09-26
glamor: Remove one extra area copy in glamor_glyph.
Zhigang Gong
1
-1
/
+3
2011-09-26
glamor : Add dynamic texture uploading feature.
Zhigang Gong
1
-0
/
+2
2011-09-26
glamor: Silent compilation warnings due to some deprecated APIs.
Zhigang Gong
1
-4
/
+4
2011-09-26
glamor: Call glamor_composite_rects only when enable RENDER.
Zhigang Gong
1
-0
/
+2
2011-09-26
glamor: Add the glyph cache from UXA (de-camelCased).
Eric Anholt
1
-0
/
+877