Re: [Mesa-dev] [PATCH 0/2] improve gles2 conformance on android

2013-02-25 Thread Chad Versace
On 02/20/2013 03:00 AM, Tapani Pälli wrote: > Following changes improve gles2 conformance on android. There are > additional failures related to sampling but those will be dealt later. > > Tapani Pälli (2): > mesa: add missing case in _mesa_GetTexParameterfv() > mesa/es: NULL check in EGLImage

Re: [Mesa-dev] [PATCH 0/2] improve gles2 conformance on android

2013-02-22 Thread Ian Romanick
On 02/20/2013 03:00 AM, Tapani Pälli wrote: Following changes improve gles2 conformance on android. There are additional failures related to sampling but those will be dealt later. This series is: Reviewed-by: Ian Romanick Tapani Pälli (2): mesa: add missing case in _mesa_GetTexParameter

[Mesa-dev] [PATCH 0/2] improve gles2 conformance on android

2013-02-20 Thread Tapani Pälli
Following changes improve gles2 conformance on android. There are additional failures related to sampling but those will be dealt later. Tapani Pälli (2): mesa: add missing case in _mesa_GetTexParameterfv() mesa/es: NULL check in EGLImageTargetTexture2DOES src/mesa/main/teximage.c | 6 ++