https://github.com/mozilla/gecko-dev
Revision a3b99b9e1b93daa36baa3102639701688ed3d4d9 authored by Benoit Jacob on 25 January 2013, 18:40:38 UTC, committed by Benoit Jacob on 25 January 2013, 18:40:38 UTC
Without this, we have assertion failures as we fail to create our textures and subsequently
we have incomplete framebuffers. The present patch is a short-term compromise: to avoid
asserting, we just clamp texture sizes. That can result in fuzzy rendering. Ideally
(with some suitable tiling) we wouldn't have to do that.
1 parent f8f2b74
History
Tip revision: a3b99b9e1b93daa36baa3102639701688ed3d4d9 authored by Benoit Jacob on 25 January 2013, 18:40:38 UTC
Bug 827170 - Clamp intermediate surface's framebuffer dimensions to what is supported by the GL - r=BenWa, a=bajaj
Tip revision: a3b99b9

README.txt

back to top