summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* include prog_print.hBrian2006-12-141-0/+1
* Updated #includes after splitting program.hBrian2006-12-144-3/+11
* Assorted fix-ups for the new linker.Brian2006-12-142-3/+18
* The new linker actually does a few things right now:Brian2006-12-141-140/+261
* Obsolete.Brian2006-12-132-180/+0
* Remove unused 3Dlabs code.Brian2006-12-1358-25555/+0
* Remove unused 3Dlabs code.Brian2006-12-134-405/+0
* Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.Brian2006-12-136-1066/+1098
* Rewrite/simplify most built-in functions to use updated set of __asm instruct...Brian2006-12-133-670/+1105
* Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian2006-12-1329-339/+5016
* indent, comments, etcBrian Paul2006-11-282-61/+87
* commentsBrian Paul2006-11-271-2/+2
* call slang_variable_construct() inside slang_variable_scope_grow()Brian Paul2006-11-242-7/+6
* new slang_variable_scope_grow() functionBrian Paul2006-11-243-32/+38
* const correctness, clean-upsBrian Paul2006-11-234-24/+30
* indentBrian Paul2006-11-232-96/+105
* move commentsBrian Paul2006-11-232-26/+33
* indentBrian Paul2006-11-231-303/+305
* clean-up, commentsBrian Paul2006-11-231-1/+3
* indentBrian Paul2006-11-221-76/+76
* const correctnessBrian Paul2006-11-222-3/+3
* new commentsBrian Paul2006-11-221-9/+9
* clean-up, commentsBrian Paul2006-11-221-15/+23
* reindentBrian Paul2006-11-221-269/+281
* fix commentsBrian Paul2006-11-222-3/+3
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-0/+23
* move fix-up code into new slang_fixup_save() functionBrian Paul2006-11-183-13/+32
* commentsBrian Paul2006-11-182-18/+50
* reindentBrian Paul2006-11-181-35/+63
* reindent, doxygen-style commentsBrian Paul2006-11-172-512/+572
* Comment and indent the atom functions.Michal Krol2006-11-171-54/+71
* revert prev check-inBrian Paul2006-11-162-14/+9
* Add a lot of const qualifiers for const-correctness.Brian Paul2006-11-166-99/+184
* reindentBrian Paul2006-11-161-494/+493
* reindent, clean-upBrian Paul2006-11-161-119/+146
* reindent, add some commentsBrian Paul2006-11-151-1545/+1625
* reindentBrian Paul2006-11-151-103/+130
* indent, commentsBrian Paul2006-11-151-24/+42
* s/int/GLboolean/Brian Paul2006-11-152-2/+2
* #define LONGSTRING __extension__ in imports.h and use it to silence gccBrian Paul2006-11-151-4/+4
* Comments for operations.Brian Paul2006-11-151-54/+66
* reindentBrian Paul2006-11-052-1771/+1822
* reformat comments in Doxygen styleBrian Paul2006-11-031-44/+71
* Indent and cosmetic changes.Michal Krol2006-10-133-690/+768
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+21
* Add GLSL preprocessor.Michal Krol2006-09-265-17/+1253
* Fix Windows newlines.Michal Krol2006-09-264-1213/+1060
* Add syntax files for expression and directive preprocessor.Michal Krol2006-09-269-28/+1332
* Add missing vec4 instructions to the interpreter.Michal Krol2006-08-303-30/+176
* replace abort with _mesa_problem()Brian Paul2006-08-291-1/+2