KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Add support for OES_fbo_render_mipmap #905

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since ES3 supports rendering to arbitrary mipmaps of textures, add support for 
OES_fbo_render_mipmap in ES2 with D3D11.

Original issue reported on code.google.com by geofflang@chromium.org on 3 Feb 2015 at 4:06

GoogleCodeExporter commented 9 years ago
https://chromium-review.googlesource.com/#/c/245731

Original comment by geofflang@chromium.org on 3 Feb 2015 at 4:29

GoogleCodeExporter commented 9 years ago
Specification: 
https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/

Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1129354
Chrome: https://code.google.com/p/chromium/issues/detail?id=455150
Webkit: https://bugs.webkit.org/show_bug.cgi?id=141242
IE: https://connect.microsoft.com/IE/feedback/details/1114887

Original comment by pyalot@gmail.com on 4 Feb 2015 at 10:13