summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2006-08-15Remove extraneous trailing semicolon.Ian Romanick
2006-08-09GLSL 1.20 built-in library.Michal Krol
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol
2006-08-02Enable vec4 extension for x86 back-end.Michal Krol
2006-08-02Add vec4 extension.Michal Krol
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-07-30Program to convert .syn file to .h headers.Michal Krol
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-06-28propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> do...Tilman Sauerbeck
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
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