Merge pull request #4 from baldurk/relative-include-paths
[platform/upstream/glslang.git] / Test /
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...
2015-05-22 John Kessenichglslang -> SPV: translate the source profile to the...
2015-05-22 John Kessenichglsl -> SPV: fix OpVectorInsertDynamic result type...
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-16 John Kessenichglslang PP: make decimal number parser clearer and...
2015-05-15 John Kessenichglslang tests: Add Success/Failed message to summarize...
2015-05-15 John Kessenichglslang SPV tests: Add two more source tests for the...
2015-05-15 John Kessenichglslang SPV tests: Add a set of SPV tests.
2015-05-15 John Kessenichglslang tests: Get same form of IEEE INF across platfor...
2015-05-15 John Kessenichglslang tests: Track accumulative success/fail result...
2015-05-15 John Kessenichglslang -> SPV testing: Add two missing test results.
2015-05-15 John Kessenichglslang -> SPV: improved support for do-while/continue...
2015-05-11 John Kessenichglslang: Fix rename in previous check in.
2015-05-11 John Kessenichglslang parser: Arrays-of-arrays name-mangling and...
2015-05-08 John Kessenichglslang tests: Correct linux ^M problem in testlist
2015-05-08 John Kessenichglslang parser: Fix crash for ES shader with a uniform...
2015-05-03 John Kessenichglslang -> SPV: 1) Include post switch-break unreachabl...
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-08 John Kessenichglslang: include 0 as not being a power of 2
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 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 KessenichCorrect test result for previous check in.
2014-11-17 John KessenichAdd memory qualifiers (coherent volatile restrict)...
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 KessenichMissing test results from last check in.
2014-10-08 John KessenichAdd patch in/out block tests.
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 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-08 John KessenichAdd option for printing documentation (empty).
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-19 John KessenichImplement atomic counter offset semantics.
2014-08-19 John KessenichImplement 'index' layout qualifier for fragment outputs...
2014-08-18 John KessenichImplement conservative depth layout qualifiers. Based...
2014-08-14 John KessenichTurn on the sampler 2DMS types for ES 3.1.
2014-08-14 John KessenichAdd fma(), tie the 2x16 stuff to the correct versions.
2014-08-14 John KessenichImplement frexp, ldexp, packUnorm2x16, unpackUnorm2x16...
2014-08-14 John KessenichMiscellaneous ES 3.1 semantics, and identification...
2014-08-13 John KessenichAdd the bitField built-in functions. Mark 330 as being...
2014-08-13 John KessenichImplement GL_ARB_shader_texture_image_samples. Also...
2014-08-13 John KessenichAdd ES 3.1 compatibility to 4.5 and the atomic memory...
2014-08-13 John KessenichImplement cull distances for GLSL 4.5 (but not as an...
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-08-13 John KessenichFinish virtually all of the remaining atomic counter...
2014-08-12 John KessenichAdd ESSL 310 test results.
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2014-08-12 John KessenichPartial implementation of atomic counters.
2014-08-12 John KessenichRemove the now dead 'shared' type field, and add semant...
2014-08-12 John KessenichTurn on basic support for shader storage buffer objects...
2014-08-11 John KessenichFinish implementing compute shaders, within #version...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-08-09 John KessenichTest update.
2014-07-29 John KessenichImplement most of GL_ARB_explicit_attrib_location ...
2014-07-29 John KessenichFinish implement GL_ARB_texture_lod; adding the 19...
2014-07-29 John KessenichAdd the original-style texture-rectangle texturing...
2014-07-29 John KessenichUpdate test results (test changed).
2014-07-10 John KessenichFix bug where non-constant test in ?: on a constant...
2014-06-23 John KessenichUpdate test result.
2014-06-03 John KessenichAdd partial support for GL_ARB_shader_texture_lod.
2014-06-03 John KessenichAdd missing matrix constructor test, and add a size...
2014-05-27 John KessenichFix, and add missing tests for, error catching for...
2014-05-14 John KessenichFix bug where an anonymous member of a built-in block...
2014-05-11 John KessenichFinish GL_ARB_shading_language_420pack: *ProgramTexelOf...
2014-05-10 John Kessenich420Pack: Implement length() on vectors and matrices...
2014-05-06 John KessenichPrevent crash when bad shader redeclares built-in array...
2014-05-06 John KessenichImplement implicit conversions on function return expre...
next