Re: [AD] exnew_drawpixels.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-08-12, Milan Mimica <milan.mimica@xxxxxxxxxx> wrote:
> Peter Wang wrote:
> >
> > Confirmed on a different machine. The machine on which the examples
> > fail doesn't support FBOs, so there's something wrong with that.
>
> Hm, it still works even if I make Allegro stop using FBOs.
> You can try WGL under wine by calling al_set_new_display_flags(ALLEGRO_OPENGL).
Unfortunately I run into unimplemented wine territory:
fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2007 WGL Attribute
fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2016 WGL Attribute
fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2018 WGL Attribute
..
The d3d versions all work. I'll try to debug it tonight.
Peter