Hi, On 19 March 2014 05:09, Keith Packard <[email protected]> wrote: > + glPixelStorei(GL_UNPACK_ROW_LENGTH, byte_stride / bytes_per_pixel);
This isn't natively supported on GLES; it requires GL_EXT_unpack_subimage, which isn't available on the vast majority of shipping GLES GPUs. (Yes, I know it's lame: it's seriously my #1 gripe about GLES.) Cheers, Daniel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
