Re: [PULL] glamor xephyr and xorg changes

2014-03-06 Thread Keith Packard
Eric Anholt e...@anholt.net writes:

 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.

Merged.
   b634e90..da08316  master - master

-- 
keith.pack...@intel.com


pgpVnsB4hsNMk.pgp
Description: PGP signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PULL] glamor xephyr and xorg changes

2014-03-05 Thread Eric Anholt
The following changes since commit b634e909895f6001e7d9543e1350b20c82c8c01c:

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

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


pgpHAeLZZLXwW.pgp
Description: PGP signature
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel