Hello Michael,

On 08/06/2014 03:08 PM, Michael Raab wrote:
> quick update on that. Finally I found a laptop that has a Intel HD
> Graphics board. Indeed extension GL_ARB_imaging is not supported while
> GLversion is 4.0.0.
> I changed the hasExtOrVersion() calls back to hasExtension() and the
> crash moved ;-)

hmm, the problem with making that change is that IIUC this will break on 
GL ES, since it has imaging extension and glBlendEquation is standard there.

Gerrit: any thoughts on what the best way to handle this is? Something like:

if(hasExtension(ARB_imaging)

else if(hasExtOrversion(ARB_imaging, 0x0104, 0x0200)

?

> Extensions     GL_EXT_blend_minmax and  GL_EXT_blend_subtract are
> supported but retrieving the function pointer for glBlendEquationExt is
> 0x00000.

hurray for driver bugs ;(

        Cheers,
                Carsten

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to