1. 14 Nov, 2018 3 commits
  2. 13 Nov, 2018 3 commits
  3. 12 Nov, 2018 1 commit
  4. 09 Nov, 2018 1 commit
  5. 08 Nov, 2018 1 commit
  6. 07 Nov, 2018 1 commit
  7. 06 Nov, 2018 3 commits
  8. 05 Nov, 2018 2 commits
  9. 03 Nov, 2018 2 commits
  10. 02 Nov, 2018 3 commits
  11. 01 Nov, 2018 2 commits
  12. 31 Oct, 2018 4 commits
  13. 30 Oct, 2018 2 commits
    • Fix Vulkan build. · 70942e2e
      Nicolas Capens authored
      Initialization order mismatch is treated as an error with Clang/GCC:
      -Werror=reorder
      
      Bug b/118383648
      
      Change-Id: I4e56aa3c61ce35d70a28dbdd1ab76d7ca8dae833
      Reviewed-on: https://swiftshader-review.googlesource.com/c/22068Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    • Generate an error when trying to clear an incomplete Framebuffer · e83048e2
      Alexis Hetu authored
      Calling ClearBuffer* on an incomplete framebuffer was crashing
      because a depth clear assumes 4 bytes per pixel and the type of
      an incomplete framebuffer could be anything, which is potentially
      smaller than 4 bytes, so memory was written out of bounds.
      
      ClearBuffer* now also checks for completeness, just like clear
      already does.
      
      From the OpenGL ES 3.0 spec, section 4.4.4.4
      "Effects of Framebuffer Completeness on Framebuffer Operations
      
       Attempting to render to or read from a framebuffer which is not
       framebuffer complete will generate an INVALID_FRAMEBUFFER_OPERATION
       error. This means that rendering commands (see section 2.6) ...
       will generate the error INVALID_FRAMEBUFFER_OPERATION if called
       while the framebuffer is not framebuffer complete"
      
      And from the OpenGL ES 3.0 spec, section 2.6 Rendering Commands
      "GL commands performing rendering into a framebuffer are called
       rendering commands, and include the drawing commands Draw* ...,
       as well as these additional commands:
      • BlitFramebuffer
      • Clear
      • ClearBuffer*"
      
      Bug b/117048995
      
      Change-Id: I01fd2ad2829b4c9e0aac817620f65c789b11356e
      Reviewed-on: https://swiftshader-review.googlesource.com/c/22048Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
  14. 29 Oct, 2018 2 commits
  15. 26 Oct, 2018 4 commits
  16. 25 Oct, 2018 4 commits
  17. 24 Oct, 2018 1 commit
  18. 22 Oct, 2018 1 commit