summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Collapse)AuthorAgeFilesLines
* fixes for C++ warnings/errorsBrian2007-01-231-1/+1
|
* 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
| | | | New comments, misc clean-ups.
* 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
| | | | warnings about long string literals.
* 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
| | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there.
* 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
| | | | | Fix syntax errors in builtin library 1.2 sources. All derivative files (*_gc.h and *_syn.h) are generated by Makefile.
* Add missing vec4 instructions to the interpreter.Michal Krol2006-08-303-30/+176
| | | | Other cosmetic changes.
* replace abort with _mesa_problem()Brian Paul2006-08-291-1/+2
|
* More GLSL preprocessor code:Michal Krol2006-08-215-43/+230
| | | | | | | Rename slang_version.syn to slang_pp_version.syn. The #version directive understands version 120. Cosmetic changes in version preprocessor. Checks if requested version is supported by the compiler.
* GLSL 1.20 constructors and operators.Michal Krol2006-08-211-0/+1716
|
* GLSL 1.20 built-in library.Michal Krol2006-08-092-0/+230
|
* More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2006-08-097-314/+412
|
* Enable vec4 extension for x86 back-end.Michal Krol2006-08-025-37/+220
|
* Add vec4 extension.Michal Krol2006-08-027-5/+288
|
* Program to convert .syn file to .h headers.Michal Krol2006-07-301-0/+72
|
* Remove not needed forward declaration.Michal Krol2006-05-301-1/+0
|
* change initialization of texcoords - not all C compilers support ↵Brian Paul2006-05-181-6/+36
| | | | non-constant array initializers