Re: [Qemu-devel] [PULL 3/6] console-gl: add opengl rendering helper functions

2015-05-12 Thread Gerd Hoffmann
On Mo, 2015-05-11 at 22:32 +0200, Alexander Graf wrote: > But I see the same error on openSUSE 12.3 x86_64 now: Ah, cool, I have an iso for that laying around. /me goes install. thanks, Gerd

Re: [Qemu-devel] [PULL 3/6] console-gl: add opengl rendering helper functions

2015-05-11 Thread Alexander Graf
On 08.05.15 08:24, Gerd Hoffmann wrote: > On Fr, 2015-05-08 at 00:28 +0200, Alexander Graf wrote: >> >> On 05.05.15 11:43, Gerd Hoffmann wrote: >>> Signed-off-by: Gerd Hoffmann >>> Reviewed-by: Max Reitz >>> --- >> >> [...] >> >>> +void surface_gl_create_texture(ConsoleGLState *gls, >>> +

Re: [Qemu-devel] [PULL 3/6] console-gl: add opengl rendering helper functions

2015-05-07 Thread Gerd Hoffmann
On Fr, 2015-05-08 at 00:28 +0200, Alexander Graf wrote: > > On 05.05.15 11:43, Gerd Hoffmann wrote: > > Signed-off-by: Gerd Hoffmann > > Reviewed-by: Max Reitz > > --- > > [...] > > > +void surface_gl_create_texture(ConsoleGLState *gls, > > + DisplaySurface *surfa

Re: [Qemu-devel] [PULL 3/6] console-gl: add opengl rendering helper functions

2015-05-07 Thread Alexander Graf
On 05.05.15 11:43, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > Reviewed-by: Max Reitz > --- [...] > +void surface_gl_create_texture(ConsoleGLState *gls, > + DisplaySurface *surface) > +{ > +assert(gls); > +assert(surface_stride(surface) % surfac

[Qemu-devel] [PULL 3/6] console-gl: add opengl rendering helper functions

2015-05-05 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann Reviewed-by: Max Reitz --- Makefile| 3 + configure | 2 +- include/ui/console.h| 31 include/ui/shader.h | 2 + ui/Makefile.objs| 3 + ui/console-gl.c | 168 +