Skip to content
  1. Jul 03, 2014
    • Owen W. Taylor's avatar
      Allow setting up quad-buffer stereo output · 59e6438f
      Owen W. Taylor authored
      Add clutter_x11_set_use_stereo_stage() that can be called
      before clutter_init() so that the CoglDisplay we create and all
      stages created from that CoglDisplay will be created with a
      stereo fbconfig.
      
      This is done in clutter-x11 because of the similarity to the
      existing clutter_x11_set_use_argb_visual(), and because it's
      not clear without other examples whether the need to have
      stereo enabled from before clutter_init() is universal or
      somethign specific to GLX.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=732706
      59e6438f
  2. Jun 27, 2014
  3. Jun 25, 2014
  4. Jun 11, 2014
  5. Jun 10, 2014
  6. Jun 09, 2014
    • Chun-wei Fan's avatar
      MSVC 2010+ Projects: Update "Installation" Process · 499f2e58
      Chun-wei Fan authored
      Currently, due to the way that Visual Studio 2010+ projects are handled,
      the "install" project does not re-build upon changes to the sources, as it
      does not believe that its dependencies have changed, although the changed
      sources are automatically recompiled.  This means that if a part or more
      of the solution does not build, or if the sources need some other fixes
      or enhancements, the up-to-date build is not copied automatically, which
      can be misleading.
      
      Improve on the situation by forcing the "install" project to trigger its
      rebuild, so that the updated binaries can be copied.  This does trigger an
      MSBuild warning, but having that warning is way better than not having an
      up-to-date build, especially during testing and development.
      499f2e58
  7. Jun 05, 2014
  8. May 28, 2014
  9. May 22, 2014
  10. May 21, 2014
  11. May 19, 2014
  12. May 12, 2014
  13. May 02, 2014
  14. May 01, 2014
  15. Apr 28, 2014