summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09options: Turn surfaces and caching on by defaultrhel63Søren Sandmann Pedersen1-3/+3
2012-03-02Enable caching of images based on the configuration optionsSøren Sandmann Pedersen3-69/+28
2012-03-02Return NULL from qxl_surface_create() when surfaces are disabledSøren Sandmann Pedersen1-0/+3
2012-03-02Add support for parsing various optionsSøren Sandmann Pedersen2-2/+50
2011-10-07Reset non-primary device out of CloseScreen().rhel62Søren Sandmann Pedersen1-28/+38
2011-08-21Only save the VGA fonts for the primary device.Søren Sandmann Pedersen1-2/+4
2011-08-18Ignore devices classes when matching PCI devicesSøren Sandmann Pedersen1-2/+2
2011-08-10Transmit images in smaller chunksSøren Sandmann Pedersen1-16/+60
2011-07-15If qxl_pre_init() is called without a confScreen, just return FALSE.Søren Sandmann Pedersen1-0/+6
2011-07-15Link in the compat driver; various renamingsSøren Sandmann Pedersen11-563/+570
2011-07-15Add old driver in as a compatibility layerSøren Sandmann Pedersen11-1/+3771
2011-07-15Revert "use spice-protocol defines for ring sizes"Søren Sandmann Pedersen1-3/+3
2011-07-140.0.14xf86-video-qxl-0.0.14Søren Sandmann Pedersen1-1/+1
2011-04-29cleanup (add eol between system and non system includes)Alon 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 numberxf86-video-qxl-0.0.13Sø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
2011-01-26uxa: In change_window_attributes() only read back if the backing pixmap changedSøren Sandmann1-2/+7
2011-01-26Comment out debugging spewSøren Sandmann3-7/+16
2011-01-26Migrate pixmaps out of video memory before mode settingSøren Sandmann3-84/+165
2011-01-26Add qxl_surface_evacuates/replace_all() methods.Søren Sandmann3-48/+103
2011-01-26Track live surfaces in a doubly linked list.Søren Sandmann2-45/+30
2011-01-26Track the pixmap in the surface struct.Søren Sandmann3-0/+13
2011-01-26Move the surface lists into qxl_screen_tSøren Sandmann3-39/+34
2011-01-26Fix a bunch of warningsSøren Sandmann4-438/+13
2011-01-26free qxl->uxe with regular free not xfreeHans de Goede1-1/+1
2011-01-26Fix the driver crashing qemu on 32 bitsHans de Goede1-5/+5