Chromium Code Reviews
DescriptionMac HW Video Decode: Fix texture creation
The Mac hardware video decoder code was failing to create textures.
The problem was that RendererGpuVideoDecoderFactories::AsyncCreateTextures() was calling glTextImage2D. This didn't work for GL_TEXTURE_RECTANGLE_ARB textures.
BUG=127414
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146631
Patch Set 1 #
Total comments: 4
Patch Set 2 : address review comments #Messages
Total messages: 7 (0 generated)
|