Skip to content
Snippets Groups Projects
  1. Feb 04, 2016
  2. Feb 03, 2016
  3. Jan 29, 2016
  4. Jan 28, 2016
  5. Jan 20, 2016
  6. Jan 14, 2016
  7. Jan 12, 2016
  8. Jan 11, 2016
  9. Jan 05, 2016
  10. Dec 15, 2015
  11. Dec 11, 2015
  12. Dec 09, 2015
  13. Dec 02, 2015
  14. Dec 01, 2015
  15. Nov 30, 2015
  16. Nov 28, 2015
  17. Nov 27, 2015
  18. Nov 12, 2015
  19. Nov 11, 2015
    • Venugopal Shivashankar's avatar
      Doc: Change a few parameter values in the qdocconf · f484c14f
      Venugopal Shivashankar authored
      
      The waylandcompositor API will be part of Qt so the docs for it
      should use the Qt reference documentation URL and version. The
      index page for the module cannot be named 'index.html' as it
      conflicts with the Qt reference doc main page.
      
      Change-Id: I3d8c45dac7a896e9bd6a2ab5f1c6d4f7018810ed
      Reviewed-by: default avatarVenugopal Shivashankar <venugopal.shivashankar@digia.com>
      f484c14f
    • Laszlo Agocs's avatar
      Get rid of the egl config test and use what qtbase provides · 4d3c3a08
      Laszlo Agocs authored
      
      contains(QT_CONFIG, egl) and CONFIG += egl is the only sane way to test
      for and pull in EGL headers and libs. This is particularly important when
      trying to be robust and guard against half-broken sysroots on embedded
      where a naive PKGCONFIG += egl breaks.
      
      Also add an EGL_WAYLAND_BUFFER_WL define to keep wayland-egl compiling.
      We are not testing for that in any config tests may cause a failure in sysroots
      that have parts of Mesa thrown in but pick ip an older EGL header from the
      vendor's driver.
      
      Change-Id: I7b7e6a7a91e78dbda5b6954ad08761298c538efc
      Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@jollamobile.com>
      4d3c3a08
    • Laszlo Agocs's avatar
      RPi: Resolve all BRCM functions dynamically · 51abcc74
      Laszlo Agocs authored
      
      Directly calling eglCreateGlobalImageBRCM and friends is not ideal due to the
      messy RPi distro setups: shipping Mesa (sw rasterizer only) in standard locations
      may cause picking up those EGL/GLES libs instead of the Broadcom ones from /opt/vc
      when building Qt. While this is something that should be fixed in the sysroot (since
      it is a problem at runtime anyway), let's make life easier by resolving via
      eglGetProcAddress, which is the right approach in any case.
      
      Change-Id: I73f7698b638691d97743a6f819bc7c8ee6ebd245
      Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@jollamobile.com>
      51abcc74
  20. Nov 09, 2015
  21. Nov 06, 2015
Loading