1. 12 11月, 2018 1 次提交
  2. 12 10月, 2018 1 次提交
  3. 26 6月, 2018 1 次提交
  4. 12 3月, 2018 2 次提交
  5. 17 10月, 2017 1 次提交
  6. 29 9月, 2017 1 次提交
  7. 21 6月, 2017 1 次提交
  8. 12 5月, 2017 2 次提交
  9. 27 2月, 2017 2 次提交
  10. 06 7月, 2016 1 次提交
  11. 05 2月, 2016 1 次提交
    • P
      ui: Clean up includes · e16f4c87
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1454089805-5470-2-git-send-email-peter.maydell@linaro.org
      e16f4c87
  12. 08 10月, 2015 1 次提交
  13. 29 5月, 2015 1 次提交
    • G
      gtk: add opengl support, using egl · 97edf3bd
      Gerd Hoffmann 提交于
      This adds opengl rendering support to the gtk ui, using egl.
      It's off by default for now, use 'qemu -display gtk,gl=on'
      to play with this.
      
      Note that gtk got native opengl support with release 3.16.
      There most likely will be a separate implementation for 3.16+,
      using the native gtk opengl support.  This patch covers older
      versions (and for the time being 3.16 too, hopefully without
      rendering quirks).
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      97edf3bd