Age | Commit message (Expand) | Author | Files | Lines |
2012-07-15 | Return a preferred mode matching the current modeHEADmaster | Marc-André Lureau | 1 | -3/+23 |
2012-07-15 | Change output status when update monitors config | Marc-André Lureau | 1 | -4/+11 |
2012-07-15 | Bypass rrcrtc.c screen size bounds check | Marc-André Lureau | 1 | -0/+6 |
2012-07-15 | Avoid calling qxl_update_monitors_config() with invalid config | Marc-André Lureau | 1 | -1/+5 |
2012-07-15 | Split crtc_set_mode_major() | Marc-André Lureau | 1 | -14/+32 |
2012-07-15 | Add check_crtc() helper, to catch crtc/monitor config errors | Marc-André Lureau | 1 | -2/+33 |
2012-07-15 | Coding style improvement | Marc-André Lureau | 1 | -668/+628 |
2012-07-15 | get rid of one of the gcc warnings | Marc-André Lureau | 1 | -1/+1 |
2012-07-15 | qxl_driver/qxl_initialize_x_modes: remove modes not fitting framebuffer | Alon Levy | 1 | -2/+12 |
2012-07-15 | qxl_driver: add infra for surface0 resizing | Alon Levy | 2 | -38/+152 |
2012-07-15 | add qxl_edid | Alon Levy | 4 | -2/+239 |
2012-07-15 | (for later) qxl_ring: add helpers (debugging/unused) | Alon Levy | 2 | -0/+24 |
2012-07-15 | qxl_driver: qxl_init_randr: limit width/height to 8192, real check done on ra... | Alon Levy | 1 | -18/+2 |
2012-07-15 | Add some error message if pci revision < 4 | Marc-André Lureau | 1 | -1/+3 |
2012-07-15 | qxl_driver: introduce qxl_crtc, crtc private | Alon Levy | 2 | -5/+26 |
2012-07-15 | qxl_driver: implement randr, arbitrary resolution, multiple monitors (big dump) | Alon Levy | 4 | -125/+534 |
2012-07-15 | qxl_surface: add download_box_no_update | Alon Levy | 1 | -5/+11 |
2012-07-15 | qxl_surface: normalize surface_send names, add option to surface_destroy to s... | Alon Levy | 1 | -5/+8 |
2012-07-15 | spiceqxl_io_port: mark FLUSH_SURFACES_ASYNC as unimplemented, do half of it | Alon Levy | 1 | -0/+4 |
2012-07-15 | qxl_screen_init: move uxa_resources_init down to after qxl_switch_mode has run | Alon Levy | 1 | -7/+6 |
2012-07-15 | qxl_close_screen: disable fb access, prevent segfaults in uxa later on | Alon Levy | 1 | -0/+6 |
2012-07-15 | qxl_driver: move mspace_set_*_func earlier | Alon Levy | 1 | -2/+4 |
2012-07-15 | fix two segfaults in qxl_free_surface | Alon Levy | 1 | -0/+5 |
2012-07-15 | qxl: remove qxl_screen_t->stride | Alon Levy | 3 | -3/+1 |
2012-07-15 | spiceqxl_inputs: don't hide the pointer global typedef | Alon Levy | 1 | -14/+14 |
2012-07-15 | uxa: fix bad argument type from removed index API change (s/SCREEN_ARG_TYPE/S... | Alon Levy | 2 | -3/+4 |
2012-07-15 | whitespace fix | Alon Levy | 1 | -1/+1 |
2012-07-08 | qxl_driver/qxl_switch_mode: destroy is not idempotent | Alon Levy | 1 | -2/+1 |
2012-07-03 | spiceqxl_display: reformat & rephrase Xspice comment | Alon Levy | 1 | -2/+2 |
2012-06-17 | Compute totalPixmapSize using the same logic as in dix/pixmap.c, rather than ... | Jeremy White | 1 | -2/+4 |
2012-06-17 | Actually process write watches in the wakeup handler | Jeremy White | 1 | -1/+16 |
2012-06-15 | qxl_switch_mode: don't evacuate, just recreate primary surface | Alon Levy | 1 | -19/+14 |
2012-06-15 | qxl_surface: don't unlink surface 0 | Alon Levy | 1 | -4/+7 |
2012-06-15 | qxl_surface: add DEBUG_SURFACE_LIFECYCLE helpers | Alon Levy | 1 | -0/+46 |
2012-06-15 | io: add qxl_io_destroy_primary | Alon Levy | 2 | -0/+18 |
2012-06-15 | prefix io with qxl_io, add several | Alon Levy | 3 | -9/+40 |
2012-06-15 | qxl.h: add device_primary tri state UNDEFINED/NONE/CREATED | Alon Levy | 2 | -0/+12 |
2012-06-15 | qxl_surface: logging: add function name to ErrorF | Alon Levy | 1 | -3/+3 |
2012-06-15 | qxl_surface: cosmetics | Alon Levy | 1 | -1/+1 |
2012-06-15 | qxl_pre_init: memset qxl struct | Alon Levy | 1 | -0/+1 |
2012-06-15 | qxl_driver: abort on mspace error, don't spin (default abort function) | Alon Levy | 1 | -0/+19 |
2012-06-15 | mspace: add mspace_malloc_stats_return | Alon Levy | 2 | -7/+31 |
2012-06-15 | qxl_leave_vt: change outb to ioport_write (easier to grep / breakpoint on a s... | Alon Levy | 1 | -1/+1 |
2012-06-15 | rename qxl_reset to qxl_reset_and_create_mem_slots | Alon Levy | 1 | -4/+4 |
2012-06-15 | qxl_mem: add debug flags, simple accounting and valgrind enabled | Alon Levy | 3 | -1/+68 |
2012-06-15 | qxl_surface: handle destroyed pixmaps while evacuated | Alon Levy | 1 | -6/+37 |
2012-06-15 | qxl_driver: hide cursors on vt switch | Alon Levy | 1 | -0/+12 |
2012-06-15 | qxl_surface: remove redundant qxl_garbage_collect, qxl_allocnf calls it | Alon Levy | 1 | -2/+0 |
2012-06-15 | uxa-damage: remove unnecessary include (doesn't fix any warnings) | Alon Levy | 1 | -1/+0 |
2012-06-15 | uxa: remove unnecessary includes, reduces warnings due to duplicate definitions | Alon Levy | 2 | -4/+0 |