Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: s/sprintf/_mesa_snprintf/ | Vinson Lee | 2010-05-01 | 1 | -1/+1 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | Remove all the USE_MEMPOOL debug code. | Brian | 2007-04-21 | 1 | -31/+10 |
* | Use new memory pool allocator. Lots of debug code still in place... | Brian | 2007-04-21 | 1 | -0/+27 |
* | added _slang_label_new_unique() | Brian | 2007-03-27 | 1 | -0/+21 |
* | label routines for implementing branches, jumps | Brian | 2007-02-23 | 1 | -0/+77 |