summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* 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
* More GLSL code:Michal Krol2006-02-2731-386/+1292
* add some #includes, fix some prototypes (bug 5992)Brian Paul2006-02-221-9/+20
* silence a variety of compiler warningsBrian Paul2006-02-224-5/+10
* More GLSL code:Michal Krol2006-02-2127-2890/+2826
* Committing in .Jouk Jansen2006-02-211-3/+5
* More GLSL code.Michal Krol2006-02-1820-2232/+2784
* Fix a few warnings:Brian Paul2006-02-156-16/+39
* Add support for forward function declarations.Michal Krol2006-02-157-300/+382
* Update OpenVMS compile supportJouk Jansen2006-02-131-3/+9
* More glsl code.Michal Krol2006-02-132-1763/+1952
* REVISION 3.Michal Krol2006-02-132-62/+50
* Cosmetic changes.Michal Krol2006-02-134-633/+301
* Delete most of the comments.Michal Krol2006-02-132-1150/+1923
* Get it running for ARB_vertex_shader.Michal Krol2006-02-1327-1346/+2060