summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-15qxl_surface: don't unlink surface 0Alon Levy1-4/+7
2012-06-15qxl_surface: add DEBUG_SURFACE_LIFECYCLE helpersAlon Levy1-0/+46
2012-06-15io: add qxl_io_destroy_primaryAlon Levy2-0/+18
2012-06-15prefix io with qxl_io, add severalAlon Levy3-9/+40
2012-06-15qxl.h: add device_primary tri state UNDEFINED/NONE/CREATEDAlon Levy2-0/+12
2012-06-15qxl_surface: logging: add function name to ErrorFAlon Levy1-3/+3
2012-06-15qxl_surface: cosmeticsAlon Levy1-1/+1
2012-06-15qxl_pre_init: memset qxl structAlon Levy1-0/+1
2012-06-15qxl_driver: abort on mspace error, don't spin (default abort function)Alon Levy1-0/+19
2012-06-15mspace: add mspace_malloc_stats_returnAlon Levy2-7/+31
2012-06-15qxl_leave_vt: change outb to ioport_write (easier to grep / breakpoint on a s...Alon Levy1-1/+1
2012-06-15rename qxl_reset to qxl_reset_and_create_mem_slotsAlon Levy1-4/+4
2012-06-15qxl_mem: add debug flags, simple accounting and valgrind enabledAlon Levy3-1/+68
2012-06-15qxl_surface: handle destroyed pixmaps while evacuatedAlon Levy1-6/+37
2012-06-15qxl_driver: hide cursors on vt switchAlon Levy1-0/+12
2012-06-15qxl_surface: remove redundant qxl_garbage_collect, qxl_allocnf calls itAlon Levy1-2/+0
2012-06-15uxa-damage: remove unnecessary include (doesn't fix any warnings)Alon Levy1-1/+0
2012-06-15uxa: remove unnecessary includes, reduces warnings due to duplicate definitionsAlon Levy2-4/+0
2012-06-06qxl: fix spice buildDave Airlie1-2/+2
2012-06-06qxl: add API compat for latest X server.Dave Airlie8-50/+153
2012-05-06Do not call update_area when lacking device memoryYonit Halperin1-14/+0
2012-04-27Distribution-agnostic XORG_MACROS_VERSION check messageChristophe Fergeau1-1/+1
2012-04-25Change xorg-macros -> xorg-x11-util-macros in configure error messageYaniv Kaul1-1/+1
2012-04-24qxl_driver: ifdef out qxl_wait_for_io_command if not XSPICEAlon Levy1-0/+2
2012-04-24qxl_surface.c: fix -Wshadow warningAlon Levy1-1/+0
2012-04-24mspace: no more warningsAlon Levy2-6/+10
2012-04-24spiceqxl_io_port: use pointer_to_u64 (fix warning)Alon Levy1-1/+1
2012-04-24spiceqxl_io_port: use attribute printf (fix warning)Alon Levy1-1/+1
2012-04-24qxl_surface: qxl_surface_prepare_access: remove assigned but unused variablesAlon Levy1-4/+0
2012-04-24spiceqxl: Xspice is spelled with a lower sAlon Levy1-2/+2
2012-04-15README.xspice: updpate repositoryAlon Levy1-2/+2
2012-03-18protect AC_CHECK_FILE for cross compilingAlon Levy1-5/+8
2012-03-18qxl: missed one file that needs config.hDave Airlie1-0/+3
2012-03-18qxl: fix config.h usageDave Airlie13-2/+42
2012-03-15Version bump to 0.0.17Søren Sandmann Pedersen1-1/+1
2012-03-15Add qxl_option_helper.h to Makefile.amSøren Sandmann Pedersen1-1/+2
2012-03-15In qxl_prepare_access(), don't modify the width/height of the pixmapSøren Sandmann Pedersen1-4/+0
2012-03-14qxl_surface.c: Remove #if 0'd debug spewSøren Sandmann Pedersen1-169/+4
2012-03-09options: Turn surfaces and caching on by defaultSøren Sandmann Pedersen1-3/+3
2012-02-16missed when added qxl_option_helpers.cAlon Levy1-0/+14
2012-02-16replace lookup3 with MurmurHash3Alon Levy6-803/+404
2012-02-16xspice_keyboard_proc: fix arrow keysAlon Levy1-1/+8
2012-02-16introduce qxl_option_helpers.[ch]Alon Levy4-34/+40
2012-02-09Don't leak the surface when we run out of video memory.Søren Sandmann1-16/+19
2012-02-09Move check for zero width/height surfaces to qxl_surface_create()Søren Sandmann1-6/+6
2012-02-07In qxl_check_copy() accept pixmaps that don't have surfacesSøren Sandmann2-17/+0
2012-01-31xf86PciInfo.h is deprecated and unused, drop itAlon Levy1-1/+0
2012-01-31qxl_image: cleanup qxl_image_createAlon Levy1-8/+5
2012-01-30Enable surface and caching option defaults for XspiceAlon Levy1-4/+6
2012-01-30xspice: remove duplicate declaration (fixes warning)Alon Levy1-1/+0