platform/upstream/xorg-server.git
2013-12-18 Fabio Pedrettiglamor: remove unused variable
2013-12-18 Maarten Lankhorstfixup picture in SetWindowPixmap
2013-12-18 Zhigang GongFixed an incorrect printf format.
2013-12-18 Brian PaulRemove useless return statement
2013-12-18 Brian PaulRemove redundant dispatch->glEnable(GL_TEXTURE_2D)
2013-12-18 Brian PaulFix _glamor_set_spans() bug (re-used 'n' variable)
2013-12-18 Grigori Goronzyglamor_render: fix PictFilters
2013-12-18 Grigori GoronzyUse GL_STATIC_DRAW for element index buffer
2013-12-18 Grigori GoronzyUse glDrawRangeElements instead of glDrawElements
2013-12-18 Zhigang GongShoud return null subpixmap if we fail to get a valid...
2013-12-18 Dave Airlieglamor: add initial Xv support
2013-12-18 Michel DänzerReset traps_count and ptrap when necessary for the...
2013-12-18 Michel DänzerFix RegionContainsRect test for PutImage
2013-12-18 Christian KönigUse GBM_LIBS and GBM_CFLAGS
2013-12-18 Armin KFirst attempt to make libglamor.so shared versioned...
2013-12-18 Armin KProperly dist necesary headers
2013-12-18 Armin KSilence Automake 1.13 warnings
2013-12-18 Michel Dänzerglamoregl: Use xf86ScreenToScrn()
2013-12-18 Dave Airlieglamor_utils: fix unlikely define use
2013-12-18 Dave Airlieglamor: add compiler.h
2013-12-18 Dave Airlieglamor: fix make distcheck part 1
2013-12-18 Zhigang Gongglamor_compositerects: Need to initialize region before...
2013-12-18 Michel DänzerDon't use glBlitFramebufferEXT for overlapping copies.
2013-12-18 Zhigang GongIncrease vbo size to 64K verts.
2013-12-18 Zhigang GongSilence compilation warnings.
2013-12-18 Zhigang Gongglamor_largepixmap: Fixed a bug in repeat clipping.
2013-12-18 Michel DänzerPrefer KHR_surfaceless_context EGL extension over KHR_s...
2013-12-18 Michel DänzerPrint space between name of missing EGL extension and...
2013-12-18 Junyan HeFallback to pixman when trapezoid mask is big.
2013-12-18 Zhigang Gongglamor_glyphs: When dst arg point to a NULL buffer...
2013-12-18 Zhigang Gongglamor_trapezoid: workaround a glsl like problem.
2013-12-18 Junyan HeFix the problem of VBO leak.
2013-12-18 Junyan HeJust use the shader to generate trapezoid if PolyMode...
2013-12-18 Junyan HeChange the trapezoid render to use VBO.
2013-12-18 Zhigang GongAdded the missed header file for xorg 1.13 compat.
2013-12-18 Zhigang GongSynch with xorg 1.13 change.
2013-12-18 Zhigang Gonggles2: Fixed the compilation problem and some bugs.
2013-12-18 Michel DänzerStream vertex data to VBOs.
2013-12-18 Michel D=C3... Fix translation of clip region for composite fallback.
2013-12-18 Zhigang Gongglamor_glyphs: Don't merge extents for different lists.
2013-12-18 Zhigang Gongglamor_copyarea: Use blitcopy if current state is not...
2013-12-18 Zhigang Gongglamor_glyphs: Use cache picture to store mask picture...
2013-12-18 Zhigang Gongglamor_compositerects: Implement optimized version.
2013-12-18 Zhigang Gongoptimize: Use likely and unlikely.
2013-12-18 Zhigang Gongcreate_pixmap: use texture for large glyphs.
2013-12-18 Zhigang Gongglamor_copyarea: Fixed a bug introduced by 996194...
2013-12-18 Zhigang Gongglamor_glyphs: Slightly performance tuning.
2013-12-18 Zhigang Gongglamor_render: Don't allocate buffer for vbo each time.
2013-12-18 Zhigang Gongglamor_largepixmap: Walkaround for large texture's...
2013-12-18 Zhigang Gongglamor_render: Optimize the two pass ca rendering.
2013-12-18 Zhigang Gongglamor_composite_glyph: Optimize glyphs with non-solid...
2013-12-18 Zhigang Gongglamor_glyphs: Detect fake or real glyphs overlap.
2013-12-18 Zhigang Gongglamor_render: Don't fallback when rendering glyphs...
2013-12-18 Zhigang Gongglamor_create_pixmap: Allocate glyphs pixmap in memory.
2013-12-18 Zhigang Gongglamor_fbo: fix a memory leak for large pixmap.
2013-12-18 Junyan HeFix a bug for trapezoid clip
2013-12-18 Zhigang Gonggles2_largepixmap: force clip for a non-large pixmap.
2013-12-18 Zhigang Gongglamor_emit_composite_vert: Optimize to don't do two...
2013-12-18 Zhigang Gongglamor_glyphs: Before get upload to cache flush is...
2013-12-18 Zhigang Gongcopyarea: Cleanup the error handling logic.
2013-12-18 Zhigang Gongtrapezoid: Fallback to sw-rasterize for largepixmap.
2013-12-18 Junyan HeUse the direct render path for A1
2013-12-18 Junyan HeAdd the trapezoid direct render logic
2013-12-18 Junyan HeModilfy the composite logic to two phases
2013-12-18 Junyan HeAdd macro of vertex setting for triangle stripe
2013-12-18 RobinHeUse shader to generate the temp trapezoid mask
2013-12-18 RobinHeCreate the file glamor_triangles.c
2013-12-18 Zhigang GongEnable large pixmap by default.
2013-12-18 Zhigang Gonglargepixmap: Fix the selfcopy issue.
2013-12-18 Zhigang Gonglargepixmap: Support self composite for large pixmap.
2013-12-18 Zhigang Gonglargepixmap: Add transform/repeat/reflect/pad support.
2013-12-18 Zhigang Gongglamor_getimage: should call miGetimage if failed to...
2013-12-18 Zhigang Gongglamor_putimage: Correct the wrong stride value.
2013-12-18 Zhigang Gonglargepixmap: Enable glamor_composite.
2013-12-18 Zhigang Gonglargepixmap: Implement infrastructure for large pixmap.
2013-12-18 Zhigang Gongglamor_largepixmap: first commit for large pixmap.
2013-12-18 Junyan HeFix the problem of x_source and y_source causing radial...
2013-12-18 Junyan HeFix the problem of vertical and horizontal case error...
2013-12-18 Junyan HeFix the problem of set the same stop several times.
2013-12-18 Junyan HeFix a bugy macro definition.
2013-12-18 Junyan HeExtract the gradient related code out.
2013-12-18 Zhigang Gongglamor_set_destination_pixmap_priv_nc: set drawable...
2013-12-18 Zhigang GongRemove the texture cache code.
2013-12-18 Zhigang GongAdded strict warning flags to CFLAGS.
2013-12-18 Zhigang GongWe should not call gradient finalization code if we...
2013-12-18 Zhigang GongFixed all unused variables warnings.
2013-12-18 Zhigang GongFixed an uninitialized problem at gradient shader funct...
2013-12-18 Zhigang GongFixed one typo bug when fixup a mask picture.
2013-12-18 Zhigang GongAdded some copyright and author information.
2013-12-18 Zhigang GongAdded --enable-debug configuration option.
2013-12-18 Zhigang GongRemove unecessary header file.
2013-12-18 Zhigang Gongglamor_render: Fix the repeat none for GLES2.
2013-12-18 Zhigang Gongglamor_blockhandler: Don't do glFinish every time.
2013-12-18 Zhigang Gongglamor_copyarea: Return earlier if have zero nbox.
2013-12-18 Zhigang Gongglamor_render: Have to use eaxct size pixmap for transf...
2013-12-18 Zhigang Gongglamor_fbo: Added a threshold value for the fbo cache...
2013-12-18 Zhigang GongFixed a1 bug.
2013-12-18 Zhigang Gongglamor_render.c: Fixed repeatPad and repeatRelect.
2013-12-18 Zhigang Gonggradient: Don't need fixup flag when creating pixmap.
2013-12-18 Zhigang Gongglamor_copyarea: Don't access a DRM only pixmap.
next