summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile_operation.c
AgeCommit message (Expand)Author
2008-12-12mesa: glsl compiler function renamingBrian Paul
2008-12-11mesa: glsl clean-upsBrian Paul
2008-11-01mesa: do scope replacement for while/for loops tooBrian Paul
2008-10-31mesa: do scope replacement for variable initializers tooBrian Paul
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-07-29mesa: fix some function inlining bugsBrian Paul
2007-04-21Remove all the USE_MEMPOOL debug code.Brian
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian
2007-04-21new varnames in slang_operation_insert()Brian
2007-04-21fix memleak in slang_operation_insert()Brian
2007-03-08Rework matrix-related code.Brian
2007-03-07s/equal/EQUAL/, fix bugs in logical or/and code.Brian
2007-02-26re-enable var scope destruct in slang_operation_destruct()Brian
2007-02-16change all enum tokens to uppercaseBrian
2007-02-03Add literal_size field to slang_operation.Brian
2007-01-04temporary disable some memory deallocations to work around a memory corruptio...Brian
2006-12-15Lots of assorted changes.Brian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian
2006-11-28indent, comments, etcBrian Paul
2006-05-16Cleanup code. Change constructor prototype.Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2006-01-30Split slang_compile.c into several smaller files - it was just too big.Michal Krol