aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler_tests
AgeCommit message (Expand)Author
2014-07-31Update non-default constructors in shadervars.h.Jamie Madill
2014-07-14Fix CollectVariablesTest GCC/Clang compile errors.Jamie Madill
2014-07-14Collect shader outputs and interface block information.Jamie Madill
2014-07-03Use shader variable types for variable collection.Jamie Madill
2014-07-03Add GLES 3 types to the VariablePacker test.Jamie Madill
2014-07-03Remove duplicate SH and GL functions.Jamie Madill
2014-07-03Return shader variable information using GLenum values.Jamie Madill
2014-06-26Revert "Return variable type queries using GLenum values."Jamie Madill
2014-06-26Return variable type queries using GLenum values.Jamie Madill
2014-05-01Fixes to the standalone Linux build.Jamie Madill
2014-04-25Remove gmock the dependency from angle_tests and compiler_tests.Geoff Lang
2014-04-17Don't include the test main files in the source listings.Geoff Lang
2014-02-25Add in gypi scripts for preprocessor and compiler tests.Jamie Madill
2013-12-11Moved the compiler test initialization and tear down into a gtest environemen...Geoff Lang
2013-10-17Merge 16a3eb3e9fdee83ab9ed15769ec629eab4bc4174 from master.Geoff Lang
2013-10-17Fixed the DEPS folder and added a .gclient file so gclient sync will now work.Geoff Lang
2013-10-17Moved the compiler source files into directories based on their project and a...Geoff Lang
2013-07-19Add expression complexity and call stack depth limits.Jamie Madill
2012-10-17Add Variable Packing checks to ANGLEgman@chromium.org