aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2014-08-06Export shader variables from the translator DLL.Jamie Madill
2014-08-04Allow gyp to generate 64 bit project files for VS2012.Geoff Lang
2014-07-24Remove try-catch blocks from entry points.Geoff Lang
2014-06-11Refactor platform related functionality into platform.h and tls.h.Geoff Lang
2014-05-28Fix warnings about unreferenced local variables.Geoff Lang
2014-05-23Automate the DEQP tests by wrapping them in the gtest suite.Geoff Lang
2014-05-01Fixes to the standalone Linux build.Jamie Madill
2014-04-22Re-enable RTTI and fix compilation errors.Geoff Lang
2014-04-17Remove forced windows version macros.Geoff Lang
2014-04-09Add a common include in the project definitions.Geoff Lang
2014-02-25Add in gypi scripts for preprocessor and compiler tests.Jamie Madill
2014-02-20Fix standalone Linux build.Jamie Madill
2014-02-19Don't include symbols in release builds of the public projects.Geoff Lang
2014-01-10Fix remaining discrepencies between master and es3proto project files.Geoff Lang
2013-12-06Roll gyp and regenerate public projects to have the cleaned paths.Jamie Madill
2013-11-28Fix errors in the gyp projects when we build with ninja.Jamie Madill
2013-10-22Regenerate project files.Geoff Lang
2013-10-18Regenerate public project files.Geoff Lang
2013-10-18Updated the gyp build system for the ninja generator to work.Geoff Lang
2013-10-18Added a 64 bit build target to the gyp file.Geoff Lang
2013-10-17Regenerate project files.Geoff Lang
2013-10-17Regenerate project files.Geoff Lang
2013-10-17Merge 7692ca41dbfe20e6acf3319a37aa38b8160f51c6 from master.Geoff Lang
2013-10-17Deleted manually maintained visual studio projects and replaced them with gyp...Geoff Lang
2013-10-17Enabled multiprocessor compilation.Geoff Lang
2013-10-17Added flags to disable or enable generation of samples and test projects.Geoff Lang
2013-10-17Fixed the DEPS folder and added a .gclient file so gclient sync will now work.Geoff Lang
2013-10-17Refactored the tests.gyp file.Geoff Lang
2013-10-17Refactored the samples.gyp file.Geoff Lang
2013-10-17Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed...Geoff Lang
2013-07-19Add expression complexity and call stack depth limits.Jamie Madill
2013-01-25Remove DXSDK_DIR from search paths.shannon.woods@transgaming.com
2013-01-25Roll gyp dependency to 1564.shannon.woods@transgaming.com
2012-07-25Add angle_code var to common.gypi and build_angle.gyp. Add GCC and clang warn...maxvujovic@gmail.com
2012-07-24Revert r1230.apatrick@chromium.org
2012-07-24Add GCC and clang warning flags from WebKit to ANGLE Mac and Linux buildsmaxvujovic@gmail.com
2012-04-11Added infrastructure for adding gtest-based tests. I need to use it for the n...alokp@chromium.org
2012-01-30Enabled MSVC warning 4389 : signed/unsigned mismatch.apatrick@chromium.org
2012-01-27Removed _HAS_TR1 macro definition from common.gypi.apatrick@chromium.org
2012-01-26Fixed more warnings.apatrick@chromium.org
2012-01-25Increase MSVC warning level to 4.apatrick@chromium.org
2012-01-24Enable warnings as errors.apatrick@chromium.org
2011-10-21Allowed translator_hlsl and glsl to be built as shared libs on windows.apatrick@chromium.org
2011-06-02Redid gyp changes in last commit to support debugging of samples onkbr@chromium.org
2011-06-01Added missing depth argument to GYP which causes the top-levelkbr@chromium.org
2010-04-07Changed the default character set to be UNICODE, the same as chromium. Change...alokp@chromium.org
2010-04-06Added libGLESv2, libEGL, and all samples to GYP.alokp@chromium.org
2010-04-06Added GYP build files. GYP files are needed for integration with chromium and...alokp@chromium.org