index
:
~ajax/glamor
glx
split
ajax's glamor work
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-02
Rework current context tracking
glx
Adam Jackson
3
-17
/
+26
2013-08-02
Add a way to get the EGLDisplay from the screen
Adam Jackson
2
-0
/
+9
2013-08-02
Add hack to get the fbo for a pixmap
Adam Jackson
2
-0
/
+8
2013-07-16
xserver 1.15 compatibility
Adam Jackson
5
-165
/
+4
2013-07-15
Clean xf86 headers out from glamor.h
Adam Jackson
2
-4
/
+7
2013-03-18
Don't use AC_PROG_LIBTOOL
Armin K
1
-1
/
+0
2013-03-18
First attempt to make libglamor.so shared versioned library
Armin K
2
-8
/
+6
2013-03-18
Properly dist necesary headers
Armin K
1
-0
/
+1
2013-03-18
Silence Automake 1.13 warnings
Armin K
1
-1
/
+1
2013-03-18
glamoregl: Use xf86ScreenToScrn()
Michel Dänzer
1
-10
/
+10
2012-12-29
glamor_utils: fix unlikely define use
Dave Airlie
1
-2
/
+1
2012-12-29
glamor: add compiler.h
Dave Airlie
1
-0
/
+1
2012-12-29
glamor: fix make distcheck part 1
Dave Airlie
1
-1
/
+7
2012-11-13
glamor_compositerects: Need to initialize region before fallback.
Zhigang Gong
1
-10
/
+10
2012-11-06
Don't use glBlitFramebufferEXT for overlapping copies.
Michel Dänzer
1
-1
/
+2
2012-08-10
Bump to version 0.5.
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
[next]