Descriptiongpu: Enable relevant extentions on GLES3.
What’s New in OpenGL ES 3.0 among GL extentions
- Vertex array
- Element index uint
- npot texture
- float texture (1)(2)
- GLSL standard derivatives
- Blend min&max
(1) GLES3 supports float and half float texture but only half float texture is
filterable and doesn't allow them for color attachment.
(2) This CL doesn't enable half_float due to conflicting GL_OES_texture_float
BUG=405484
Committed: https://crrev.com/5d13a2b12e8cef22465edfd7113e002d257da117
Cr-Commit-Position: refs/heads/master@{#292849}
Patch Set 1 #Patch Set 2 : load relevant vertex array functions and support draw buffers #Patch Set 3 : fix unittest failure; exclude EXT_draw_buffers #
Total comments: 4
Patch Set 4 : Address nits, add COMPILE_ASSERT and exclude half_float #
Messages
Total messages: 13 (1 generated)
|