summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* added a trailing newline to pacify gccTilman Sauerbeck2006-04-281-1/+1
* fix second memory leak (bug 5557)Brian Paul2006-04-281-4/+5
* fix first memory leak (bug 5557)Brian Paul2006-04-281-0/+5
* Remove carriage returns.Michal Krol2006-04-254-1668/+1668
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-1/+6
* check glLoadProgramNV len < 0 (bug 6679)Brian Paul2006-04-201-2/+7
* SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the programDave Airlie2006-04-191-0/+3
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-1848-13782/+13782
* Add support for ARB_vertex_shader attrib binding and query.Michal Krol2006-04-188-1948/+2497
* Silence a few -pedantic warnings.Brian Paul2006-04-141-98/+114
* More GLSL code:Michal Krol2006-04-113-10/+7
* Silence minor compiler warnings (-Wextra).Brian Paul2006-04-051-2/+2
* More GLSL code:Michal Krol2006-04-048-59/+295
* move NumNativeAlu/TexInstruction assignments (Ewald Snel)Brian Paul2006-03-291-6/+3
* Make ARB_vp backends happy with nv arlAapo Tahkola2006-03-241-0/+5
* ARL dst idx was undefined.Aapo Tahkola2006-03-221-1/+2
* Silencium gcc warnings.Michal Krol2006-03-214-132/+131
* GLSL fixes:Michal Krol2006-03-2116-606/+969
* 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-1419-311/+1020
* Committing in .Jouk Jansen2006-03-071-1/+3
* Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger2006-03-031-8/+7
* Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger2006-03-011-2/+2
* silence a bunch of warningsBrian Paul2006-02-277-11/+16
* More GLSL code:Michal Krol2006-02-2735-1309/+2094
* add some #includes, fix some prototypes (bug 5992)Brian Paul2006-02-221-9/+20
* add missing prototypes, use _slang_ prefix on non-static functionsBrian Paul2006-02-222-4/+28
* silence a variety of compiler warningsBrian Paul2006-02-224-5/+10
* More GLSL code:Michal Krol2006-02-2129-2952/+2991
* Committing in .Jouk Jansen2006-02-211-3/+5
* More GLSL code.Michal Krol2006-02-1821-2260/+2804
* Set NumInstructions (bug 5864)Brian Paul2006-02-152-0/+2
* Fix a few warnings:Brian Paul2006-02-156-16/+39
* Add support for forward function declarations.Michal Krol2006-02-157-300/+382
* Add fragment shader execute entry.Michal Krol2006-02-151-8/+109
* 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
* Rename current_program to CurrentProgram.Michal Krol2006-02-132-32/+140
* Split slang_compile.c into several smaller files - it was just too big.Michal Krol2006-01-3016-1066/+1639
* remove some test code;Michal Krol2006-01-165-197/+158
* remove slang_*_gc.h files;Michal Krol2006-01-1610-5265/+1321
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-064-21/+21
* track state flags which might invalidate parameter listsKeith Whitwell2005-11-222-0/+80
* move _mesa_init_instruction() to program.cBrian Paul2005-11-202-23/+25
* Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul2005-11-204-41/+53