-
Notifications
You must be signed in to change notification settings - Fork 328
Browser fixes #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Browser fixes #479
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
beee719
Fix safari 0-data buffer setup
dy 5339bf4
Fix extra logging
dy 291fab9
Preinit texture with data
dy fc8c624
Remove extra comment
dy d8b91f5
Fix undefined Dtype
dy 0b87f34
Add firefox interval timeout
dy 9a7d9e5
Fix IE context creation
dy 0703765
Merge branch 'master' into browser-fixes
dy 16b7628
Use pool to preallocate texture
dy 34d4b04
Fix test
dy 50afc01
Add zero-pool for texture data
dy 462f27c
Remove insignificant checks
dy be3326d
Move browser entry to tests
dy d18b56a
Move browser entry to test
dy 1487bd6
Fix losing extension on context loss
dy 127e0a0
Rename half_float to half_float_oes
dy 85bef7d
Init zero-data texture on resize
dy 23ba463
Ignore null allocation
dy b6f8d25
Revert test/index
dy 9938a8e
Fix unsupported premultipliedAlpha in IE
dy 54db288
Report a safari-specific test failure without halting all tests
202e395
Fix formatting
c6abb2e
1.3.2
dy 0aa1b01
Fix links
dy d369dbf
Merge branch 'master' into browser-fixes
dy ac33e4f
Remove msg from code
dy 449b5b5
Fix buffer test
dy 1da66e1
Remove half float allocation - that breaks in safari
dy fc418cc
Unroll tests
dy 0a82ba4
Fix safari framebuffer test
dy 6afda7c
Display warning reading floats in contexts not supporting the feature
dy ad1c6ac
Rename mikolalysenko with regl-project
dy 1a33343
Fix IE shader issues
dy 3199462
Fix IE none colorspace test
dy 617ff84
Add pow2 cube texture check
dy 87e2ebf
Fix cube FBO test
dy b458147
Fix rest of IE tests
dy 8addf24
Clean up
dy 7745514
Move feature-detection to limits
dy 0b31a64
Add API lines
dy 71bba6c
Rename cubeNpot to npotCubeTexture
dy 67d4cdd
Rename npotCubeTexture to npotTextureCube
dy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| module.exports = function (v) { | ||
| return !(v & (v - 1)) && (!!v) | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This enables
ANGLE_instanced_arraysfor every regl call, which makes Firefox display warnings onloseContext/restoreContext