spv::Builder::Loop constructor inits all members.
[platform/upstream/glslang.git] / glslang /
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 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 KessenichFront end: Prevent use of a block name, which has no...
2015-07-20 John KessenichFix g++ build break (portibility problems with stl...
2015-07-20 John KessenichPreprocessor: 1) Rationalize the "fixed atom" scheme...
2015-07-19 John KessenichPerformance: Simple upgrade/cleanup of stl c++11 contai...
2015-07-18 John KessenichBuilding: Fix a couple of new warnings.
2015-07-18 John KessenichFront-end: Add error-recovery code for a switch stateme...
2015-07-17 John KessenichMerge pull request #21 from google/allow_non_null_strings
2015-07-17 Andrew WoloszynAdded a setStringsWithLengths() method to TShader.
2015-07-16 John KessenichFront-end: Implement GL_OES_gpu_shader5.
2015-07-15 John KessenichMerge pull request #17 from google/non-existing-string
2015-07-15 Lei ZhangProtect location setting methods from writing to non...
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-15 John KessenichFront-end: enforce qualifiers that cannot appear on...
2015-07-14 John KessenichFix compile errors: about 25 .PpError didn't compile...
2015-07-14 John KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 Andrew WoloszynAdded error output to the preprocessor.
2015-07-14 Lei ZhangRemove uncessary line break.
2015-07-14 Lei ZhangFix empty line handling in line directive callback.
2015-07-14 Lei ZhangFix line number handling in line directive callback.
2015-07-14 John KessenichMerge pull request #14 from google/extensionturnedon
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-14 Lei ZhangSimplify function calls for extensionsTurnedOn().
2015-07-13 John KessenichUpdated command-line options, adding -o for saving...
2015-07-12 baldurkon x64, size_t is 64-bit and int is 32-bit, so needs...
2015-07-12 John KessenichFix clang static analyzer issues, as reported by floooh.
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-11 John KessenichMerge pull request #5 from floooh/fix-clang-warnings
2015-07-11 John KessenichAdd some missing 'const' and texture-op guards, for...
2015-07-11 Andre WeissflogFix most clang warnings
2015-07-08 baldurkinclude by relative path, so root doesn't need to be...
2015-07-07 John KessenichLinux build: fix case problem with new file.
2015-07-07 John KessenichClear up a C++ compile warning
2015-07-07 John KessenichFront-end: move to rational internal array-of-array...
2015-07-03 John KessenichUse E_ prefix instead of _ for distinguishing extension...
2015-07-03 John KessenichMerge pull request #2 from nwnk/glext-compatibility
2015-06-30 Adam JacksonFix incompatibility with <GL/glext.h>
2015-06-29 John KessenichMake double underscore "__" an error for ES 300, but...
2015-06-26 John KessenichSecond round line ending clean up, from fresh round...
2015-06-26 John KessenichAdd .gitattributes and normalize a few stray file's...
2015-06-26 John KessenichMake the "switch-label not followed by statement" warni...
2015-06-23 John Kessenichglslang front-end: Implement AEP *_point_size extensions.
2015-06-19 John Kessenichglslang front-end: Full turn-on of AEP tessellation...
2015-06-19 John Kessenichglslang: Finish turn on of AEP geometry shaders for...
2015-06-17 John Kessenichglslang preprocessing: Add -E option to print out prepr...
2015-06-16 John Kessenichglslang front-end: Added a callback mechanism for ...
2015-06-16 John Kessenichglslang front-end: track column numbers (they don't...
2015-06-16 John Kessenichglslang: Add API override of version and profile for...
2015-06-15 John Kessenichglslang AEP: Full semantics for *_shader_io_blocks.
2015-06-14 John Kessenichglslang AEP: Geometry shader features nominally working...
2015-06-12 John Kessenichglslang ES reference: Don't allow std430 on uniform...
2015-06-12 John Kessenichglslang AEP: The extension scheme, extension-enabled...
2015-06-11 John Kessenichglslang front-end: Support relaxed error checking for...
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-06-08 John Kessenichglslang: Allow programmatically prepending code to...
2015-06-08 John Kessenichglslang ref. front-end: Add missing image format for...
2015-05-26 John KessenichRequesting input on Bug 1346: checking in, turned off...
2015-05-18 John Kessenichglslang -> SPV: Use the new TBuiltInVariable instead...
2015-05-18 John Kessenichglslang: Formally track all built-in variables, right...
2015-05-18 John Kessenichglslang: Fix a few more warnings, and see it using...
2015-05-16 John Kessenichglslang PP: make decimal number parser clearer and...
2015-05-15 John Kessenichglslang tests: Get same form of IEEE INF across platfor...
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-11 John Kessenichglslang parser: Arrays-of-arrays name-mangling and...
2015-05-08 John Kessenichglslang tear down: Include deleting the keyword map...
2015-05-08 John Kessenichglslang linker: Make some methods static that can be...
2015-05-08 John Kessenichglslang build: Always run a custom command for Bison...
2015-05-08 John Kessenichglslang: In ShFinalize: 1) Delete CommonSymbolTable...
2015-05-08 John Kessenichglslang parser: Fix crash for ES shader with a uniform...
2015-05-07 John Kessenichglslang parser: Fix precedence bug, submitted (as was...
2015-05-07 John Kessenichglslang preprocassor: Fix operator precedence bug.
2015-04-30 John Kessenichglslang: Bug 13724: ES global initializers must be...
2015-04-29 John Kessenichglslang: Correct global precision qualifiers to make...
2015-04-29 John Kessenichglslang AST output: include global vs. temp (local...
2015-04-17 John Kessenichglslang: support negation of doubles.
2015-04-17 John Kessenichglslang and SPIR-V: Some basic turn on for doubles...
2015-04-09 John Kessenichglslang: Allow GL_ARB_explicit_attrib_location to add...
2015-04-08 John Kessenichglslang: include 0 as not being a power of 2
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...
2015-01-07 John KessenichImplement ES-3.0-specific error semantics for redefinin...
2015-01-07 John KessenichInclude ?: in the tests for flow control.
2015-01-07 John KessenichImplement barrier() control-flow rules: in flow control...
2014-12-21 John KessenichFix default precision check for formal parameters;...
2014-12-21 John KessenichStill generate switch statement when WARNING about...
2014-12-20 John KessenichFix public bug 1277: #line L sets the next line to...
2014-12-11 John KessenichImplement specification change in 'restrict', allowing...
2014-11-17 John KessenichAdd memory qualifiers (coherent volatile restrict)...
2014-11-05 John KessenichNon-functional: Change %pure_parser to %pure-parser...
2014-10-28 John KessenichES check for vertex out or fragment in containing any of
2014-10-17 John KessenichImplement GL_ARB_viewport_array extension.
2014-10-08 John KessenichDo qualifier-based checking independent of declaring...
2014-10-08 John KessenichInclude GL_FRAGMENT_PRECISION_HIGH in ES 300/310.
2014-10-06 John KessenichIncrease portability. (Submission from Nikita Kindt...
2014-10-06 John KessenichAdd missing precision qualifier checks to function...
2014-10-06 John KessenichRemove lod argument from texture2DRect built-ins. ...
2014-10-06 John KessenichAdd missing gl_MaxGeometryTextureImageUnits.
2014-09-18 John KessenichNonfunctional: fix a typo.
next