Closed Bug 1035201 Opened 11 years ago Closed 3 years ago

Do not call fActiveTexture in GrallocTextureSourceOGL::SetCompositableBackendSpecificData

Categories

(Core :: Graphics, defect)

defect

Tracking

()

RESOLVED INVALID

People

(Reporter: u459114, Unassigned)

Details

Calling fActiveTexture inside GrallocTextureSourceOGL::SetCompositableBackendSpecificData is not useful. In this function, we only need to modify the content of a texture object instead of using texture on drawing. As a result, I think it's safe to remove these calls http://dxr.mozilla.org/mozilla-central/source/gfx/layers/opengl/GrallocTextureHost.cpp#239 http://dxr.mozilla.org/mozilla-central/source/gfx/layers/opengl/GrallocTextureHost.cpp#260
Severity: normal → S3

GrallocTextureSourceOGL was removed in bug 1113789

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.