1. 22 Oct, 2013 1 commit
  2. 18 Oct, 2013 5 commits
  3. 17 Oct, 2013 32 commits
  4. 16 Oct, 2013 1 commit
  5. 10 Oct, 2013 1 commit
    • Remove an assert statement to do with uniforms and element indexes. · 71cc91fc
      Jamie Madill authored
      This assert could trigger false positives on sampler types. We should eventually
      replace our uniform handling logic with something more consistent with D3D11's
      "everything is a constant buffer" model.
      
      TRAC #23749
      
      Signed-off-by: Shannon Woods
      Signed-off-by: Nicolas Capens