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
Add NV12 and TEXTURE_EXTERNAL_OES target support in WR. #1150
Merged
+710
−153
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
deeebf5
Remove the vStretchSize assignment in ps_image vertex shader
JerryShih 06d7376
Add samplerExternalOES support.
JerryShih bfc555f
Remove the unused data member in YuvImage.
JerryShih 9dfebbb
Add samplerExternalOES support in ps_image shader.
JerryShih a559829
Use preprocessor to select the yuv color matrix in ps_yuv_image shader.
JerryShih 0f5a96f
Reorder some function calls in ps_yuv_image shader.
JerryShih c75bb28
Add samplerExternalOES, sampler2dRect target and NV12 format support …
JerryShih 7f53f91
Add new package in webrender and webrender_traits.
JerryShih 652735a
Add enum ImageBufferKind, ImageBufferKind and YuvColorSpace.
JerryShih 5a65e6c
Update push_yuv_image() interface.
JerryShih f734c68
Remove the match of |_| with ExternalImageType type.
JerryShih 41ce8dd
Pass ImageBufferKind, YuvFormat and YuvColorSpace in AlphaBatchKind t…
JerryShih 9fe5754
Create the ps_image and ps_yuv_image arrays for different feature set…
JerryShih d3bd47e
Add yuv_image usage in sample.
JerryShih 06ccad4
Set default yuv color space setting in ps_yuv_image.
JerryShih 2e76503
Move the push_yuv_image() sample code from basic.rs to yuv.rs
JerryShih 096f2c5
Update for review comment for ps_yuv_image shader.
JerryShih 56b2d1d
Use a macro TEX_SAMPLE() to replace the different texture sampling fu…
JerryShih 656303c
Remove the num::FromPrimitive usage for the enum YuvColorSpace, YuvFo…
JerryShih 52b7331
Update for review comment.
JerryShih 1d10e44
Add a YuvData type which contains the channel data and format informa…
JerryShih File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.
Add samplerExternalOES support.
- Loading branch information
commit 06d73765cfded5c06c0e9d988afa6aca822d3b61
ProTip!
Use n and p to navigate between commits in a pull request.
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.
The "#extension" should be placed before the first non-preprocessor-code.