evas gl common - fix nv12 text upload with upack row length
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 26 Feb 2017 02:43:21 +0000 (11:43 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 26 Feb 2017 02:44:38 +0000 (11:44 +0900)
commit473d4312416fb4e512de60b0bcf3014d7e4f85a1
treed46ca2f11dce9c59bb63d8fa13c2b71883e63f5a
parent83f38d2b2c66d753f24f1c7af76870ff88e5aff6
evas gl common - fix nv12 text upload with upack row length

we segv'd because our testure width was wrong... i was row span
length in bytes and we use luminance+alpha texture... this fixes it.

@fix
src/modules/evas/engines/gl_common/evas_gl_texture.c