summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)AuthorFilesLines
2007-02-04* Add myself to Uploaders.mesa-6.5.2-2Julien Cristau2-0/+0
2007-02-04Delete directories not included in the mesa tarballs.Julien Cristau62-25960/+0
2006-11-28indent, comments, etcBrian Paul2-61/+87
2006-11-27commentsBrian Paul1-2/+2
2006-11-24call slang_variable_construct() inside slang_variable_scope_grow()Brian Paul2-7/+6
2006-11-24new slang_variable_scope_grow() functionBrian Paul3-32/+38
2006-11-23const correctness, clean-upsBrian Paul4-24/+30
2006-11-23indentBrian Paul2-96/+105
2006-11-23move commentsBrian Paul2-26/+33
2006-11-23indentBrian Paul1-303/+305
2006-11-23clean-up, commentsBrian Paul1-1/+3
2006-11-22indentBrian Paul1-76/+76
2006-11-22const correctnessBrian Paul2-3/+3
2006-11-22new commentsBrian Paul1-9/+9
2006-11-22clean-up, commentsBrian Paul1-15/+23
2006-11-22reindentBrian Paul1-269/+281
2006-11-22fix commentsBrian Paul2-3/+3
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+23
2006-11-18move fix-up code into new slang_fixup_save() functionBrian Paul3-13/+32
2006-11-18commentsBrian Paul2-18/+50
2006-11-18reindentBrian Paul1-35/+63
2006-11-17reindent, doxygen-style commentsBrian Paul2-512/+572
2006-11-17Comment and indent the atom functions.Michal Krol1-54/+71
2006-11-16revert prev check-inBrian Paul2-14/+9
2006-11-16Add a lot of const qualifiers for const-correctness.Brian Paul6-99/+184
2006-11-16reindentBrian Paul1-494/+493
2006-11-16reindent, clean-upBrian Paul1-119/+146
2006-11-15reindent, add some commentsBrian Paul1-1545/+1625
2006-11-15reindentBrian Paul1-103/+130
2006-11-15indent, commentsBrian Paul1-24/+42
2006-11-15s/int/GLboolean/Brian Paul2-2/+2
2006-11-15#define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul1-4/+4
2006-11-15Comments for operations.Brian Paul1-54/+66
2006-11-05reindentBrian Paul2-1771/+1822
2006-11-03reformat comments in Doxygen styleBrian Paul1-44/+71
2006-10-13Indent and cosmetic changes.Michal Krol3-690/+768
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+21
2006-09-26Add GLSL preprocessor.Michal Krol5-17/+1253
2006-09-26Fix Windows newlines.Michal Krol4-1213/+1060
2006-09-26Add syntax files for expression and directive preprocessor.Michal Krol9-28/+1332
2006-08-30Add missing vec4 instructions to the interpreter.Michal Krol3-30/+176
2006-08-29replace abort with _mesa_problem()Brian Paul1-1/+2
2006-08-21More GLSL preprocessor code:Michal Krol5-43/+230
2006-08-21GLSL 1.20 constructors and operators.Michal Krol1-0/+1716
2006-08-09GLSL 1.20 built-in library.Michal Krol2-0/+230
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol7-314/+412
2006-08-02Enable vec4 extension for x86 back-end.Michal Krol5-37/+220
2006-08-02Add vec4 extension.Michal Krol7-5/+288
2006-07-30Program to convert .syn file to .h headers.Michal Krol1-0/+72
2006-05-30Remove not needed forward declaration.Michal Krol1-1/+0