summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2006-05-30Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul
2006-05-30don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...Tilman Sauerbeck
2006-05-30Remove not needed forward declaration.Michal Krol
2006-05-29don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done...Tilman Sauerbeck
2006-05-29generic attribute 0 wasn't handled correctly (Jesse Allen)Brian Paul
2006-05-24Roll _mesa_free_parameters() into calling function (the only caller).Brian Paul
2006-05-24fix a small memory leak in _mesa_add_state_reference()Brian Paul
2006-05-24use GLbitfield for StateFlags, improved commentsBrian Paul
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