summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2006-05-18change initialization of texcoords - not all C compilers support non-constant...Brian Paul
2006-05-17unbreak the buildTilman Sauerbeck
2006-05-16Fix typo.Michal Krol
2006-05-16Change error message wording.Michal Krol
2006-05-16Rename print() to printMESA().Michal Krol
2006-05-16Fix attrib handling.Michal Krol
2006-05-16Extend printMESA function to output also to shader's info log.Michal Krol
2006-05-16Cleanup code. Change constructor prototype.Michal Krol
2006-05-16Cleanup code.Michal Krol
2006-05-16Change constructor prototype.Michal Krol
2006-05-16Remove carriage returns.Michal Krol
2006-05-16Add GetInfoLogLength and WriteAttrib functions.Michal Krol
2006-05-16Cleanup GLhandle-to-object translation macros.Michal Krol
2006-04-28added a trailing newline to pacify gccTilman Sauerbeck
2006-04-28fix second memory leak (bug 5557)Brian Paul
2006-04-28fix first memory leak (bug 5557)Brian Paul
2006-04-25Remove carriage returns.Michal Krol
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul
2006-04-20check glLoadProgramNV len < 0 (bug 6679)Brian Paul
2006-04-19SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the programDave Airlie
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol
2006-04-14Silence a few -pedantic warnings.Brian Paul
2006-04-11More GLSL code:Michal Krol
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul
2006-04-04More GLSL code:Michal Krol
2006-03-29move NumNativeAlu/TexInstruction assignments (Ewald Snel)Brian Paul
2006-03-24Make ARB_vp backends happy with nv arlAapo Tahkola
2006-03-22ARL dst idx was undefined.Aapo Tahkola
2006-03-21Silencium gcc warnings.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-17 Committing in .Jouk Jansen
2006-03-15rename enums, fixes compilation breakage (Michal Krol)Brian Paul
2006-03-14More GLSL code:Michal Krol
2006-03-07 Committing in .Jouk Jansen
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-22add some #includes, fix some prototypes (bug 5992)Brian Paul
2006-02-22add missing prototypes, use _slang_ prefix on non-static functionsBrian Paul
2006-02-22silence a variety of compiler warningsBrian Paul
2006-02-21More GLSL code:Michal Krol
2006-02-21 Committing in .Jouk Jansen
2006-02-18More GLSL code.Michal Krol
2006-02-15Set NumInstructions (bug 5864)Brian Paul
2006-02-15Fix a few warnings:Brian Paul
2006-02-15Add support for forward function declarations.Michal Krol
2006-02-15Add fragment shader execute entry.Michal Krol
2006-02-13 Update OpenVMS compile supportJouk Jansen