Age | Commit message (Expand) | Author | Files | Lines |
2012-09-05 | Improved support for memory debugging. | Søren Sandmann | 1 | -3/+6 |
2012-07-15 | qxl_driver: add infra for surface0 resizing | Alon Levy | 1 | -0/+1 |
2012-07-15 | add qxl_edid | Alon Levy | 1 | -0/+6 |
2012-07-15 | (for later) qxl_ring: add helpers (debugging/unused) | Alon Levy | 1 | -0/+4 |
2012-07-15 | qxl_driver: introduce qxl_crtc, crtc private | Alon Levy | 1 | -0/+6 |
2012-07-15 | qxl_driver: implement randr, arbitrary resolution, multiple monitors (big dump) | Alon Levy | 1 | -1/+20 |
2012-07-15 | qxl: remove qxl_screen_t->stride | Alon Levy | 1 | -1/+0 |
2012-06-15 | io: add qxl_io_destroy_primary | Alon Levy | 1 | -0/+1 |
2012-06-15 | prefix io with qxl_io, add several | Alon Levy | 1 | -3/+5 |
2012-06-15 | qxl.h: add device_primary tri state UNDEFINED/NONE/CREATED | Alon Levy | 1 | -0/+8 |
2012-06-15 | qxl_mem: add debug flags, simple accounting and valgrind enabled | Alon Levy | 1 | -0/+6 |
2012-06-06 | qxl: add API compat for latest X server. | Dave Airlie | 1 | -0/+1 |
2012-03-18 | qxl: fix config.h usage | Dave Airlie | 1 | -2/+0 |
2012-01-31 | xf86PciInfo.h is deprecated and unused, drop it | Alon Levy | 1 | -1/+0 |
2012-01-30 | Enable surface and caching options for XSpice too | Søren Sandmann Pedersen | 1 | -5/+4 |
2012-01-27 | Enable caching of images based on the configuration options | Søren Sandmann Pedersen | 1 | -7/+8 |
2012-01-27 | Add support for parsing various options | Søren Sandmann Pedersen | 1 | -0/+8 |
2011-11-14 | support _ASYNC io calls and interrupt handling (busy wait) | Gerd Hoffmann | 1 | -0/+8 |
2011-07-23 | xspice: add most options existing in qemu | Alon Levy | 1 | -0/+21 |
2011-07-23 | xspice: qxl_unmap_memory: stop worker and track worker status | Alon Levy | 1 | -0/+1 |
2011-07-22 | xspice: add display interface | Alon Levy | 1 | -0/+24 |
2011-07-22 | xspice: init spice server, add main loop | Alon Levy | 1 | -0/+7 |
2011-07-22 | xspice: add SpicePort config option | Alon Levy | 1 | -0/+3 |
2011-07-22 | xspice: implement map_helper, unmap_helper, add init_qxl_rom | Alon Levy | 1 | -0/+22 |
2011-07-22 | xspice: stop using pci and vga | Alon Levy | 1 | -2/+7 |
2011-07-22 | xspice: add spiceqxl_io_port, empty implementation | Alon Levy | 1 | -0/+5 |
2011-07-22 | xspice: use spiceqxl as name of xspice driver | Alon Levy | 1 | -0/+5 |
2011-07-22 | add config options (empty for now) | Alon Levy | 1 | -0/+10 |
2011-07-22 | partially replace outb with ioport_write | Alon Levy | 1 | -0/+5 |
2011-07-22 | qxl_ring: keep qxl pointer | Alon Levy | 1 | -1/+2 |
2011-04-29 | cleanup (add eol between system and non system includes) | Alon Levy | 1 | -0/+1 |
2011-04-27 | qxl.h: move spice include right after system includes | Alon Levy | 1 | -2/+1 |
2011-04-27 | qxl.h: double include protection | Alon Levy | 1 | -0/+5 |
2011-03-20 | Fix VT switching | Søren Sandmann Pedersen | 1 | -0/+3 |
2011-02-14 | s/qxl_ram_header/QXLRam/ | Alon Levy | 1 | -24/+2 |
2011-02-14 | use structs from spice-protocol qxl_dev.h | Alon Levy | 1 | -437/+10 |
2011-02-14 | use spice-protocol qxl_dev.h enums | Alon Levy | 1 | -93/+2 |
2011-01-26 | Make it compile with and without dixLookupPrivate() changes. | Søren Sandmann Pedersen | 1 | -1/+8 |
2011-01-26 | More explicit life cycle management | Søren Sandmann Pedersen | 1 | -3/+3 |
2011-01-26 | Add a surface cache | Søren Sandmann Pedersen | 1 | -19/+11 |
2011-01-26 | Comment out debugging spew | Søren Sandmann | 1 | -3/+0 |
2011-01-26 | Migrate pixmaps out of video memory before mode setting | Søren Sandmann | 1 | -0/+9 |
2011-01-26 | Add qxl_surface_evacuates/replace_all() methods. | Søren Sandmann | 1 | -1/+1 |
2011-01-26 | Track live surfaces in a doubly linked list. | Søren Sandmann | 1 | -0/+9 |
2011-01-26 | Track the pixmap in the surface struct. | Søren Sandmann | 1 | -0/+2 |
2011-01-26 | Move the surface lists into qxl_screen_t | Søren Sandmann | 1 | -8/+5 |
2011-01-26 | Fix a bunch of warnings | Søren Sandmann | 1 | -10/+3 |
2011-01-26 | Don't access the qxl device when our vt is not focussed | Hans de Goede | 1 | -10/+0 |
2011-01-26 | Fix restoration of text mode font when leaving the vt (rhbz#633647) | Hans de Goede | 1 | -0/+2 |
2011-01-26 | Add put_image() acceleration | Søren Sandmann | 1 | -0/+4 |