зеркало из https://github.com/mozilla/gecko-dev.git
1a2d4451d7
--HG-- extra : rebase_source : 52992f80a118d5fe124a285ead0a1e4fb53f7df6 |
||
---|---|---|
.. | ||
build | ||
generated | ||
include | ||
src | ||
AUTHORS | ||
CONTRIBUTORS | ||
DEPS | ||
LICENSE | ||
Makefile.in | ||
README.mozilla | ||
angle-nspr.patch | ||
angle-shared.patch | ||
codereview.settings |
README.mozilla
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