| Name |
Last commit
|
Last update |
|---|---|---|
| docs | ||
| include | ||
| src | ||
| tests/OGLSimpleCube | ||
| third_party | ||
| .dir-locals.el | ||
| .gitignore | ||
| AUTHORS.txt | ||
| Android.mk | ||
| CMakeLists.txt | ||
| CONTRIBUTING.txt | ||
| CONTRIBUTORS.txt | ||
| LICENSE.txt | ||
| README.md | ||
| SwiftShader.sln |
I looked into the texture size issue and I removed the " + Int(1)" used on the LOD and replaced it with "baseLevel", which I think makes more sense. Without the "+1", some tests using baseLevel==1 fail, but all tests pass when I use "+baseLevel". I'm not 100% sure why the "+1" wasn't making tests that were using baseLevel==0 fail. Note that, for now, the new Sampler::State "baseLevel" member will always be 0, as the code to set it hasn't landed yet and will be in another cl. Change-Id: I8532bb7009abcc15e03416489f1d25027e336457 Reviewed-on: https://swiftshader-review.googlesource.com/5471Tested-by:Alexis Hétu <sugoi@google.com> Reviewed-by:
Nicolas Capens <capn@google.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| docs | Loading commit data... | |
| include | Loading commit data... | |
| src | Loading commit data... | |
| tests/OGLSimpleCube | Loading commit data... | |
| third_party | Loading commit data... | |
| .dir-locals.el | Loading commit data... | |
| .gitignore | Loading commit data... | |
| AUTHORS.txt | Loading commit data... | |
| Android.mk | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| CONTRIBUTING.txt | Loading commit data... | |
| CONTRIBUTORS.txt | Loading commit data... | |
| LICENSE.txt | Loading commit data... | |
| README.md | Loading commit data... | |
| SwiftShader.sln | Loading commit data... |