gecko/gfx/angle
Jacek Caban 68ad1d7609 Bug 579493 - ANGLE fails to compile on mingw r=vladimir
--HG--
extra : rebase_source : 52992f80a118d5fe124a285ead0a1e4fb53f7df6
2010-07-17 15:49:04 +02:00
..
build b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
generated b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
include Windows static builds failing due to ANGLE changes, r=vlad 2010-07-17 14:22:26 +02:00
src Bug 579493 - ANGLE fails to compile on mingw r=vladimir 2010-07-17 15:49:04 +02:00
angle-nspr.patch b=571172; import and use ANGLE GLSL ES shader validator (disabled by default for now); r=joe 2010-07-14 20:52:34 -07:00
angle-shared.patch Windows static builds failing due to ANGLE changes, r=vlad 2010-07-17 14:22:26 +02:00
AUTHORS b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
codereview.settings b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
CONTRIBUTORS b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
DEPS b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
LICENSE b=571172; import and use ANGLE GLSL ES shader validator (ANGLE source) 2010-07-14 20:52:32 -07:00
Makefile.in b=578938; ANGLE compilation broken for non-libxul shared builds; r=khuey 2010-07-15 12:49:09 -07:00
README.mozilla Bug 579493 - ANGLE fails to compile on mingw r=vladimir 2010-07-17 15:49:04 +02:00

This is the ANGLE project, from http://code.google.com/p/angleproject/.

Current revision: r343

Local patches:
    angle-nspr.patch - use NSPR for TLS

    angle-shared.patch - add declspec dllexport/dllimport support on win32

To regenerate the flex/yacc generated files:

flex --noline --nounistd --outfile=generated/glslang.cpp src/compiler/glslang.l
bison --no-lines --defines=generated/glslang_tab.h --skeleton=yacc.c --output=generated/glslang_tab.cpp src/compiler/glslang.y