index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Add DRI3 support to glamor
Axel Davy
5
-14
/
+392
2013-12-18
Fixed some compilation warning/error or error checking.
Zhigang Gong
2
-6
/
+11
2013-12-18
Allow to create textured pixmaps from gbm_bo without using gem names
Axel Davy
2
-0
/
+47
2013-12-18
glamor: remove unused variable
Fabio Pedretti
1
-1
/
+0
2013-12-18
fixup picture in SetWindowPixmap
Maarten Lankhorst
4
-2
/
+41
2013-12-18
Fixed an incorrect printf format.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove useless return statement
Brian Paul
1
-1
/
+0
2013-12-18
Remove redundant dispatch->glEnable(GL_TEXTURE_2D)
Brian Paul
1
-1
/
+0
2013-12-18
Fix _glamor_set_spans() bug (re-used 'n' variable)
Brian Paul
1
-4
/
+4
2013-12-18
glamor_render: fix PictFilters
Grigori Goronzy
1
-0
/
+9
2013-12-18
Use GL_STATIC_DRAW for element index buffer
Grigori Goronzy
1
-2
/
+2
2013-12-18
Use glDrawRangeElements instead of glDrawElements
Grigori Goronzy
5
-0
/
+23
2013-12-18
Shoud return null subpixmap if we fail to get a valid map address.
Zhigang Gong
1
-0
/
+4
2013-12-18
glamor: add initial Xv support
Dave Airlie
5
-1
/
+683
2013-12-18
Reset traps_count and ptrap when necessary for the next trapezoid cliprect
Michel Dänzer
1
-0
/
+3
2013-12-18
Fix RegionContainsRect test for PutImage
Michel Dänzer
1
-1
/
+1
2013-12-18
Use GBM_LIBS and GBM_CFLAGS
Christian König
1
-2
/
+8
2013-12-18
First attempt to make libglamor.so shared versioned library
Armin K
1
-5
/
+4
2013-12-18
Properly dist necesary headers
Armin K
1
-0
/
+1
2013-12-18
Silence Automake 1.13 warnings
Armin K
1
-1
/
+1
2013-12-18
glamoregl: Use xf86ScreenToScrn()
Michel Dänzer
1
-10
/
+10
2013-12-18
glamor_utils: fix unlikely define use
Dave Airlie
1
-2
/
+1
2013-12-18
glamor: add compiler.h
Dave Airlie
1
-0
/
+1
2013-12-18
glamor: fix make distcheck part 1
Dave Airlie
1
-1
/
+7
2013-12-18
glamor_compositerects: Need to initialize region before fallback.
Zhigang Gong
1
-10
/
+10
2013-12-18
Don't use glBlitFramebufferEXT for overlapping copies.
Michel Dänzer
1
-1
/
+2
2013-12-18
Increase vbo size to 64K verts.
Zhigang Gong
2
-2
/
+1
2013-12-18
Silence compilation warnings.
Zhigang Gong
17
-337
/
+280
2013-12-18
glamor_largepixmap: Fixed a bug in repeat clipping.
Zhigang Gong
1
-18
/
+6
2013-12-18
Prefer KHR_surfaceless_context EGL extension over KHR_surfaceless_opengl/gles2.
Michel Dänzer
1
-3
/
+10
2013-12-18
Print space between name of missing EGL extension and 'required'.
Michel Dänzer
1
-1
/
+1
2013-12-18
Fallback to pixman when trapezoid mask is big.
Junyan He
2
-31
/
+75
2013-12-18
glamor_glyphs: When dst arg point to a NULL buffer, dont't flush.
Zhigang Gong
1
-0
/
+3
2013-12-18
glamor_trapezoid: workaround a glsl like problem.
Zhigang Gong
1
-2
/
+10
2013-12-18
Fix the problem of VBO leak.
Junyan He
2
-6
/
+6
2013-12-18
Just use the shader to generate trapezoid if PolyMode == Imprecise
Junyan He
1
-9
/
+14
2013-12-18
Change the trapezoid render to use VBO.
Junyan He
2
-173
/
+330
2013-12-18
Added the missed header file for xorg 1.13 compat.
Zhigang Gong
1
-0
/
+107
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
5
-10
/
+23
2013-12-18
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
4
-4
/
+7
2013-12-18
Stream vertex data to VBOs.
Michel Dänzer
1
-15
/
+15
2013-12-18
Fix translation of clip region for composite fallback.
Michel D=C3=A4nzer
1
-2
/
+2
2013-12-18
glamor_glyphs: Don't merge extents for different lists.
Zhigang Gong
1
-39
/
+71
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
6
-44
/
+24
2013-12-18
glamor_glyphs: Use cache picture to store mask picture if possible.
Zhigang Gong
1
-215
/
+830
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
6
-49
/
+439
2013-12-18
optimize: Use likely and unlikely.
Zhigang Gong
3
-19
/
+78
2013-12-18
create_pixmap: use texture for large glyphs.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_copyarea: Fixed a bug introduced by 996194...
Zhigang Gong
1
-2
/
+6
2013-12-18
glamor_glyphs: Slightly performance tuning.
Zhigang Gong
2
-56
/
+37
[next]