Re: [PATCH weston] gl: fix read-back format reporting in the log

2013-01-10 Thread Kristian Høgsberg
On Thu, Jan 10, 2013 at 04:50:42PM +0200, Pekka Paalanen wrote: > weston_compositor::read_format is in Pixman values now, so comparing to > a GL value does not work. Compare to the right value. > > This fix affects only the log output of the GL renderer. Thanks, applied. > Signed-off-by: Pekka P

[PATCH weston] gl: fix read-back format reporting in the log

2013-01-10 Thread Pekka Paalanen
weston_compositor::read_format is in Pixman values now, so comparing to a GL value does not work. Compare to the right value. This fix affects only the log output of the GL renderer. Signed-off-by: Pekka Paalanen --- src/gl-renderer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)