summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-12hack to start off with a single enabled monitorfeature/randr12Alon Levy1-0/+6
2012-06-12qxl_driver: merge to previous mem_slot change; make ram memslot cover the who...Alon Levy1-2/+3
2012-06-11wip - splitAlon Levy1-50/+90
2012-06-11qxl_driver: don't destroy primary before we create it (guest_bug)Alon Levy1-3/+1
2012-06-11qxl_driver: mem_size shouldn't reduce surface0_size, num_pages from rom alrea...Alon Levy1-2/+1
2012-06-11qxl_driver: send MonitorsConfigAlon Levy2-4/+93
2012-06-11qxl_driver: rename xf86CrtcFuncsRec functions to qxl_crtc_*Alon Levy1-14/+22
2012-06-11qxl_driver: use less memory by default for 4 headsAlon Levy1-2/+2
2012-06-11qxl: remove qxl_screen_t->strideAlon Levy3-3/+1
2012-05-31qxl_driver: fix qxl_screen_init & qxl_enter_vt to use either just resize or r...Alon Levy1-2/+2
2012-05-31qxl_resize_primary_to_virtual: don't reset, don't evacuate if no primaryAlon Levy1-2/+6
2012-05-31qxl_unmap_memory: clear mspacesAlon Levy1-0/+8
2012-05-31qxl_driver: create primary on qxl_switch_mode or xf86crtc_resizeAlon Levy1-16/+40
2012-05-31qxl_driver: add num_heads from config/envAlon Levy2-1/+5
2012-05-31qxl: set default virtual width/height per num_headsAlon Levy1-2/+16
2012-05-31qxl: add num_heads / OPTION_NUM_HEADS / "NumHeads"Alon Levy2-5/+7
2012-05-31qxl (tmp): limit modes to x, y < 1100Alon Levy1-0/+3
2012-05-31implement qxl_xf86crtc_resize and qxl_set_mode_majorAlon Levy1-3/+9
2012-05-31wip randr crtc/outputAlon Levy3-105/+269
2012-05-31qxl_driver: Initialize CRTCAlon Levy1-1/+11
2012-05-31qxl_surface: add download_box_no_updateAlon Levy1-5/+11
2012-05-31qxl_surface: normalize surface_send names, add option to surface_destroy to s...Alon Levy1-7/+15
2012-05-31spiceqxl_io_port: mark FLUSH_SURFACES_ASYNC as unimplemented, do half of itAlon Levy1-0/+4
2012-05-31qxl_screen_init: move uxa_resources_init down to after qxl_switch_mode has runAlon Levy1-7/+6
2012-05-31qxl_close_screen: disable fb access, prevent segfaults in uxa later onAlon Levy1-0/+2
2012-05-31fix two segfaults in qxl_free_surfaceAlon Levy1-0/+5
2012-05-31qxl_switch_mode: don't evacuate, just recreate primary surfaceAlon Levy1-19/+13
2012-05-31qxl_surface: don't unlink surface 0Alon Levy1-4/+6
2012-05-31qxl_surface: add DEBUG_SURFACE_LIFECYCLE helpersAlon Levy1-0/+46
2012-05-31io: add qxl_io_destroy_primaryAlon Levy2-0/+16
2012-05-31prefix io with qxl_io, add severalAlon Levy3-9/+67
2012-05-31qxl.h: add device_primary tri state UNDEFINED/NONE/CREATEDAlon Levy2-0/+12
2012-05-31qxl_surface: logging: add function name to ErrorFAlon Levy1-3/+3
2012-05-31qxl_surface: cosmeticsAlon Levy1-1/+1
2012-05-31qxl_pre_init: memset qxl structAlon Levy1-0/+1
2012-05-31qxl_driver: abort on mspace error, don't spin (default abort function)Alon Levy1-0/+19
2012-05-31mspace: add mspace_malloc_stats_returnAlon Levy2-7/+31
2012-05-31qxl_leave_vt: change outb to ioport_write (easier to grep / breakpoint on a s...Alon Levy1-1/+1
2012-05-31rename qxl_reset to qxl_reset_and_create_mem_slotsAlon Levy1-4/+4
2012-05-31qxl_mem: add debug flags, simple accounting and valgrind enabledAlon Levy3-1/+67
2012-05-31qxl_surface: handle destroyed pixmaps while evacuatedAlon Levy1-7/+37
2012-05-31qxl_driver: hide cursors on vt switchAlon Levy1-1/+13
2012-05-31qxl_surface: remove redundant qxl_garbage_collect, qxl_allocnf calls itAlon Levy1-2/+0
2012-05-31uxa-damage: remove unnecessary include (doesn't fix any warnings)Alon Levy1-1/+0
2012-05-31uxa: remove unnecessary includes, reduces warnings due to duplicate definitionsAlon Levy2-4/+0
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