mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
.. | ||
build | ||
generated | ||
include | ||
src | ||
angle-nspr.patch | ||
angle-shared.patch | ||
AUTHORS | ||
codereview.settings | ||
CONTRIBUTORS | ||
DEPS | ||
fix-compile.patch | ||
LICENSE | ||
Makefile.in | ||
README.mozilla |
This is the ANGLE project, from http://code.google.com/p/angleproject/. Current revision: r367 Local patches: angle-nspr.patch - use NSPR for TLS angle-shared.patch - add declspec dllexport/dllimport support on win32 angle-sunstudio.patch - Fix compilation with Sun Studio on Solaris 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