1. 22 Feb, 2016 1 commit
  2. 18 Feb, 2016 4 commits
  3. 17 Feb, 2016 2 commits
  4. 12 Feb, 2016 1 commit
  5. 10 Feb, 2016 15 commits
  6. 09 Feb, 2016 1 commit
  7. 08 Feb, 2016 8 commits
  8. 06 Feb, 2016 1 commit
  9. 05 Feb, 2016 2 commits
  10. 04 Feb, 2016 2 commits
    • Fixed binding offsets for uniform and transform feedback buffers · 78696bf0
      Alexis Hetu authored
      There was some confusion between buffer mapping and size and offset
      buffer binding arguments, which are distinct, but were represented
      by the same Buffer class members. Added OffsetBindingPointer to solve
      the issue and removed setOffset/setSize from the Buffer class, which
      should not have existed in the first place (only the mapRange/unmap
      functions should be allowed to modify these values, for now).
      
      Change-Id: Iacecd17cfb90d0a229d9edf62a463c8acf31f07a
      Reviewed-on: https://swiftshader-review.googlesource.com/4590Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
      Reviewed-by: 's avatarNicolas Capens <capn@google.com>
    • Uniform block declaration · 150f597a
      Alexis Hetu authored
      A few aspects of block declaration are improved upon here:
      - Block definitions are computed and stored for later use.
        The data stored are the block member types and a map to
        convert from register offsets, based on the internal
        memory layout, to the std140 layout.
      - Declaration of block members is possible. When a block
        member is declared prior to the entire block being
        declared, OutputASM::declareUniform() will first declare
        the whole block and return the index of the block member.
        If the block member is part of an already defined block,
        the function declares no new variables and returns the
        block member's register index.
      
      Change-Id: If1368bc8de20a0f86169361d76858c3f3e34bb07
      Reviewed-on: https://swiftshader-review.googlesource.com/4632Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
      Reviewed-by: 's avatarNicolas Capens <capn@google.com>
  11. 03 Feb, 2016 1 commit
  12. 02 Feb, 2016 2 commits