platform/upstream/glslang.git
2015-10-16 John KessenichMerge pull request #82 from mgadams/remove_sprintf
2015-10-15 Mark AdamsReplace sprintf() usage with snprintf()
2015-10-15 John KessenichSPV: Remove accidental inclusion of a test.
2015-10-15 John KessenichSPV: Implement short circuiting of && and || when emitt...
2015-10-14 John KessenichGL_ARB_shader_draw_parameters: From @amdrexu, implemen...
2015-10-13 John KessenichFront-end: Fix missing tessellation shader built-in...
2015-10-13 John KessenichSPV: Add modes for spacing, depth, depth replacing...
2015-10-13 John KessenichAdd comment that was missed in previous commit.
2015-10-13 John KessenichSPV constants and constOffsets completion: isConstant...
2015-10-13 John KessenichMerge pull request #81 from amdrexu/myfix
2015-10-12 Rex XuFix an issue related with texelFetchOffset
2015-10-11 Rex XuGenerate correct image operand mask for Offset and...
2015-10-06 John KessenichGive error for calling a user-defined function at globa...
2015-10-05 John KessenichAdd another frexp() test.
2015-10-02 John KessenichAllow future keywords to be accessed as members in...
2015-10-01 John KessenichFront-end: Fix: Cubemap arrays only use 3-component...
2015-10-01 John KessenichGLSL front-end: Check recursively for opaque types...
2015-09-22 John KessenichSPV: Fix missing 'Member' operand to OpArrayLength.
2015-09-21 John KessenichSPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h.
2015-09-21 John KessenichMerge pull request #75 from google/fix-vs2013-debug
2015-09-21 John KessenichSPV: Remove old Rev. 30 header spirv.h (glslang has...
2015-09-18 Andrew WoloszynFixed subtle issue that causes tests to fail in VS2013...
2015-09-17 John KessenichPP: Restore a line of code deleted by commit bb63bd5e37...
2015-09-16 John KessenichSPV: Generate the LocalSize Execution Mode for compute...
2015-09-16 John KessenichSPV: Minor corrections to previous big merge for images...
2015-09-16 John KessenichMerge pull request #71 from amdrexu/mywork
2015-09-16 Rex XuAdd new test case for image functions and fix issues...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-16 Rex XuFix issues from review comments and those relevant...
2015-09-16 John KessenichFull stack: implement textureQueryLod(*) and textureQue...
2015-09-16 John KessenichUpdate the Todo.txt file with recent AEP, 3.1, and...
2015-09-15 John KessenichSPV OpAtomicCompareSwap: Generate correct operand order...
2015-09-15 John KessenichSPV legacy texturing: Smear result of Op*Dref* up to...
2015-09-15 John KessenichSPV return from main: Simplify a legacy design such...
2015-09-14 John KessenichBump up layout(location) limit from 62 to 4094, to...
2015-09-14 Rex XuMerge master branch from upstream
2015-09-14 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-13 John KessenichSPV: Reduce spurious type generation by removing interm...
2015-09-13 John KessenichSPV arrays: Add support for runtime-sized array types...
2015-09-11 John KessenichFront-end Arrays of arrays: Add ES-specific checks...
2015-09-11 John KessenichSPV: Correct generation of transparent offsets for...
2015-09-10 Rex XuMerge pull request #1 from KhronosGroup/master
2015-09-09 John KessenichSPV: Only decorate array and matrix strides for transpa...
2015-09-09 John KessenichAdd test results for merge pull request #69.
2015-09-09 John KessenichREADME: Update testing section.
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-09 Rex XuSPIRV: Add the support of missing image functions #72
2015-09-06 Rex XuSPIRV: Token layout of OpAtomicXXX instructions is...
2015-09-06 Rex XuSPIRV: Fix a comment issue
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.
next