1. 05 Sep, 2018 2 commits
  2. 31 Aug, 2018 2 commits
  3. 30 Aug, 2018 3 commits
  4. 29 Aug, 2018 3 commits
  5. 18 Aug, 2018 1 commit
  6. 14 Aug, 2018 1 commit
  7. 13 Aug, 2018 1 commit
  8. 10 Aug, 2018 2 commits
  9. 07 Aug, 2018 2 commits
  10. 06 Aug, 2018 1 commit
  11. 02 Aug, 2018 1 commit
  12. 01 Aug, 2018 1 commit
  13. 31 Jul, 2018 1 commit
  14. 20 Jul, 2018 2 commits
  15. 13 Jul, 2018 1 commit
    • Remove X11 window validation. · 8fb6f6a1
      Nicolas Capens authored
      Despite being a 'client resource', the window can become invalid due to
      events outside of the client code's control, which causes
      XGetWindowAttributes to fail because it retrieves servers-side data
      that is no longer available. Hence it is something we should expect to
      see happen, and not (always) an indication of a bug that needs fixing.
      Also, we should be able to safely continue with an invalid window.
      
      At this point it's up to the client code to catch the X error and
      handle it appropriately. The EGL spec does not indicate that it should
      catch it instead and generate an error (eglSwapBuffers can generate
      EGL_CONTEXT_LOST but that's reserved for power management events).
      
      Bug chromium:861882
      Bug chromium:824522
      
      Change-Id: I78a364516b9466f652c94de68553369935590bde
      Reviewed-on: https://swiftshader-review.googlesource.com/19868Reviewed-by: 's avatarAntoine Labour <piman@chromium.org>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
  16. 09 Jul, 2018 1 commit
  17. 06 Jul, 2018 4 commits
  18. 05 Jul, 2018 3 commits
  19. 04 Jul, 2018 4 commits
  20. 28 Jun, 2018 2 commits
  21. 27 Jun, 2018 1 commit
  22. 26 Jun, 2018 1 commit