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-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
2012-05-15
Remove the texture cache code.
Zhigang Gong
2
-89
/
+6
2012-05-15
Added strict warning flags to CFLAGS.
Zhigang Gong
9
-29
/
+30
2012-04-28
We should not call gradient finalization code if we disable it.
Zhigang Gong
1
-0
/
+2
2012-04-28
Fixed all unused variables warnings.
Zhigang Gong
12
-44
/
+14
2012-04-28
Fixed an uninitialized problem at gradient shader functions.
Zhigang Gong
1
-4
/
+3
2012-04-28
Fixed one typo bug when fixup a mask picture.
Zhigang Gong
1
-15
/
+11
2012-04-28
Added some copyright and author information.
Zhigang Gong
17
-1
/
+216
2012-04-28
Added --enable-debug configuration option.
Zhigang Gong
3
-3
/
+6
2012-04-28
Remove unecessary header file.
Zhigang Gong
1
-1
/
+0
2012-04-27
glamor_render: Fix the repeat none for GLES2.
Zhigang Gong
2
-28
/
+71
2012-04-27
glamor_blockhandler: Don't do glFinish every time.
Zhigang Gong
1
-2
/
+0
2012-04-27
glamor_copyarea: Return earlier if have zero nbox.
Zhigang Gong
1
-6
/
+3
2012-04-27
glamor_render: Have to use eaxct size pixmap for transformation.
Zhigang Gong
1
-19
/
+30
2012-04-27
glamor_fbo: Added a threshold value for the fbo cache pool.
Zhigang Gong
2
-6
/
+21
2012-04-27
Fixed a1 bug.
Zhigang Gong
2
-4
/
+29
2012-04-27
glamor_render.c: Fixed repeatPad and repeatRelect.
Zhigang Gong
2
-34
/
+87
2012-04-27
gradient: Don't need fixup flag when creating pixmap.
Zhigang Gong
1
-11
/
+11
2012-04-27
glamor_copyarea: Don't access a DRM only pixmap.
Zhigang Gong
1
-0
/
+7
2012-04-27
Disable A8 texture format for GLES2.
Zhigang Gong
1
-4
/
+1
2012-04-27
gradient: Disable gradient for gles2.
Zhigang Gong
2
-2
/
+4
2012-04-27
Fix the bug caused by gradient picture set the stops at the same percentage.
Junyan He
1
-18
/
+27
2012-04-27
Fix the problem of memory leak in gradient pixmap generating.
Junyan He
4
-69
/
+199
2012-04-27
glamor_putimage: Optimize for direct uploading and fallback path.
Zhigang Gong
1
-11
/
+30
2012-04-27
Fixed one potential texture size mismatch problem.
Zhigang Gong
1
-1
/
+15
2012-04-27
glamor_getimage: Don't fallback to miGetImage.
Zhigang Gong
1
-6
/
+17
2012-04-27
pending_op: Remove the pending operations handling.
Zhigang Gong
8
-243
/
+80
2012-04-27
glamor_upload_pixmap: Use glTexImage2D for a fully update.
Zhigang Gong
1
-16
/
+16
[next]