Re: [Qemu-devel] [PATCH] ui: use libexpoxy

2015-05-18 Thread Alexander Graf
On 05/12/2015 03:48 PM, Gerd Hoffmann wrote: On Di, 2015-05-12 at 14:10 +0100, Peter Maydell wrote: On 12 May 2015 at 14:04, Gerd Hoffmann wrote: libepoxy does the opengl extension handling for us. It also is helpful for trouble-shooting as it prints nice error messages instead of silently fa

Re: [Qemu-devel] [PATCH] ui: use libexpoxy

2015-05-12 Thread Gerd Hoffmann
On Di, 2015-05-12 at 14:10 +0100, Peter Maydell wrote: > On 12 May 2015 at 14:04, Gerd Hoffmann wrote: > > libepoxy does the opengl extension handling for us. > > > > It also is helpful for trouble-shooting as it prints nice error messages > > instead of silently failing or segfaulting in case we

Re: [Qemu-devel] [PATCH] ui: use libexpoxy

2015-05-12 Thread Peter Maydell
On 12 May 2015 at 14:04, Gerd Hoffmann wrote: > libepoxy does the opengl extension handling for us. > > It also is helpful for trouble-shooting as it prints nice error messages > instead of silently failing or segfaulting in case we do something > wrong, like using gl commands not supported by the

[Qemu-devel] [PATCH] ui: use libexpoxy

2015-05-12 Thread Gerd Hoffmann
libepoxy does the opengl extension handling for us. It also is helpful for trouble-shooting as it prints nice error messages instead of silently failing or segfaulting in case we do something wrong, like using gl commands not supported by the current context. Signed-off-by: Gerd Hoffmann --- co