New issue
Advanced search Search tips

Issue 870406 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ValidatingAbstractTextures should be Immutable

Project Member Reported by sande...@chromium.org, Aug 2

Issue description

Since AbstractTextures represent GPU-side textures, we don't really want other clients to be able to manipulate them. In particular, ValidatingAbstractTexture expects that other clients will not bind or release images.

ValidatingAbstratTexture's Texture should be marked as Immutable, and GLES2DecoderImpl::BindTexImage2DCHROMIUMImpl should check for mutability.
 

Sign in to add a comment