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
Add a YuvData type which contains the channel data and format informa…
1d10e44
Select commit
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
Merged
Add NV12 and TEXTURE_EXTERNAL_OES target support in WR. #1150
Add a YuvData type which contains the channel data and format informa…
Apr 19, 2017
Apr 19, 2017
Apr 19, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 20, 2017
Apr 21, 2017
Apr 21, 2017
Apr 27, 2017
Apr 27, 2017
Apr 27, 2017
Apr 27, 2017
Apr 27, 2017
Apr 27, 2017
1d10e44
Select commit
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