summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* 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
* More GLSL preprocessor code:Michal Krol2006-08-215-43/+230
* 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 non-constant...Brian Paul2006-05-181-6/+36
* unbreak the buildTilman Sauerbeck2006-05-171-0/+1
* Change error message wording.Michal Krol2006-05-162-10/+10
* Rename print() to printMESA().Michal Krol2006-05-162-94/+101
* Fix attrib handling.Michal Krol2006-05-162-31/+53
* Extend printMESA function to output also to shader's info log.Michal Krol2006-05-163-22/+75
* Cleanup code. Change constructor prototype.Michal Krol2006-05-167-65/+58
* Cleanup code.Michal Krol2006-05-162-284/+210
* Change constructor prototype.Michal Krol2006-05-162-36/+42
* added a trailing newline to pacify gccTilman Sauerbeck2006-04-281-1/+1
* Remove carriage returns.Michal Krol2006-04-254-1668/+1668
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-1848-13782/+13782
* Add support for ARB_vertex_shader attrib binding and query.Michal Krol2006-04-184-114/+474
* More GLSL code:Michal Krol2006-04-046-34/+247
* Silencium gcc warnings.Michal Krol2006-03-213-131/+130
* GLSL fixes:Michal Krol2006-03-2113-577/+752
* Committing in .Jouk Jansen2006-03-171-2/+5
* rename enums, fixes compilation breakage (Michal Krol)Brian Paul2006-03-151-3/+3
* More GLSL code:Michal Krol2006-03-1416-251/+790
* Committing in .Jouk Jansen2006-03-071-1/+3
* silence a bunch of warningsBrian Paul2006-02-276-11/+15