Remove _mesa_strcpy in favor of plain strcpy.
[mesa.git] / src / mesa / shader / slang / slang_utility.c
2010-02-19 Kenneth GraunkeRemove _mesa_strcpy in favor of plain strcpy.
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-02-27 Brianformatting fixes
2007-02-23 Brianremove unused slang_atom_pool_gen()
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-17 Michal KrolComment and indent the atom functions.
2006-11-16 Brian Paulrevert prev check-in
2006-11-16 Brian PaulAdd a lot of const qualifiers for const-correctness.
2006-09-26 Michal KrolAdd GLSL preprocessor.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2005-04-22 Michal KrolMove some utility functions to slang_utility.c.