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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-06-11
glamor_putimage: Correct the wrong stride value.
Zhigang Gong
1
-1
/
+1
2012-06-11
largepixmap: Enable glamor_composite.
Zhigang Gong
3
-2
/
+195
2012-06-11
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
11
-453
/
+1711
2012-06-11
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
15
-170
/
+439
2012-05-16
Fix the problem of x_source and y_source causing radial error
Junyan He
2
-67
/
+71
2012-05-16
Fix the problem of vertical and horizontal case error in linear gradient.
Junyan He
1
-20
/
+4
2012-05-16
Fix the problem of set the same stop several times.
Junyan He
1
-17
/
+8
2012-05-16
Fix a bugy macro definition.
Junyan He
1
-4
/
+4
2012-05-16
Extract the gradient related code out.
Junyan He
4
-1581
/
+1653
2012-05-16
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
7
-17
/
+22
[next]