[PATCH 0/2] render: Implement floating-point transforms

Keith Packard keithp at keithp.com
Sun Aug 17 14:16:24 PDT 2014


I posted a small protocol update to Render to send picture transforms
over the wire in floating point format. Here's the protocol decoding
and glamor support required for that.

Keith Packard (2):
  render: Add protocol support for floating-point transforms (Version
    0.12)
  glamor: Use float matrix for render transformations

 glamor/glamor_render.c |  17 ++--
 glamor/glamor_utils.h  |  20 -----
 render/picture.c       |  70 ++++++++++++++--
 render/picturestr.h    |  14 +++-
 render/render.c        | 216 ++++++++++++++++++++++++++++++++-----------------
 5 files changed, 226 insertions(+), 111 deletions(-)

-- 
2.0.1



More information about the xorg-devel mailing list