aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* More GLSL preprocessor code:Michal Krol2006-08-215-43/+230
* GLSL 1.20 constructors and operators.Michal Krol2006-08-211-0/+1716
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-152-0/+98
* Remove extraneous trailing semicolon.Ian Romanick2006-08-151-1/+1
* 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
* Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol2006-08-014-4/+137
* Program to convert .syn file to .h headers.Michal Krol2006-07-301-0/+72
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-2012-111/+113
* propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> do...Tilman Sauerbeck2006-06-281-2/+4
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-122-22/+22
* Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul2006-05-303-17/+30
* don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...Tilman Sauerbeck2006-05-301-0/+1
* Remove not needed forward declaration.Michal Krol2006-05-301-1/+0
* don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done...Tilman Sauerbeck2006-05-291-6/+0
* generic attribute 0 wasn't handled correctly (Jesse Allen)Brian Paul2006-05-291-0/+8
* Roll _mesa_free_parameters() into calling function (the only caller).Brian Paul2006-05-242-43/+32
* fix a small memory leak in _mesa_add_state_reference()Brian Paul2006-05-241-0/+3
* use GLbitfield for StateFlags, improved commentsBrian Paul2006-05-241-11/+13
* 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
* Fix typo.Michal Krol2006-05-161-2/+2
* 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
* Remove carriage returns.Michal Krol2006-05-162-84/+84
* Add GetInfoLogLength and WriteAttrib functions.Michal Krol2006-05-161-36/+129
* Cleanup GLhandle-to-object translation macros.Michal Krol2006-05-162-107/+93
* 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