index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_utility.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-08-16
1
-1
/
+1
*
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
1
-17
/
+2
*
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
1
-8
/
+28
*
formatting fixes
Brian
2007-02-26
1
-6
/
+8
*
remove unused slang_atom_pool_gen()
Brian
2007-02-23
1
-14
/
+0
*
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...
Brian
2006-12-13
1
-0
/
+13
*
Comment and indent the atom functions.
Michal Krol
2006-11-17
1
-54
/
+71
*
revert prev check-in
Brian Paul
2006-11-16
1
-13
/
+8
*
Add a lot of const qualifiers for const-correctness.
Brian Paul
2006-11-16
1
-8
/
+13
*
Add GLSL preprocessor.
Michal Krol
2006-09-26
1
-1
/
+94
*
Remove carriage-return chars *ONLY*.
Michal Krol
2006-04-18
1
-112
/
+112
*
Get it running for ARB_vertex_shader.
Michal Krol
2006-02-13
1
-24
/
+63
*
Move some utility functions to slang_utility.c.
Michal Krol
2005-04-22
1
-0
/
+73