Implement non-square matrices, and make a few type improvements. Cleaned up a few...
authorJohn Kessenich <cepheus@frii.com>
Mon, 4 Feb 2013 23:54:58 +0000 (23:54 +0000)
committerJohn Kessenich <cepheus@frii.com>
Mon, 4 Feb 2013 23:54:58 +0000 (23:54 +0000)
commitf0fdc53e2abc2806865842737e124708c0ea193f
tree65087cdaa40caf8eefb9a1fa6a023027c5f64bbd
parent1c809955ba38e14aaf37d4e19c165963312f3f1a
Implement non-square matrices, and make a few type improvements.  Cleaned up a few old issues. Added two tests.

Details
 - added all the new non-square types
 - separated concepts of matrix size and vector size
 - removed VS 6.0 comments/workarounds
 - removed obsolete concept of matrix fields

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20436 e7fa87d3-cd2b-0410-9028-fcbf551c1848
17 files changed:
Test/matrixError.vert [new file with mode: 0644]
Test/nonSquare.vert [new file with mode: 0644]
Test/testlist
glslang/Include/Common.h
glslang/Include/PoolAlloc.h
glslang/Include/Types.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Intermediate.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/PoolAlloc.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/glslang.y
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/parseConst.cpp