Closed
Bug 1035201
Opened 11 years ago
Closed 3 years ago
Do not call fActiveTexture in GrallocTextureSourceOGL::SetCompositableBackendSpecificData
Categories
(Core :: Graphics, defect)
Core
Graphics
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
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
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.
Description
•