index
:
~ajax/glamor
glx
split
ajax's glamor work
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glamor_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
Silence compilation warnings.
Zhigang Gong
1
-3
/
+4
2012-07-23
Fix the problem of VBO leak.
Junyan He
1
-3
/
+3
2012-07-13
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
1
-1
/
+3
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_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-1
/
+3
2012-07-03
glamor_render: Don't allocate buffer for vbo each time.
Zhigang Gong
1
-5
/
+16
2012-07-03
glamor_render: Optimize the two pass ca rendering.
Zhigang Gong
1
-90
/
+114
2012-07-03
glamor_composite_glyph: Optimize glyphs with non-solid pattern.
Zhigang Gong
1
-10
/
+78
2012-06-21
glamor_render: Don't fallback when rendering glyphs with OpOver.
Zhigang Gong
1
-3
/
+25
2012-06-15
gles2_largepixmap: force clip for a non-large pixmap.
Zhigang Gong
1
-3
/
+7
2012-06-15
glamor_emit_composite_vert: Optimize to don't do two times vert coping.
Zhigang Gong
1
-71
/
+60
2012-06-12
Modilfy the composite logic to two phases
Junyan He
1
-73
/
+111
2012-06-12
Create the file glamor_triangles.c
RobinHe
1
-144
/
+0
2012-06-11
largepixmap: Support self composite for large pixmap.
Zhigang Gong
1
-37
/
+41
2012-06-11
largepixmap: Add transform/repeat/reflect/pad support.
Zhigang Gong
1
-4
/
+8
2012-06-11
largepixmap: Enable glamor_composite.
Zhigang Gong
1
-1
/
+11
2012-06-11
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-221
/
+341
2012-06-11
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-8
/
+8
2012-05-16
Extract the gradient related code out.
Junyan He
1
-1580
/
+7
2012-05-16
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-2
/
+2
2012-05-15
Added strict warning flags to CFLAGS.
Zhigang Gong
1
-1
/
+1
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
1
-0
/
+2
2012-04-28
Added --enable-debug configuration option.
Zhigang Gong
1
-1
/
+1
2012-04-27
glamor_render: Fix the repeat none for GLES2.
Zhigang Gong
1
-28
/
+60
2012-04-27
glamor_render: Have to use eaxct size pixmap for transformation.
Zhigang Gong
1
-19
/
+30
2012-04-27
glamor_render.c: Fixed repeatPad and repeatRelect.
Zhigang Gong
1
-33
/
+84
2012-04-27
gradient: Don't need fixup flag when creating pixmap.
Zhigang Gong
1
-11
/
+11
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
1
-61
/
+177
2012-04-27
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-13
/
+0
2012-04-27
glamor_render: Don't download whole picture when fallback.
Zhigang Gong
1
-8
/
+61
2012-04-12
render: Enable more componentAlpha support.
Zhigang Gong
1
-14
/
+14
2012-04-12
glamor_render: Disable gradient shader conversion due to bug.
Zhigang Gong
1
-2
/
+2
2012-03-26
Add the feature for radial gradient using shader.
Junyan He
1
-207
/
+700
2012-03-26
Add the feature of generating linear gradient picture by using shader.
Junyan He
1
-10
/
+968
2012-03-26
Prepare for modification of gradient using shader.
Junyan He
1
-0
/
+22
2012-02-13
glamor_render: Only recalculate texture for repeat case.
Zhigang Gong
1
-6
/
+30
2012-02-13
glamor_tile/composite: Modify fs to re-calculate texture coords.
Zhigang Gong
1
-43
/
+37
2012-02-13
Fixup glx support
Chris Wilson
1
-31
/
+36
2012-02-12
GLX: Enable glx support.
Zhigang Gong
1
-7
/
+15
2012-01-29
Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the source
Chris Wilson
1
-13
/
+15
2012-01-29
Do not reduce a composite to a copy if we need to sample outside of the source
Chris Wilson
1
-9
/
+22
2012-01-29
glamor_render: Add non-Map/Unmap vertex array for GLES.
Zhigang Gong
1
-16
/
+64
2012-01-29
glamor_composite: Fix one bug when we have too more vertices.
Zhigang Gong
1
-1
/
+1
2012-01-29
glamor-fbo-pool: Enable to reuse different size fbo/texture.
Zhigang Gong
1
-1
/
+33
2012-01-29
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-3
/
+32
2012-01-29
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-18
/
+6
[next]