1. 04 Jul, 2018 2 commits
  2. 28 Jun, 2018 2 commits
  3. 27 Jun, 2018 1 commit
  4. 26 Jun, 2018 2 commits
    • Support glCopyTexImage2D for float formats. · 659d89e9
      Nicolas Capens authored
      Bug chromium:853424
      
      Change-Id: I9b2de054baf6b042bcd04c5d023099a39ca20d2a
      Reviewed-on: https://swiftshader-review.googlesource.com/19569Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    • Always create an OpenGL ES 3.0 context. · 83463115
      Nicolas Capens authored
      The EGL spec allows that on context creation, a newer, compatible
      version is returned. OpenGL ES 3.0 is stated to be backward compatible
      with OpenGL ES 2.0, so we can stop creating a context that is limited to
      OpenGL ES 2.0 features, and always return an OpenGL ES 3.0 context.
      
      This simplifies our code and maintenance a bit and reduces the risk of
      incorrect validation.
      
      Note that Appendix F of the OpenGL ES 3.0 specification lists changes
      in behavior that aren't entirely backward compatible with OpenGL ES 2.0:
      * OpenGL ES 3.0 requires that all cube map filtering be seamless. OpenGL
        ES 2.0 specified that a single cube map face be selected and used for
        filtering. See section 3.8.9.1.
      * OpenGL ES 3.0 specifies a zero-preserving mapping when converting back
        and forth between signed normalized fixed-point values and floating-
        point values. OpenGL ES 2.0 specified a mapping by which zeros are not
        preserved. See section 2.1.6.
      * OpenGL ES 3.0 requires that framebuffer objects not be shared between
        contexts. OpenGL ES 2.0 left it undefined whether framebuffer objects
        could be shared. See appendix D.
      
      Additional differences can stem from new extensions being exposed (e.g.
      GL_EXT_color_buffer_float), and framebuffer configurations that are
      newly supported or no longer supported (in particular we allowed
      separate depth and stencil attachments, which OpenGL ES 3.0 expressly
      disallows).
      
      See also https://gitlab.khronos.org/opengl/API/issues/82
      
      Bug swiftshader:45
      
      Change-Id: I90d72698d509b4f03263edcf7c67e44fcef0beb6
      Reviewed-on: https://swiftshader-review.googlesource.com/19388Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
  5. 22 Jun, 2018 4 commits
  6. 21 Jun, 2018 1 commit
  7. 20 Jun, 2018 2 commits
  8. 18 Jun, 2018 1 commit
  9. 15 Jun, 2018 2 commits
  10. 14 Jun, 2018 2 commits
  11. 08 Jun, 2018 1 commit
  12. 05 Jun, 2018 4 commits
  13. 04 Jun, 2018 2 commits
  14. 02 Jun, 2018 2 commits
  15. 01 Jun, 2018 1 commit
  16. 31 May, 2018 2 commits
  17. 30 May, 2018 6 commits
  18. 29 May, 2018 3 commits