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
Clean up some code on the WebGL texture upload paths #22202
Merged
Call prepare_pixels in tex_image_2d and tex_sub_image_2d
1e2a72a
Select commit
1e2a72a
Call prepare_pixels in tex_image_2d and tex_sub_image_2d
nox 86987ed
Introduce TexPixels
nox adf363a
Move prepare_pixels helper functions to canvas_traits
nox a5779ad
Prefix some pixels functions with rgba8_
nox da43e35
Optimise memory allocation in set_webrender_image_key
nox 65d1b11
Make TexImage2D and TexSubImage2D struct variants
nox 1675991
Fix the data type sent in tex_sub_image_2d
nox 1c89ac9
Send alignment info directly in TexImage2D and TexSubImage2d messages
nox 3f8a3b2
Simplify define_resource_id
nox 947e5af
Remove some boolean flags in tex_image_2d and tex_sub_image_2d
nox af2b4db
Pass a TexPixels value to tex_image_2d and tex_sub_image_2d
nox
Merged
Clean up some code on the WebGL texture upload paths #22202
Call prepare_pixels in tex_image_2d and tex_sub_image_2d
Nov 8, 2018
Nov 9, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
1e2a72a
Select commit
1e2a72a
Call prepare_pixels in tex_image_2d and tex_sub_image_2d
nox 86987ed
Introduce TexPixels
nox adf363a
Move prepare_pixels helper functions to canvas_traits
nox a5779ad
Prefix some pixels functions with rgba8_
nox da43e35
Optimise memory allocation in set_webrender_image_key
nox 65d1b11
Make TexImage2D and TexSubImage2D struct variants
nox 1675991
Fix the data type sent in tex_sub_image_2d
nox 1c89ac9
Send alignment info directly in TexImage2D and TexSubImage2d messages
nox 3f8a3b2
Simplify define_resource_id
nox 947e5af
Remove some boolean flags in tex_image_2d and tex_sub_image_2d
nox af2b4db
Pass a TexPixels value to tex_image_2d and tex_sub_image_2d
nox