summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-22README.xspice: add PKG_CONFIG_PATH, libxkbfile and spice-protocolmastterUri Lublin1-1/+5
2011-02-22TODO.xspice: add ConfigurationAlon Levy1-0/+4
2011-02-22add to TODO.xspice: OOMAlon Levy1-0/+4
2011-02-22adding TODO. on second check, capslock is fineAlon Levy1-0/+19
2011-02-22keyboard works, missing capslock. maybe num/scroll too?Alon Levy1-3/+37
2011-02-21wheel works, middle and right buttons switched back (ugly)Alon Levy1-2/+10
2011-02-21click works, but right and middle are switched. Also, no wheel or keyboard yetAlon Levy1-11/+33
2011-02-21added empty keyboard and motion only pointer. cursor showsAlon Levy10-16/+346
2011-02-20adding README.xspiceAlon Levy1-0/+90
2011-02-20use RegisterBlockAndWakeupHandlers - working display! (kills spicec when last...Alon Levy1-0/+82
2011-02-20Forgotten files. Using xserver timers but our own (not selecting) watches.Alon Levy3-0/+862
2011-02-20start and stop with single X client works.Alon Levy1-12/+17
2011-02-11start qxl worker before using it (duh)Alon Levy1-4/+5
2011-02-11really remove slot: todo (when I redo this nicely): turn slot setting code as...Alon Levy2-4/+12
2011-02-11use only one slot spanning all address space (still doesn't fix passing incor...Alon Levy2-14/+13
2011-02-11qxl_driver: set missing vram_sizeAlon Levy1-0/+1
2011-02-11qxl_driver: remove ifdefed code (pci)Alon Levy1-39/+0
2011-02-11status: fails on first allocation because of NULLAlon Levy6-59/+91
2011-02-10xspice: qxl_driver: update header to include worker, update ring to use callb...Alon Levy3-24/+33
2011-02-10xspice: add dependencies on spice-server and spice-protocol, fix to build and...Alon Levy3-3/+10
2011-02-10xspice: we have reached io. create spice_serve, for each outb: copy from qxl,...Alon Levy2-13/+5
2011-02-10xspice: pass qxl_mem_load and unload, stuck at vgahw /dev/mem accessAlon Levy2-70/+179
2011-02-10xspice roots: gets to qxl_map_memoryAlon Levy1-95/+66
2011-02-10s/qxl_ram_header/QXLRam/Alon Levy3-37/+15
2011-02-10use structs from spice-protocol qxl_dev.hAlon Levy5-520/+93
2011-02-10use spice-protocol qxl_dev.h enumsAlon Levy2-98/+7
2011-02-10build: add spice-protocol depAlon Levy2-1/+3
2011-02-10qxl_driver: remove unused variable (found by gcc 4.6.0)Alon Levy1-2/+0
2011-02-10gcc-4.6.0 fix: cast unmatching function pointersAlon Levy1-6/+6
2011-01-26Remove calls to SourceValidate() from uxa-damage.cSøren Sandmann Pedersen1-20/+0
2011-01-24Make it compile with and without dixLookupPrivate() changes.Søren Sandmann Pedersen5-2/+44
2010-11-16Some tweaksSøren Sandmann1-4/+18
2010-11-16asdfSøren Sandmann1-1/+5
2010-11-16asdfSøren Sandmann2-93/+176
2010-11-16More explicit life cycle managementSøren Sandmann Pedersen6-137/+227
2010-11-15Add a surface cacheSøren Sandmann Pedersen3-136/+345
2010-11-11Don't unmap memory until after uxa_close_screen; allow surface creation witho...Søren Sandmann2-19/+25
2010-11-07uxa: In change_window_attributes() only read back if the backing pixmap changedSøren Sandmann1-2/+7
2010-10-25Comment out debugging spewSøren Sandmann3-7/+16
2010-10-25Migrate pixmaps out of video memory before mode settingSøren Sandmann3-84/+165
2010-10-24Add qxl_surface_evacuates/replace_all() methods.Søren Sandmann3-48/+103
2010-10-22Track live surfaces in a doubly linked list.Søren Sandmann2-45/+30
2010-10-21Track the pixmap in the surface struct.Søren Sandmann3-0/+13
2010-10-19Move the surface lists into qxl_screen_tSøren Sandmann3-39/+34
2010-10-19Fix a bunch of warningsSøren Sandmann4-438/+13
2010-10-15free qxl->uxe with regular free not xfreeHans de Goede1-1/+1
2010-10-15Fix the driver crashing qemu on 32 bitsHans de Goede1-5/+5
2010-10-15Don't access the qxl device when our vt is not focussedHans de Goede4-33/+8
2010-10-15Fix restoration of text mode font when leaving the vt (rhbz#633647)Hans de Goede2-11/+32
2010-10-15Change default virtual size to match the highest available resolutionHans de Goede1-7/+31