[Webkit-unassigned] [Bug 125383] [WinCairo] OpenGL compile error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 11 11:59:20 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125383





--- Comment #9 from Ralph T <ralpht+bugs at gmail.com>  2013-12-11 11:57:32 PST ---
(In reply to comment #8)
> Oops, I filed this patch for the same issue. I think it affects all GL ES 2.0 targets, not just Windows.
> 
> https://bugs.webkit.org/show_bug.cgi?id=125541
> 
> I'll update my patch to weaken the #if guard to just #if USE(OPENGL_ES_2).

Oops, actually that would be wrong; I didn't realize that HALF_FLOAT_OES and HALF_FLOAT_ARB are different values -- an actual GLES 2 implementation wants HALF_FLOAT_OES (0x8D61). I think my other patch is still OK, though it's weird to have guards around the same thing in two places.

Does the Windows GL ES 2 implementation really want HALF_FLOAT_ARB?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list