platform/upstream/glslang.git
2015-09-09 John KessenichMerge pull request #69 from jekstrand/texel-fetch
2015-09-09 John KessenichUpdate test results for pull request #68, SPIRV: Decora...
2015-09-09 John KessenichMerge pull request #68 from jekstrand/stride-decorations
2015-09-09 John KessenichMerge pull request #66 from chadversary/cmake-dont...
2015-09-09 John KessenichMerge pull request #60 from xorgy/no-define-defined
2015-09-09 John KessenichRemove executables from the source tree. This addresse...
2015-09-05 Jason EkstrandSPIRV: Add support for texelFetch
2015-09-05 Jason EkstrandSPIRV: Decorate matrices and arrays with their strides
2015-08-31 Chad Versacecmake: Don't override CMAKE_INSTALL_PREFIX
2015-08-30 John KessenichImplement GL_KHR_blend_equation_advanced.
2015-08-29 Aaron Hamilton'defined' cannot be used as a macro name in #define...
2015-08-22 John KessenichGL_OES_shader_multisample_interpolation: Include scalar...
2015-08-22 John KessenichImplement GL_OES_shader_multisample_interpolation,...
2015-08-21 John KessenichLink-check fix: Don't include built-in variables in...
2015-08-19 John KessenichFix misspelled EOpFrexp and EOpLdexp.
2015-08-19 John KessenichBackward incompatible: Turn on PureOperatorBuiltins...
2015-08-19 John KessenichCreate last version before moving to pure enums for...
2015-08-19 John KessenichMore preparation for pure built-in functions as enums...
2015-08-19 John KessenichFront-end "pure" built-in TOperator: Finish adding...
2015-08-19 John KessenichAdd more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow...
2015-08-19 John KessenichTurn on the gpu_shader5 of the AEP .tesc test.
2015-08-17 John KessenichMerge pull request #57 from google/glslang-android
2015-08-17 Andrew WoloszynFixes for compiling glslang on Android.
2015-08-17 John KessenichImplement GL_OES_shader_image_atomic.
2015-08-17 John KessenichImplement GL_OES_sample_variables.
2015-08-17 John KessenichImplement GL_OES_texture_storage_multisample_2d_array.
2015-08-17 John KessenichFix two multi-sample bugs: 1) include MS in name mangli...
2015-08-16 John KessenichImplement GL_OES_texture_cube_map_array.
2015-08-16 John KessenichImplement GL_OES_texture_buffer.
2015-08-16 John KessenichImplement GL_OES_primitive_bounding_box.
2015-08-16 John KessenichWhitespace in preprocessor results; trying to eliminate...
2015-08-16 John KessenichMerge pull request #56 from Psybrus/master
2015-08-15 Neil RichardsonFixed VS2015 build
2015-08-11 John KessenichMerge pull request #54 from mknejp/master
2015-08-11 John KessenichMerge pull request #55 from srk-lunarg/v31_type_fixes
2015-08-11 SteveAdd missing OpTypeSampledImage to prevent unknown type...
2015-08-11 Miro KnejpSPIR-V: Return undefined values from implicit returns...
2015-08-10 John KessenichArray of array: Implement the core functionality: types...
2015-08-10 John KessenichArray of Array prep: Turn a batch of 0's into nullptr...
2015-08-07 John KessenichAdd new SPIR-V 31 files.
2015-08-07 John KessenichMove to revision 31 of SPIR-V.
2015-08-07 John KessenichCreate last version before going to SPIR-V Revision 31.
2015-08-07 John KessenichMerge pull request #53 from google/get-string-name...
2015-08-07 John KessenichFixes to 8f1684b7bb881813365efd013b05bc0900a52a0c,...
2015-08-07 John KessenichMerge pull request #52 from baldurk/gcc-warn-fixes
2015-08-07 John KessenichMerge pull request #51 from baldurk/size-t-int-warning...
2015-08-06 Lei ZhangCreate a new method to return string name or number...
2015-08-05 baldurkCompile fixes for gcc -Wall
2015-08-05 baldurkRemove unsigned/size_t downcast (warning when building...
2015-08-05 John KessenichMerge pull request #50 from google/remove-unused-code
2015-08-05 David NetoRemove unused members from TPpContext.
2015-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-08-05 Lei ZhangCreate a new ppRequireExtensions method for preprocessor.
2015-08-03 John KessenichRevisioning: Include GLSL.std.450 version. Also, the...
2015-08-02 John KessenichVersion reporting: Restart active use of revision.h...
2015-08-01 John KessenichMerge branch 'master' of https://github.com/KhronosGrou...
2015-08-01 John KessenichUpdate Linux binary
2015-08-01 John KessenichUpdate Window's binary
2015-07-31 Lei ZhangOutput wrapping #line directives for included content.
2015-07-31 Lei ZhangUpdate scanner in TParseContext when changing the input...
2015-07-31 Lei ZhangUse extension framework to enable #include directive.
2015-07-31 Dejan MircevskiAdd #include processing to glslang (though turned off...
2015-07-31 John KessenichMerge pull request #45 from google/source-string-name
2015-07-29 Lei ZhangAdd mechanism for specifying names for source strings.
2015-07-29 John KessenichNon-functional: Slight change to the Google #include...
2015-07-29 John KessenichMerge pull request #43 from google/cpp-style-line-directive
2015-07-28 Lei ZhangUse const reference for TSourceLoc in interfaces.
2015-07-28 Lei ZhangUse requireExtensions() to check extension and turn...
2015-07-27 Lei ZhangExtend the syntax of #line and __FILE__ to support...
2015-07-27 John KessenichScanning: 1) rationalize end-of-input everywhere, 2...
2015-07-26 John KessenichIssue #39: Prevent problem of inserting a zero-length...
2015-07-25 John KessenichPreprocessor: Allow '\' as a token, which gets actual...
2015-07-25 John KessenichConsolidate all token length limits (1024), including...
2015-07-25 John KessenichMerge pull request #44 from fkaa/osx-const-key-fix
2015-07-25 Felix KaamanFix missing const qualifier on TUnorderedMap template...
2015-07-24 John KessenichPortability: Make previous merge work with MSVS 2012.
2015-07-24 John KessenichMerge pull request #38 from google/preprocessing-line...
2015-07-23 Lei ZhangDoPreprocessing() should consider source string change.
2015-07-23 Lei ZhangCreate a new class to keep track of line number in...
2015-07-23 John KessenichAST -> SPV testing: Update test for using new TbdFuncti...
2015-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-23 John KessenichFront-end atomics: Finish adding atomic built-in functi...
2015-07-22 John KessenichTodo.txt: Added key, including notation for who's worki...
2015-07-22 John KessenichUpdate Todo.txt.
2015-07-22 John KessenichPortability: Remove unneeded "= default" to work with...
2015-07-22 John KessenichMerge pull request #31 from google/explicit-extension...
2015-07-22 John KessenichIssue 32: Guard against constructors consuming unsized...
2015-07-22 John KessenichMerge pull request #33 from google/spv-builder-loop...
2015-07-22 David Netospv::Builder::Loop constructor inits all members.
2015-07-21 John KessenichIssue #28: Correctly handle a single input argument...
2015-07-21 Lei ZhangOnly output explicit extension directives in preprocessing.
2015-07-21 John KessenichIssue #26: Detect empty array constructors, require...
2015-07-21 John Kessenichg++: Fix compilation issue with templates in g++.
2015-07-21 John KessenichPerf: Put in a portable std::hash that works with the...
2015-07-21 John KessenichSPV: Make previous commit compile with MSVC 2012.
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-20 John KessenichPreprocessor: Prevent (and give an error on) expression...
2015-07-20 John KessenichTests: Increase testing around incorrect use of block...
2015-07-20 John KessenichFront end: Prevent use of a block name, which has no...
2015-07-20 John KessenichFix g++ build break (portibility problems with stl...
next