mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / slang / slang_compile_operation.c
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-15 Brian Paulmesa: fix some function inlining bugs
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-21 Briannew varnames in slang_operation_insert()
2007-04-21 Brianfix memleak in slang_operation_insert()
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 BrianRework matrix-related code.
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-02-27 Brianre-enable var scope destruct in slang_operation_destruct()
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-04 BrianAdd literal_size field to slang_operation.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-04 Briantemporary disable some memory deallocations to work...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes.
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-28 Brian Paulindent, comments, etc
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-27 Michal KrolMore GLSL code:
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...