<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<pre>This is a resend of patches I have sent previously.
I had been waiting for comments from Soren on this patch:
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><a href="http://lists.freedesktop.org/archives/spice-devel/2012-September/010939.html">http://lists.freedesktop.org/archives/spice-devel/2012-September/010939.html</a>
...and I was too cowardly to just commit without his review.
However, I am shaking off my cowardice. I have tested this patch carefully,
had it reviewed by others I trust, and if there are no further objections, I'll
push these up tomorrow.
The other patches were submitted here
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><a href="http://lists.freedesktop.org/archives/spice-devel/2012-September/010961.html">http://lists.freedesktop.org/archives/spice-devel/2012-September/010961.html</a>
and here:
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><a href="http://lists.freedesktop.org/archives/spice-devel/2012-September/010991.html">http://lists.freedesktop.org/archives/spice-devel/2012-September/010991.html</a>
Cheers,
Jeremy
---
Jeremy White (6):
Unify memory management for the primary screen.
Add a DeferredFPS option.
Shift the uxa function initialization to a separate function.
Add a deferred frames mode.
Implement copy with fbFill.
Implement prepare_copy using GC functions.
examples/spiceqxl.xorg.conf.example | 7 +
src/Makefile.am | 1 +
src/dfps.c | 314 +++++++++++++++++++++++++++++++++++
src/dfps.h | 42 +++++
src/qxl.h | 10 +-
src/qxl_driver.c | 196 +++++++++++++---------
src/qxl_surface.c | 65 +++++++-
7 files changed, 545 insertions(+), 90 deletions(-)
create mode 100644 src/dfps.c
create mode 100644 src/dfps.h
--
1.7.10.4
</pre>
</body>
</html>