SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and...
[platform/upstream/glslang.git] / glslang / Include / revision.h
2015-12-13 John KessenichSPV GLSL.std.450: Add needed smear operations for min...
2015-12-13 John KessenichSPV texturing: Use comp. 2 as the 3rd comp. for Dref...
2015-12-13 John KessenichFix crash: when no #version for compute shader in es...
2015-12-13 John KessenichSemantics: 'invocations' defaults to 1, not 0.
2015-12-12 John KessenichSPV: Implement all matrix operators {+,-,*,/} for ...
2015-12-12 John KessenichSemantics: Geometry stage can support max_vertices...
2015-12-11 John KessenichSPV tests: Turn on some more tests related to currently...
2015-12-10 John KessenichSPV: Modify last merge: Have promoteScalar() generate...
2015-12-09 John KessenichSPV: Protect getStorageClass() with a test that the...
2015-12-09 John KessenichSPV: Implement OpImage functionality (emit before query).
2015-12-07 John KessenichBuilt-ins: fix mapping of packDouble2x32 and unpackDoub...
2015-12-07 John KessenichSPV: Fix extra operands when using the "struct" form...
2015-12-07 John KessenichSPV: Distinguish between std140 and std430 layouts...
2015-12-07 John KessenichSemantics: Correct that std430 is universally disallowe...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-28 John KessenichRequire l-value patch-out indexing to be gl_InvocationID.
2015-11-28 John KessenichArray-sizing bug fix: multiple array initializers of...
2015-11-16 John KessenichSPV testing: Add missing test case.
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
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 KessenichSPV constants and constOffsets completion: isConstant...
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-17 John KessenichPP: Restore a line of code deleted by commit bb63bd5e37...
2015-09-16 John KessenichSPV: Minor corrections to previous big merge for images...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
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 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 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-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 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 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_buffer.
2015-08-16 John KessenichImplement GL_OES_primitive_bounding_box.
2015-08-16 John KessenichWhitespace in preprocessor results; trying to eliminate...
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 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-05 John KessenichMerge pull request #46 from google/include-directive
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-06-26 John KessenichSecond round line ending clean up, from fresh round...
2014-03-08 John KessenichUse more modern bison %parse-param and %lex-param rathe...
2014-02-24 John KessenichFix bug 11736: Minor glslang compilation fixes: Correct...
2014-02-24 John KessenichTrack things like "(3)" and "+3" as expressions, not...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-02-19 John KessenichCheck-in a couple submitted char* string portability...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-02-18 John KessenichUpdate rules for "GL_", "gl_", and "__" to match latest...
2014-02-13 John KessenichFix missing semantic check: Disallow layout qualifiers...
2014-02-12 John KessenichCorrect which versions can support the extensions GL_AR...
2014-02-03 John KessenichGL_ARB_enhanced_layouts, final. #extension tests,...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-28 John KessenichGL_ARB_enhanced_layouts, part 5: uniform offset and...
2014-01-26 John KessenichSupport GL_ARB_texture_cube_map_array extension for...
2014-01-26 John Kessenichx86 (32-bit) fix for last g++ fix.
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2014-01-23 John KessenichSupport both dynamic CRT and static CRT configurations...
next