aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_label.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: s/sprintf/_mesa_snprintf/Vinson Lee2010-05-011-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-191-1/+1
* Remove all the USE_MEMPOOL debug code.Brian2007-04-211-31/+10
* Use new memory pool allocator. Lots of debug code still in place...Brian2007-04-211-0/+27
* added _slang_label_new_unique()Brian2007-03-271-0/+21
* label routines for implementing branches, jumpsBrian2007-02-231-0/+77