InitProcess() should fail if InitThread() does.
[platform/upstream/glslang.git] / Todo.txt
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-16 John KessenichUpdate the Todo.txt file with recent AEP, 3.1, and...
2015-07-22 John KessenichTodo.txt: Added key, including notation for who's worki...
2015-07-22 John KessenichUpdate Todo.txt.
2015-07-06 John Kessenichdocs: Update missing features list
2014-08-24 John KessenichNon-functional misc. changes. Slight increase in perfo...
2014-08-19 John KessenichImplement atomic counter offset semantics.
2014-08-19 John KessenichImplement 'index' layout qualifier for fragment outputs...
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-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-07-28 John KessenichCreate dummy side project.
2014-05-12 John KessenichNon-functional tweak to hidden-member (of anonymous...
2014-05-10 John Kessenich420Pack: Implement length() on vectors and matrices...
2014-05-06 John KessenichImplement implicit conversions on function return expre...
2014-04-24 John KessenichAllow the pre-150 built-in redeclarations when using...
2014-04-22 John KessenichJust make computeTypeLocationSize const.
2014-04-14 John KessenichEstablish desktop completeness through version 1.50...
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-02-03 John KessenichGL_ARB_enhanced_layouts, final. #extension tests,...
2014-01-08 John KessenichGL_ARB_enhanced_layouts, part 2: Full implementation...
2013-12-18 John KessenichAdditional semantic checking for tessellation shaders...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-07 John KessenichAllow layout aliasing for desktop vertex inputs.
2013-12-06 John KessenichDesktop array size limit checking for gl_ClipDistance...
2013-11-27 John KessenichCompile-time check on sampler binding size, link-time...
2013-11-20 John KessenichAdd limit checking for constant texture texel offsets...
2013-11-20 John KessenichAdd link-time checks for max_vertices, input primitive...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-15 John KessenichReflection:
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-30 John KessenichImplement 1.20 style function signature matching under...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
2013-10-21 John KessenichAdd texture gather functions (and extension check)...
2013-10-18 John KessenichAdd swizzles to scalars.
2013-10-18 John KessenichMinor preprocessor fix for error message line/string...
2013-10-15 John KessenichAdd ES 3.0 fragment output link-time test for outputs...
2013-10-11 John KessenichGeneralize the symbol hierarchy to transparently handle...
2013-10-03 John KessenichDocument how to add a new feature enabled by an extensi...
2013-10-02 John KessenichAdd the following ESSL 2.0 (#version 100) limitations...
2013-10-01 John KessenichAdd function recursion testing to the link-time validation.
2013-09-26 John KessenichUnify the 8 grammar productions for declaring variables...
2013-09-24 John KessenichAdd basic intra-stage linking validation for matching...
2013-09-20 John KessenichTest for and prevent any dead-code elimination, as...
2013-09-17 John KessenichAdd optional configuration file for specifying (existin...
2013-09-06 John KessenichEnsure the shared symbol table levels are read-only...
2013-08-31 John KessenichOption rationalization and minor clean up.
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-27 John KessenichGive new scopes to non-compound (simple) if-then-else...
2013-08-03 John KessenichSet up infrastructure for installing an executable...
2013-07-09 John KessenichFix warning in release build. Update to-do list.
2012-12-13 John KessenichChange the core of glslang to be a static library rathe...
2012-12-13 John KessenichAdd a new shader-versioning infrastructure capable...