aboutsummaryrefslogtreecommitdiff
path: root/src/build_angle.gyp
AgeCommit message (Expand)Author
2014-10-24Remove build_angle.gyp.Jamie Madill
2014-01-10Fix remaining discrepencies between master and es3proto project files.Geoff Lang
2013-10-17Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed...Geoff Lang
2012-08-30Move targets from src\build_angle.gyp to src\build_angle.gypiapatrick@chromium.org
2012-08-27Moved SSE2 code to separated file to allow using different compiler flags on GCCdaniel@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-07-11This patch reverts r1203, but in slightly different way. It seems there is a ...alokp@chromium.org
2012-07-09Implement binary streams.apatrick@chromium.org
2012-07-09Enable the new preprocessor. Passes all unit-tests and WebGL conformance tests!alokp@chromium.org
2012-06-19Hooked up the new preprocessor behind a compile-time flag ANGLE_USE_NEW_PREPR...alokp@chromium.org
2012-06-15Preparation of hooking up the new preprocessor.alokp@chromium.org
2012-06-08Add the SH_CSS_SHADERS_SPEC flag.maxvujovic@gmail.com
2012-06-08Move ProgramBinary into new file.apatrick@chromium.org
2012-05-31Fix gyp build and disable warning that is an error in Chrome.apatrick@chromium.org
2012-05-31Add analysis utility to detect discontinuities.daniel@transgaming.com
2012-05-30Add the SH_TIMING_RESTRICTIONS compile flag and dependency graph implementation.maxvujovic@gmail.com
2012-05-24Implemented #error and #pragma directives. Added new tests and updated old on...alokp@chromium.org
2012-05-21Implemented #define and #undef directives.alokp@chromium.org
2012-05-17Fixed compile error in lexer_glue.cpp.alokp@chromium.org
2012-05-17Moved error-handling to a separate class - Diagnostics. We were earlier retur...alokp@chromium.org
2012-05-16Reafactored Lexer class to allow chaining. The full chain when parsing #if di...alokp@chromium.org
2012-04-28Renamed UnfoldSelect to UnfoldShortCircuit.daniel@transgaming.com
2012-04-12Modified the interface of Preprocessor. Added it to the build file. Lexer cha...alokp@chromium.org
2012-04-12Added HAS_LEADING_SPACE flag to pp::Token. Split the new preprocessor into a ...alokp@chromium.org
2012-04-05Added an alternate lexer for the existing preprocessor. It is still behind a ...alokp@chromium.org
2012-02-08Move translator_hlsl target into Windows specific section of build_angle.gyp.apatrick@chromium.org
2012-02-08Remove 'chromium_code' from build_angle.gyp.apatrick@chromium.org
2012-01-25Fix remaining compiler warnings in translator_common.apatrick@chromium.org
2012-01-24Enable warnings as errors.apatrick@chromium.org
2012-01-23Moved RefCountObject to common so it can be used by libEGL.apatrick@chromium.org
2012-01-20Adds support for EXT_occlusion_query_booleandaniel@transgaming.com
2011-10-26Limit copied uniform and vertex attribute names to the implicit size of thekbr@chromium.org
2011-10-24Checked in change that should have been in r801.apatrick@chromium.org
2011-08-24Emulate certain buil-in functions to work around driver bugs.zmo@google.com
2011-08-17Add an compile option to unroll for-loops with integer indices.zmo@google.com
2011-08-10Removed compiler/unistd.h reference from build_angle.gyp.apatrick@chromium.org
2011-07-30Detect function recursion and reject a shader if detected.zmo@google.com
2011-06-14Added .rc files to gyp file so the version number appears in the resource sec...apatrick@chromium.org
2011-06-10Implement ES2 backend for Angle translator.zmo@google.com
2011-06-06Use DwmAPI, if available, to minimize queueing of presents.nduca@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
2011-04-28Unifying resource handle allocation code with an allocator optimized for O(1)...benvanik@google.com
2011-04-23Implement shader identifier name mapping.zmo@google.com
2011-04-04Unroll for-loop if sampler array uses loop index as its index.zmo@google.com
2011-03-23Switched to D3D10 shader compiler.apatrick@chromium.org
2011-03-14ANGLE depends statically on D3DCompiler_x.dll.apatrick@chromium.org
2011-02-18Move geometry files.daniel@transgaming.com