xuxiandi / angleproject

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

Add texture rectangle support to shader validator #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is desired in http://code.google.com/p/chromium/issues/detail?id=38967 to 
render Core Animation plugins on Mac OS X via Chrome's compositor. In order to 
do so, support for rectangular textures needs to be added to ANGLE's shader 
validator. In general we do not want to encourage developers to use this 
functionality via any of Chrome's public 3D interfaces such as Pepper 3D, so 
support does not need to be added to ANGLE's GLES2 library.

Original issue reported on code.google.com by kbr@chromium.org on 21 Nov 2011 at 10:59

GoogleCodeExporter commented 9 years ago
Implemented in http://codereview.appspot.com/5432044/ / 
http://code.google.com/p/angleproject/source/detail?r=888 .

Original comment by kbr@chromium.org on 22 Nov 2011 at 8:55