summaryrefslogtreecommitdiff
path: root/src/qxl_driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20Make the checks for composite and a8 return FALSE for XspiceSøren Sandmann Pedersen1-0/+10
2012-09-20Only use dixScreenSpecificPrivatesSize if we have a new enough Xorg.Jeremy White1-1/+5
2012-09-12Don't issue composite commands or create a8 surfaces when not availableSøren Sandmann1-1/+36
2012-09-05Add Render supportSøren Sandmann1-18/+175
2012-09-05Improved support for memory debugging.Søren Sandmann1-18/+16
2012-09-05src/qxl_driver: use the new dixScreenSpecificPrivatesSizeAlon Levy1-6/+8
2012-08-23Coding style fixesSøren Sandmann Pedersen1-1228/+1361
2012-08-23qxl_driver: Xspice: fix build breakageAlon Levy1-1/+1
2012-07-15Return a preferred mode matching the current modeMarc-André Lureau1-3/+23
2012-07-15Change output status when update monitors configMarc-André Lureau1-4/+11
2012-07-15Bypass rrcrtc.c screen size bounds checkMarc-André Lureau1-0/+6
2012-07-15Avoid calling qxl_update_monitors_config() with invalid configMarc-André Lureau1-1/+5
2012-07-15Split crtc_set_mode_major()Marc-André Lureau1-14/+32
2012-07-15Add check_crtc() helper, to catch crtc/monitor config errorsMarc-André Lureau1-2/+33
2012-07-15Coding style improvementMarc-André Lureau1-668/+628
2012-07-15qxl_driver/qxl_initialize_x_modes: remove modes not fitting framebufferAlon Levy1-2/+12
2012-07-15qxl_driver: add infra for surface0 resizingAlon Levy1-38/+151
2012-07-15add qxl_edidAlon Levy1-1/+20
2012-07-15qxl_driver: qxl_init_randr: limit width/height to 8192, real check done on ra...Alon Levy1-18/+2
2012-07-15Add some error message if pci revision < 4Marc-André Lureau1-1/+3
2012-07-15qxl_driver: introduce qxl_crtc, crtc privateAlon Levy1-5/+20
2012-07-15qxl_driver: implement randr, arbitrary resolution, multiple monitors (big dump)Alon Levy1-124/+490
2012-07-15qxl_screen_init: move uxa_resources_init down to after qxl_switch_mode has runAlon Levy1-7/+6
2012-07-15qxl_close_screen: disable fb access, prevent segfaults in uxa later onAlon Levy1-0/+6
2012-07-15qxl_driver: move mspace_set_*_func earlierAlon Levy1-2/+4
2012-07-15qxl: remove qxl_screen_t->strideAlon Levy1-1/+0
2012-07-15whitespace fixAlon Levy1-1/+1
2012-07-08qxl_driver/qxl_switch_mode: destroy is not idempotentAlon Levy1-2/+1
2012-06-17Compute totalPixmapSize using the same logic as in dix/pixmap.c, rather than ...Jeremy White1-2/+4
2012-06-15qxl_switch_mode: don't evacuate, just recreate primary surfaceAlon Levy1-19/+14
2012-06-15io: add qxl_io_destroy_primaryAlon Levy1-0/+17
2012-06-15prefix io with qxl_io, add severalAlon Levy1-5/+34
2012-06-15qxl.h: add device_primary tri state UNDEFINED/NONE/CREATEDAlon Levy1-0/+4
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-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 Levy1-0/+8
2012-06-15qxl_driver: hide cursors on vt switchAlon Levy1-0/+12
2012-06-06qxl: fix spice buildDave Airlie1-2/+2
2012-06-06qxl: add API compat for latest X server.Dave Airlie1-33/+34
2012-05-06Do not call update_area when lacking device memoryYonit Halperin1-14/+0
2012-04-24qxl_driver: ifdef out qxl_wait_for_io_command if not XSPICEAlon Levy1-0/+2
2012-03-18qxl: fix config.h usageDave Airlie1-0/+4
2012-03-09options: Turn surfaces and caching on by defaultSøren Sandmann Pedersen1-3/+3
2012-02-16introduce qxl_option_helpers.[ch]Alon Levy1-0/+1
2012-02-07In qxl_check_copy() accept pixmaps that don't have surfacesSøren Sandmann1-3/+0
2012-01-30Enable surface and caching option defaults for XspiceAlon Levy1-4/+6
2012-01-27Add support for parsing various optionsSøren Sandmann Pedersen1-2/+27
2012-01-18qxl-driver: call vgaHWSetStdFuncs explicitlyAlon Levy1-0/+1