slang: Check return value from new_instruction().
[mesa.git] / src / mesa / shader / slang / slang_compile_function.c
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-01-06 Brian Paulmesa: more glsl function renaming
2009-01-06 Brian Paulmesa: use _slang_alloc()
2009-01-06 Brian Paulmesa: glsl compiler function renaming
2009-01-06 Brian Paulmesa: move _slang_locate_function() to different file
2009-01-06 Brian Paulmesa: remove unused fixup table code in glsl compiler
2009-01-06 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-12 Brian Paulmesa: more glsl function renaming
2008-12-12 Brian Paulmesa: use _slang_alloc()
2008-12-12 Brian Paulmesa: glsl compiler function renaming
2008-12-12 Brian Paulmesa: move _slang_locate_function() to different file
2008-12-12 Brian Paulmesa: remove unused fixup table code in glsl compiler
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
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-07 Brianremove end_label field
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-02 Brianremove slang_export.c and related code
2007-02-02 BrianRemove all dependencies on the old slang interpreter...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-13 Brianslang_variable_scope now stores array of pointers to...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-18 Brian Paulmove fix-up code into new slang_fixup_save() function
2006-11-15 Brian Paulreindent
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...