[PATCH 0/8] Fixes for fullscreen with "driver" method

Ander Conselvan de Oliveira conselvan2 at gmail.com
Fri Dec 14 07:37:22 PST 2012


From: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>

There were a few bugs with this feature. The first two patches make
transformed optionally use that fullscreen method. The next four
patches fixes bugs that prevented that for working and the last two
patches refactors code to reduce code duplication in that path.

Thanks,
Ander

Ander Conselvan de Oliveira (8):
  window: Allow clients to choose the fullscreen method
  transformed: Add options for using debuging driver fullscreen method
  compositor: Update output state after mode switch
  compositor: Don't let pointers get outside of an output on mode
    switch
  compositor-drm: Fix a return value check in drm_output_switch_mode()
  compositor-drm: Don't do a mode set on drm_output_switch_mode()
  compositor-drm: Move output gl state initialization to own function
  compositor-drm: Reduce code duplication on drm_output_switch_mode()

 clients/transformed.c |   57 ++++++++++++++++++-
 clients/window.c      |   11 +++-
 clients/window.h      |    3 +
 src/compositor-drm.c  |  147 ++++++++++++++++++++-----------------------------
 src/compositor.c      |   54 +++++++++++++++++-
 5 files changed, 179 insertions(+), 93 deletions(-)

-- 
1.7.9.5



More information about the wayland-devel mailing list