Re: [waffle] [PATCH 7/7] tests/gl_basic_test: Support platform surfaceless_egl

2016-10-29 Thread Chad Versace
On Wed 19 Oct 2016, Emil Velikov wrote: > On 18 October 2016 at 18:33, Chad Versace wrote: > > Run with `bin/gl_basic_test --platform=surfaceless_egl`. > > > > All the tests fail! The rgba pixels returned by glReadPixels are > > black (0x0, 0x0, 0x0, 0xff), but the test expects magenta (0xff, 0x0,

Re: [waffle] [PATCH 7/7] tests/gl_basic_test: Support platform surfaceless_egl

2016-10-18 Thread Emil Velikov
On 18 October 2016 at 18:33, Chad Versace wrote: > Run with `bin/gl_basic_test --platform=surfaceless_egl`. > > All the tests fail! The rgba pixels returned by glReadPixels are > black (0x0, 0x0, 0x0, 0xff), but the test expects magenta (0xff, 0x0, > 0xff, 0xff). I don't know why. > > Cc: Gurcheta