summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-24xspice/qxl_ring: yield when ring is fullxspice.v3Alon Levy1-1/+5
2011-05-24xspice: README, config, launcher scriptAlon Levy4-0/+172
2011-05-24xspice: add inputs (mouse and keyboard)Alon Levy4-0/+365
2011-05-24xspice: implement ioport_writeAlon Levy1-0/+181
2011-05-24xspice: add init_qxl_ramAlon Levy3-0/+55
2011-05-24xspice: add display interfaceAlon Levy5-0/+358
2011-05-24xspice: init spice server, add main loopAlon Levy5-0/+358
2011-05-24xspice: add SpicePort config optionAlon Levy2-0/+6
2011-05-24xspice: implement map_helper, unmap_helper, add init_qxl_romAlon Levy5-0/+181
2011-05-24xspice: use spiceqxlModuleData as entry pointAlon Levy1-1/+7
2011-05-24xspice: don't load ramdac and vgahw sub modulesAlon Levy1-3/+6
2011-05-24xspice: allocate a single slotAlon Levy1-0/+4
2011-05-24xspice: stop using pci and vgaAlon Levy2-10/+88
2011-05-24xspice: add spiceqxl_io_port, empty implementationAlon Levy4-0/+24
2011-05-24xspice: use spiceqxl as name of xspice driverAlon Levy2-3/+8
2011-05-24xspice: add configure option and make targetAlon Levy2-0/+40
2011-05-24qxl_driver: introduce helpers for memory map and unmapAlon Levy1-20/+32
2011-05-24qxl_driver: add setup_slot helperAlon Levy1-45/+42
2011-05-24add config options (empty for now)Alon Levy2-0/+16
2011-05-24partially replace outb with ioport_writeAlon Levy4-9/+15
2011-05-24qxl_ring: keep qxl pointerAlon Levy3-9/+12
2011-05-24log git commit if any during loadAlon Levy2-0/+9
2011-05-24configure.ac: remove unused DRIVER_NAMEAlon Levy1-3/+0
2011-04-29cleanup (add eol between system and non system includes)pre_xspice_cleanupsAlon Levy1-0/+1
2011-04-29qxl_driver: whitespace fixesAlon Levy1-26/+26
2011-04-29qxl_driver: fix three incompatible pointer passed warningsAlon Levy1-4/+4
2011-04-29qxl_driver: fix initialization from wrong pointer warningAlon Levy1-1/+1
2011-04-29use spice-protocol defines for ring sizesAlon Levy1-3/+3
2011-04-27qxl.h: move spice include right after system includesAlon Levy1-2/+1
2011-04-27qxl_image.c: fix defined but unused warningAlon Levy1-0/+2
2011-04-27qxl_mem.c: fix pointer arithmatic warning (-Wpointer-arith)Alon Levy1-1/+1
2011-04-27qxl.h: double include protectionAlon Levy1-0/+5
2011-03-20Fix VT switchingSøren Sandmann Pedersen4-3/+34
2011-03-19Generate tighter damage for PolyFillRectSøren Sandmann Pedersen1-21/+14
2011-03-19Tiled upload of images after software fallback.Søren Sandmann Pedersen1-1/+26
2011-03-19Don't re-upload read-only surfaces after a software fallback.Søren Sandmann Pedersen1-14/+24
2011-02-14s/qxl_ram_header/QXLRam/Alon Levy3-37/+15
2011-02-14use structs from spice-protocol qxl_dev.hAlon Levy5-520/+93
2011-02-14use spice-protocol qxl_dev.h enumsAlon Levy2-98/+7
2011-02-14build: add spice-protocol depAlon Levy2-1/+3
2011-02-14qxl_driver: remove unused variable (found by gcc 4.6.0)Alon Levy1-2/+0
2011-02-14gcc-4.6.0 fix: cast unmatching function pointersAlon Levy1-6/+6
2011-01-26Bump version numberSøren Sandmann Pedersen1-1/+1
2011-01-26Remove calls to SourceValidate() from uxa-damage.cSøren Sandmann Pedersen1-20/+0
2011-01-26Make it compile with and without dixLookupPrivate() changes.Søren Sandmann Pedersen5-2/+44
2011-01-26Only add images to the cache if they are 128x128 or biggerSøren Sandmann1-3/+21
2011-01-26Add debugging codeSøren Sandmann2-93/+176
2011-01-26More explicit life cycle managementSøren Sandmann Pedersen6-137/+227
2011-01-26Add a surface cacheSøren Sandmann Pedersen3-136/+345
2011-01-26Don't unmap memory until after uxa_close_screen; allow surface creation witho...Søren Sandmann2-19/+25