gecko-dev/gfx/angle
Vladimir Vukicevic 7506d2533d b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
..
build
generated b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
include (b=583450, 583375) Fix ShaderLang.h bustage. Commas at the end of enum lists. 2010-07-31 00:01:14 -07:00
src b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
AUTHORS
CONTRIBUTORS b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
DEPS
LICENSE
LICENSE.preprocessor b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04: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 b=590244; update ANGLE to r385; r=vlad; a=b 2010-09-01 15:04:51 -04:00
angle-nspr.patch
angle-shared.patch b=583375; update ANGLE to r367; r=vlad 2010-07-30 15:22:11 -07:00
codereview.settings
fix-compile.patch (b=583450, 583375) Fix ShaderLang.h bustage. Commas at the end of enum lists. 2010-07-31 00:01:14 -07:00

README.mozilla

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

Current revision: r385

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

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

    fix-compile.patch - Remove some trailing commas

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