Bug 51202

Summary: Prohibit any filtering mode but NEAREST with OES_texture_float extension
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, cmarrin, igor.oliveira, jamesr, kkinnunen, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 40316    
Bug Blocks:    

Description Kenneth Russell 2010-12-16 11:47:06 PST
The implementation of the OES_texture_float extension in WebGL is currently allowing the LINEAR filtering mode to be used, even when the OES_texture_float_linear extension (which has not been implemented yet) is not enabled. This situation needs to treat the texture as being incomplete and render as black.