-
Notifications
You must be signed in to change notification settings - Fork 207
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
Prototype For Fast Bulk Sampling Of Pixels #5102
Merged
Merged
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9474986 - Browse repository at this point
Copy the full SHA 9474986View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bc8ae3 - Browse repository at this point
Copy the full SHA 1bc8ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7778e74 - Browse repository at this point
Copy the full SHA 7778e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf9ac4 - Browse repository at this point
Copy the full SHA 6bf9ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63523a - Browse repository at this point
Copy the full SHA b63523aView commit details -
Warp : Add support for "bilinear" filter
This is a very low quality, but fast approach ( it also offer a way of profiling the performance of Sampler::sample( float, float ), which previously wasn't used anywhere critical )
Configuration menu - View commit details
-
Copy full SHA for 3eb61f7 - Browse repository at this point
Copy the full SHA 3eb61f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b660cec - Browse repository at this point
Copy the full SHA b660cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 378da65 - Browse repository at this point
Copy the full SHA 378da65View commit details -
ImagePlug : Make fundamental constants public constexpr
Might as well make it easy for people who want to do fast things with images?
Configuration menu - View commit details
-
Copy full SHA for 74c0192 - Browse repository at this point
Copy the full SHA 74c0192View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 564c9fb - Browse repository at this point
Copy the full SHA 564c9fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cc622 - Browse repository at this point
Copy the full SHA 57cc622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e069f - Browse repository at this point
Copy the full SHA 22e069fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c223a - Browse repository at this point
Copy the full SHA e0c223aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c53eed3 - Browse repository at this point
Copy the full SHA c53eed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bbbaa - Browse repository at this point
Copy the full SHA d4bbbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b06b2 - Browse repository at this point
Copy the full SHA 81b06b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d68f9 - Browse repository at this point
Copy the full SHA 52d68f9View commit details -
Sampler : Optimize common case where we are within data tile
Seems to give a 15% performance improvement in common cases
Configuration menu - View commit details
-
Copy full SHA for 885c075 - Browse repository at this point
Copy the full SHA 885c075View commit details -
FilterAlgo::sampleBox : Optimize using visitPixels
This is a 70% performance improvement when using a VectorWarp with useDerivatives on to downsample an image.
Configuration menu - View commit details
-
Copy full SHA for 44f314c - Browse repository at this point
Copy the full SHA 44f314cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eec8bd - Browse repository at this point
Copy the full SHA 8eec8bdView commit details
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.