Tag 'xf86-video-qxl-0.1.3' created by Christophe Fergeau <cferg...@redhat.com> at 2014-10-30 13:45 +0000
xf86-video-qxl 0.1.3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJUUkEYAAoJEKnYwhQprGyCfAAP/RzKvzlKXleWjgGBtp4+rFmD nE0laj5Kq+V+F3ODzCZJlL43NvvlVykJb5HaHnfx9NXspMCtqdpJEZjKnlw4ujjv A//fLiLnUgddxCyrmCHuinOH1yh/eIY7Q8pmP4HuzBHer43iZpAXzUS7V5APqx4J gBpWbo97gNVL7Mu9T1qv+5NP3L55dravjoqe0L5NpRz1V/C2S/e/0GJwx7y34AGM xlP4bS43EIE/u3b8GBS6sfno+Z7ulB2DFO2s6v+ErCVBULILNA1y0J+1tksmH1ku SB/KkkdwBT+YTkaOPrw9YYmN3TAJIgXFXrGQQ9keEVk8fOtQd6cCJuukafta7Kkm hgP0bI9jtZkHpv3endwspgOkDei0sL2DYddkU9tj87d0DMRw3YzlOe2jMYDv7/l6 EbXedX2mKE8uZvOOErSdre10pNVcwma+8IWtRP9BrFbsNep3TLgfvIq81ELhALB3 MeX2rLx60DIJ+lbB7WVSdwNkMO+jnA3oNYuOIa3XqD7gfEl6ybjZWZhGvO8F5OTE 3cMH68mgFcWt1nNeWJAiDaJycHqSrmsoKIiM/ZUBafg7ltvVFaQG9TtOXl8WsXAz x79lEGXkgzUk5nHMxGqyPIatpjZnP64hBsvQ0Hac1vUJcdzaP5Pje0yK+AlCnU8f bL4FsMRKtf2auoYOYkHi =M2ZO -----END PGP SIGNATURE----- Changes since xf86-video-qxl-0.1.2: Christophe Fergeau (2): drmmode: Fix compilation warning xf86-video-qxl 0.1.3 Jeremy White (10): Free the region pointer as well; eliminates a memory leak in dfps mode. Skip modes more precisely. The display of the RAM size subtracts the frame buffer, but it has In XSpice mode, enable the ability to specify the various ram buffer sizes. Add helper functions for updating the boxes and regions; makes the Tune the dfps region tracking to collapse to the bounding rectangle Initialize the frame buffer used in dfps mode; this silences a number When uploading a region, do not go outside the source image size. In XSpice audio, fully clear the data structure; silences valgrind warnings. Revise the XSpice audio processing to avoid the use of pthreads. Marc-Andre Lureau (2): Assert on QXL_INTERRUPT_ERROR Check qxl_download_box() arguments Marc-André Lureau (2): drm: fail gracefuly on monitor resize Remove call to CrtcRotate() --- NEWS | 5 configure.ac | 4 examples/spiceqxl.xorg.conf.example | 30 + src/dfps.c | 86 +++-- src/qxl.h | 6 src/qxl_driver.c | 21 - src/qxl_drmmode.c | 18 - src/qxl_image.c | 2 src/qxl_io.c | 5 src/qxl_surface.c | 14 src/qxl_ums_mode.c | 4 src/spiceqxl_audio.c | 581 ++++++++++++++++++++++-------------- src/spiceqxl_driver.c | 60 +-- src/spiceqxl_driver.h | 7 14 files changed, 541 insertions(+), 302 deletions(-) ---