index
:
~gongzg/glamor
0.4-rc1
for_large_pixmap
glyphs-opt
master
merge_trapezoid
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
Bump to version 0.5.
HEAD
v0.5
master
Zhigang Gong
1
-1
/
+1
2012-08-10
Increase vbo size to 64K verts.
Zhigang Gong
2
-2
/
+1
2012-08-10
Silence compilation warnings.
Zhigang Gong
17
-337
/
+280
2012-08-08
glamor_largepixmap: Fixed a bug in repeat clipping.
Zhigang Gong
1
-18
/
+6
2012-08-08
Prefer KHR_surfaceless_context EGL extension over KHR_surfaceless_opengl/gles2.
Michel Dänzer
1
-3
/
+10
2012-08-08
Print space between name of missing EGL extension and 'required'.
Michel Dänzer
1
-1
/
+1
2012-08-07
Fallback to pixman when trapezoid mask is big.
Junyan He
2
-31
/
+75
2012-08-02
glamor_glyphs: When dst arg point to a NULL buffer, dont't flush.
Zhigang Gong
1
-0
/
+3
2012-08-02
glamor_trapezoid: workaround a glsl like problem.
Zhigang Gong
1
-2
/
+10
2012-07-23
Fix the problem of VBO leak.
Junyan He
2
-6
/
+6
2012-07-23
Just use the shader to generate trapezoid if PolyMode == Imprecise
Junyan He
1
-9
/
+14
2012-07-23
Change the trapezoid render to use VBO.
Junyan He
2
-173
/
+330
2012-07-16
Added the missed header file for xorg 1.13 compat.
Zhigang Gong
1
-0
/
+107
2012-07-16
Synch with xorg 1.13 change.
Zhigang Gong
5
-10
/
+23
2012-07-13
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
4
-4
/
+7
2012-07-12
Stream vertex data to VBOs.
Michel Dänzer
1
-15
/
+15
2012-07-11
Fix translation of clip region for composite fallback.
Michel D=C3=A4nzer
1
-2
/
+2
2012-07-11
glamor_glyphs: Don't merge extents for different lists.
Zhigang Gong
1
-39
/
+71
2012-07-11
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
6
-44
/
+24
2012-07-11
glamor_glyphs: Use cache picture to store mask picture if possible.
Zhigang Gong
1
-215
/
+830
2012-07-03
glamor_compositerects: Implement optimized version.
Zhigang Gong
6
-49
/
+439
2012-07-03
optimize: Use likely and unlikely.
Zhigang Gong
3
-19
/
+78
2012-07-03
create_pixmap: use texture for large glyphs.
Zhigang Gong
1
-1
/
+1
2012-07-03
glamor_copyarea: Fixed a bug introduced by 996194...
Zhigang Gong
1
-2
/
+6
2012-07-03
glamor_glyphs: Slightly performance tuning.
Zhigang Gong
2
-56
/
+37
2012-07-03
glamor_render: Don't allocate buffer for vbo each time.
Zhigang Gong
1
-5
/
+16
2012-07-03
glamor_largepixmap: Walkaround for large texture's upload.
Zhigang Gong
2
-1
/
+6
2012-07-03
glamor_render: Optimize the two pass ca rendering.
Zhigang Gong
3
-111
/
+169
2012-07-03
glamor_composite_glyph: Optimize glyphs with non-solid pattern.
Zhigang Gong
1
-10
/
+78
2012-07-03
glamor_glyphs: Detect fake or real glyphs overlap.
Zhigang Gong
4
-103
/
+356
2012-06-21
glamor_render: Don't fallback when rendering glyphs with OpOver.
Zhigang Gong
1
-3
/
+25
2012-06-21
glamor_create_pixmap: Allocate glyphs pixmap in memory.
Zhigang Gong
1
-0
/
+1
2012-06-21
glamor_fbo: fix a memory leak for large pixmap.
Zhigang Gong
1
-1
/
+2
2012-06-15
Fix a bug for trapezoid clip
Junyan He
1
-8
/
+107
2012-06-15
gles2_largepixmap: force clip for a non-large pixmap.
Zhigang Gong
2
-8
/
+32
2012-06-15
glamor_emit_composite_vert: Optimize to don't do two times vert coping.
Zhigang Gong
3
-137
/
+216
2012-06-15
glamor_glyphs: Before get upload to cache flush is needed.
Zhigang Gong
1
-87
/
+139
2012-06-15
copyarea: Cleanup the error handling logic.
Zhigang Gong
1
-6
/
+8
2012-06-14
trapezoid: Fallback to sw-rasterize for largepixmap.
Zhigang Gong
1
-4
/
+13
2012-06-12
Use the direct render path for A1
Junyan He
2
-8
/
+27
2012-06-12
Add the trapezoid direct render logic
Junyan He
3
-0
/
+806
2012-06-12
Modilfy the composite logic to two phases
Junyan He
4
-81
/
+134
2012-06-12
Add macro of vertex setting for triangle stripe
Junyan He
3
-54
/
+81
2012-06-12
Use shader to generate the temp trapezoid mask
RobinHe
3
-47
/
+657
2012-06-12
Create the file glamor_triangles.c
RobinHe
4
-149
/
+189
2012-06-11
Enable large pixmap by default.
for_large_pixmap
Zhigang Gong
1
-2
/
+2
2012-06-11
largepixmap: Fix the selfcopy issue.
Zhigang Gong
6
-44
/
+86
2012-06-11
largepixmap: Support self composite for large pixmap.
Zhigang Gong
3
-45
/
+57
2012-06-11
largepixmap: Add transform/repeat/reflect/pad support.
Zhigang Gong
3
-75
/
+981
2012-06-11
glamor_getimage: should call miGetimage if failed to get sub-image.
Zhigang Gong
1
-1
/
+3
[next]