Split slang_compile.c into several smaller files - it was just too big.
authorMichal Krol <mjkrol@gmail.org>
Mon, 30 Jan 2006 14:48:42 +0000 (14:48 +0000)
committerMichal Krol <mjkrol@gmail.org>
Mon, 30 Jan 2006 14:48:42 +0000 (14:48 +0000)
commit9dc8bce88e84322171e16be190f2e430dee986ac
treeb9cdc26a56e1eb7847d457e8c91c498538838d4b
parentb2006a40eb22899d38cd31691640555228e36975
Split slang_compile.c into several smaller files - it was just too big.
Minor fixes and cosmetic changes.
16 files changed:
src/mesa/shader/slang/slang_assemble.c
src/mesa/shader/slang/slang_assemble_assignment.c
src/mesa/shader/slang/slang_assemble_constructor.c
src/mesa/shader/slang/slang_assemble_typeinfo.c
src/mesa/shader/slang/slang_compile.c
src/mesa/shader/slang/slang_compile.h
src/mesa/shader/slang/slang_compile_function.c [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_function.h [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_operation.c [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_operation.h [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_struct.c [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_struct.h [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_variable.c [new file with mode: 0644]
src/mesa/shader/slang/slang_compile_variable.h [new file with mode: 0644]
src/mesa/shader/slang/slang_storage.c
src/mesa/shader/slang/slang_storage.h