index
:
~gongzg/glamor
0.4-rc1
fbo-pool
for_gles2
for_li_peng
glx
large_pixmap
large_pixmap_1
master
merge_junyan
pageflip
performance
rc1
refine_1bpp
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
11 days
Fix the problem of x_source and y_source causing radial error
HEAD
master
Junyan He
2
-67/+71
11 days
Fix the problem of vertical and horizontal case error in linear gradient.
Junyan He
1
-20/+4
11 days
Fix the problem of set the same stop several times.
Junyan He
1
-17/+8
11 days
Fix a bugy macro definition.
Junyan He
1
-4/+4
11 days
Extract the gradient related code out.
Junyan He
4
-1581/+1653
11 days
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
7
-17/+22
12 days
Remove the texture cache code.
Zhigang Gong
2
-89/+6
12 days
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
Release 0.4.
0.4-rc1
Zhigang Gong
3
-18/+84
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
4
-3/+14
2012-04-28
Remove unecessary header file.
Zhigang Gong
1
-1/+0
2012-04-28
configure: Install glamor.conf to xorg.conf.d.
Zhigang Gong
4
-3/+42
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
2012-04-27
glamor_setspans: Reuse glamor_upload_sub_pixmap.
Zhigang Gong
1
-45/+15
2012-04-27
code clean up.
Zhigang Gong
2
-17/+0
2012-04-27
glamor_getspans: Reuse glamor_download_sub_pixmap.
Zhigang Gong
1
-58/+8
2012-04-27
glamor_render: Don't download whole picture when fallback.
Zhigang Gong
2
-21/+73
2012-04-27
glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.
Zhigang Gong
2
-16/+25
2012-04-27
Fixed a stride problem for textured_drm pixmap.
Zhigang Gong
3
-3/+14
2012-04-27
glamor_putimage: Reuse copy area to do the clipped copy.
Zhigang Gong
1
-91/+19
2012-04-27
Fixed a unbalanced glamor_put_dispatch.
Zhigang Gong
1
-1/+0
2012-04-27
glamor_pixmap_priv: Always return a valid private pixmap.
Zhigang Gong
3
-3/+10
2012-04-14
Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.
Zhigang Gong
2
-16/+6
2012-04-13
glamor_gl: Use GL_ALPHA for depth 8 pixmap.
Zhigang Gong
2
-2/+4
2012-04-13
glamor_pixmap_ensure_fbo: Should allocate tex if we don't have one.
Zhigang Gong
1
-1/+1
2012-04-12
glamor_polylines: Don't fallback for non-solid fill.
for_gles2
Zhigang Gong
1
-4/+3
2012-04-12
glamor_upload/download: fix 1bpp bug.
Zhigang Gong
1
-7/+19
2012-04-12
glamor_pixmap_upload_texture: Support to upload a sub region of data.
Zhigang Gong
3
-135/+96
[next]