mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Vulkan: Implement EXT_texture_type_2_10_10_10_REV
- Expose GLES 3.0 feature of 2_10_10_10_REV texture type on GLES 2.0 as EXT. - Handle alpha channel value as 1.0 when used with RGB format. - Add test for "RGB+UNSIGNED_INT_2_10_10_10_REV" case into TextureUploadFormatTest. BUG=angleproject:3232. Test: dEQP-GLES2.capability.extensions.uncompressed_texture_formats.GL_EXT_texture_type_2_10_10_10_REV dEQP-GLES2.functional.fbo.completeness.renderable.texture.*2_10_10_10_rev dEQP-GLES3.functional.fbo.completeness.renderable.texture.*2_10_10_10_rev KHR-GLES2.core.internalformat.*2_10_10_10_rev* KHR-GLES3.core.internalformat.*2_10_10_10_rev* Change-Id: Iac00517971f9242161115c7256117a69093fb5df Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1732618 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"src/libANGLE/es3_format_type_combinations.json":
|
||||
"a232823cd6430f14e28793ccabb968ee",
|
||||
"b44b222c27eea6839c0da3076ee540fc",
|
||||
"src/libANGLE/format_map_autogen.cpp":
|
||||
"1e1b1c2af35a8a75c4395430d2370758",
|
||||
"e59660c3ae6360cb8638fc69583ba7a2",
|
||||
"src/libANGLE/format_map_data.json":
|
||||
"779798d4879e5f73a5a108e3e3fd3095",
|
||||
"e7985d3132fa396e8d39a5daee29260a",
|
||||
"src/libANGLE/gen_format_map.py":
|
||||
"dbc855d50826670a9e1a4ff2747e7583"
|
||||
}
|
||||
Reference in New Issue
Block a user