glamor: Changes to 'refs/tags/glamor-egl-0.6.0'

Zhigang Gong gongzg at kemper.freedesktop.org
Fri Jan 24 06:06:02 PST 2014


Tag 'glamor-egl-0.6.0' created by Zhigang Gong <zhigang.gong at gmail.com> at 2014-01-24 14:04 -0800

glamor-egl-0.6.0

Changes since glamor-egl-0.5.1:
Aaron Watry (1):
      polylines: Handle diagonal lines

Alex Deucher (1):
      glamor: enable Xv by default

Anthony Waters (1):
      glamor: Fix coordinates handling for composite source/mask pictures

Axel Davy (3):
      Allow to create textured pixmaps from gbm_bo without using gem names
      Add DRI3 support to glamor
      Fix configure to disable building Dri3 support when GBM v9 is missing

Brian Paul (3):
      Fix _glamor_set_spans() bug (re-used 'n' variable)
      Remove redundant dispatch->glEnable(GL_TEXTURE_2D)
      Remove useless return statement

Dave Airlie (2):
      glamor: add initial Xv support
      glamor: fix leak in xv code.

Fabio Pedretti (1):
      glamor: remove unused variable

Gaetan Nadon (10):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      Fix glamor_egl->egl_create_image_khr makes pointer from integer
      .gitignore: use default X.Org toplevel gitignore
      COPYING: update the file to reflect the licenses in the source code
      README: fix typos and update information
      configure.ac: the product in the url should be "xorg"
      autoconf: fix warning by replacing the deprecated AC_HELP_STRING
      Makefile: remove redundant distribution directives
      Make: remove cruft copied over from the X server makefiles
      libglamoregl: remove -I$(top_srcdir)/src

Grigori Goronzy (3):
      Use glDrawRangeElements instead of glDrawElements
      Use GL_STATIC_DRAW for element index buffer
      glamor_render: fix PictFilters

Maarten Lankhorst (1):
      fixup picture in SetWindowPixmap

Michel Dänzer (3):
      Fix RegionContainsRect test for PutImage
      Reset traps_count and ptrap when necessary for the next trapezoid cliprect
      Fix memory leak in _glamor_copy_n_to_n()

Zhigang Gong (5):
      Shoud return null subpixmap if we fail to get a valid map address.
      Fixed an incorrect printf format.
      Fixed some compilation warning/error or error checking.
      Silent some compilation warnings.
      Bump to version 0.6.0.

---
 .gitignore                  |   68 ++++
 COPYING                     |  123 ++++++++
 Makefile.am                 |   16 -
 README                      |   30 +-
 configure.ac                |   42 ++
 m4/.gitignore               |    5 
 src/Makefile.am             |   13 
 src/glamor.c                |   86 +++++
 src/glamor.h                |   85 +++++
 src/glamor_compositerects.c |    4 
 src/glamor_copyarea.c       |    5 
 src/glamor_core.c           |   13 
 src/glamor_egl.c            |  263 +++++++++++++++++
 src/glamor_fbo.c            |   38 +-
 src/glamor_fill.c           |    9 
 src/glamor_getimage.c       |    1 
 src/glamor_getspans.c       |   12 
 src/glamor_gl_dispatch.c    |    1 
 src/glamor_gl_dispatch.h    |    1 
 src/glamor_pixmap.c         |    4 
 src/glamor_polylines.c      |  166 +++++++++--
 src/glamor_priv.h           |   31 ++
 src/glamor_putimage.c       |    3 
 src/glamor_render.c         |   40 +-
 src/glamor_setspans.c       |    8 
 src/glamor_trapezoid.c      |    9 
 src/glamor_window.c         |   32 ++
 src/glamor_xv.c             |  645 ++++++++++++++++++++++++++++++++++++++++++++
 28 files changed, 1632 insertions(+), 121 deletions(-)
---


More information about the xorg-commit mailing list