summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Enable surface and caching options for XSpice tooSøren Sandmann Pedersen1-5/+4
2012-01-28examples/spiceqxl.xorg.conf.example: fix in vm usage.Alon Levy1-0/+5
2012-01-27Enable caching of images based on the configuration optionsSøren Sandmann Pedersen3-69/+28
2012-01-27Return NULL from qxl_surface_create() when surfaces are disabledSøren Sandmann Pedersen1-0/+3
2012-01-27Add support for parsing various optionsSøren Sandmann Pedersen2-2/+35
2012-01-19Use u64_to_pointer() instead of a cast to void *Søren Sandmann Pedersen1-1/+1
2012-01-19Track damage for PolyLine fallbacks.Søren Sandmann Pedersen1-2/+9
2012-01-18qxl-driver: call vgaHWSetStdFuncs explicitlyAlon Levy1-0/+1
2012-01-18build fixes: sched_yield and missing declarationAlon Levy3-2/+6
2012-01-18Guard access to "pci" with #ifndef XPSICESøren Sandmann Pedersen1-0/+2
2012-01-17Fix mis-mergeSøren Sandmann Pedersen1-29/+29
2012-01-17Reset non-primary device out of CloseScreen().Søren Sandmann Pedersen1-3/+5
2012-01-17If qxl_pre_init() is called without a confScreen, just return FALSE.Søren Sandmann Pedersen1-0/+6
2012-01-17Transmit images in smaller chunksSøren Sandmann Pedersen1-16/+60
2011-12-19configure.ac: support autoconf 2.63Alon Levy1-1/+1
2011-12-19Revert "Use new 8BIT_A format for 8 bit pixmaps."Søren Sandmann Pedersen1-1/+1
2011-12-17Don't translate newly generated paccess regionSøren Sandmann1-16/+14
2011-12-13Use new 8BIT_A format for 8 bit pixmaps.Søren Sandmann1-1/+1