[PULL] glamor xephyr and xorg changes

Eric Anholt eric at anholt.net
Wed Mar 5 13:13:45 PST 2014


The following changes since commit b634e909895f6001e7d9543e1350b20c82c8c01c:

  hw/xwin: More closely follow ICCCM for setting input focus (2014-03-03 14:33:09 +0000)

are available in the git repository at:

  git://people.freedesktop.org/~anholt/xserver glamor-pull-request

for you to fetch changes up to da08316605b26830b4d8f8fb2d9e69471cdc80ab:

  glamor: Add support for DRI3. (2014-03-05 13:10:24 -0800)

----------------------------------------------------------------
Eric Anholt (6):
      xephyr: Build support for rendering with glamor using a -glamor option.
      xephyr: Pass incoming XCB events to the Xlib event filter.
      xorg: Build a glamor_egl module.
      xorg: Connect up the glamor XV code, xorg DDX-only for now.
      glamor: Rename the DRI-related pixmap functions.
      glamor: Add support for DRI3.

 configure.ac                       |  14 ++
 glamor/Makefile.am                 |   1 -
 glamor/glamor.c                    |  21 ++-
 glamor/glamor.h                    |  64 ++++---
 glamor/glamor_egl.c                |  97 ++++++++++-
 glamor/glamor_eglmodule.c          |   3 +-
 glamor/glamor_xv.c                 |  19 +--
 hw/kdrive/ephyr/Makefile.am        |  20 ++-
 hw/kdrive/ephyr/ephyr.c            |  45 +++--
 hw/kdrive/ephyr/ephyr.h            |  14 ++
 hw/kdrive/ephyr/ephyr_glamor_glx.c | 331 +++++++++++++++++++++++++++++++++++++
 hw/kdrive/ephyr/ephyr_glamor_glx.h |  73 ++++++++
 hw/kdrive/ephyr/ephyrinit.c        |  14 ++
 hw/kdrive/ephyr/hostx.c            | 126 +++++++++++++-
 hw/xfree86/Makefile.am             |   7 +-
 hw/xfree86/glamor_egl/Makefile.am  |  43 +++++
 include/dix-config.h.in            |   3 +
 17 files changed, 827 insertions(+), 68 deletions(-)
 create mode 100644 hw/kdrive/ephyr/ephyr_glamor_glx.c
 create mode 100644 hw/kdrive/ephyr/ephyr_glamor_glx.h
 create mode 100644 hw/xfree86/glamor_egl/Makefile.am
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140305/1a59fad6/attachment.pgp>


More information about the xorg-devel mailing list