eglglessink: Fix slow path rendering on Android
authorReynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
Tue, 18 Sep 2012 05:32:25 +0000 (02:32 -0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Oct 2012 12:35:11 +0000 (14:35 +0200)
commitc2cf1fa639339ac8476b8ce17b8ae7a80cafd285
tree7392571a2029a4567f005b994d959c0b5d1e121f
parentf33167f95bc5f2a670d16ebc5db071ee59b9afb3
eglglessink: Fix slow path rendering on Android

Specify missing and mandatory params for npot
Before calling glTexImage2D.

In particular, _WRAP_T and _WRAP_S need to be
set to GL_CLAMP_TO_EDGE to avoid all-black
rendering with npot sized frames.
ext/eglgles/gsteglglessink.c