Merge pull request #75 from google/fix-vs2013-debug
[platform/upstream/glslang.git] / Test /
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 John KessenichFull stack: implement textureQueryLod(*) and textureQue...
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-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 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-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-19 John KessenichBackward incompatible: Turn on PureOperatorBuiltins...
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_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-11 John KessenichMerge pull request #54 from mknejp/master
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-07 John KessenichMove to revision 31 of SPIR-V.
2015-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-07-31 Lei ZhangOutput wrapping #line directives for included content.
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-29 John KessenichMerge pull request #43 from google/cpp-style-line-directive
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-25 John KessenichPreprocessor: Allow '\' as a token, which gets actual...
2015-07-25 John KessenichConsolidate all token length limits (1024), including...
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 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 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-18 John KessenichFront-end: Add error-recovery code for a switch stateme...
2015-07-17 David NetoGenerate correctly structured do-while loops.
2015-07-16 John KessenichFront-end: Implement GL_OES_gpu_shader5.
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 KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 Andrew WoloszynAdded error output to the preprocessor.
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-07 John KessenichFront-end: move to rational internal array-of-array...
2015-06-29 John KessenichMake double underscore "__" an error for ES 300, but...
2015-06-26 John KessenichMake the "switch-label not followed by statement" warni...
2015-06-26 John KessenichAdd +x to two more scripts.
2015-06-26 John KessenichAdd +x to two executables.
2015-06-26 johnkslangMake smoother use in GitHub
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-19 John Kessenichglslang front-end: Don't emit blank lines for empty...
2015-06-17 John Kessenichglslang testing: Remove dependence on testfiles from...
2015-06-17 John Kessenichfix linux ^M issues with previous check-in
2015-06-17 John Kessenichglslang preprocessing: Add -E option to print out prepr...
2015-06-16 John Kessenichglslang tests: Fix error propagation. From David...
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-13 John Kessenichglslang -> SPV: swap arguments as needed for OpVectorTi...
2015-06-12 John Kessenichglslang -> SPV: fix degenerate switch topologies (bug...
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-05-25 John Kessenichglslang tests: Update test result from test-file change.
2015-05-22 John Kessenichglslang -> SPV: Improvements in swizzles on access...
2015-05-22 John Kessenichglslang -> SPV: add decorations for built-ins that...
next