pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / shader /
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-29 Tilman Sauerbeckdon't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS...
2006-05-29 Brian Paulgeneric attribute 0 wasn't handled correctly (Jesse...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Paulfix a small memory leak in _mesa_add_state_reference()
2006-05-24 Brian Pauluse GLbitfield for StateFlags, improved comments
2006-05-18 Brian Paulchange initialization of texcoords - not all C compiler...
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-16 Michal KrolFix typo.
2006-05-16 Michal KrolChange error message wording.
2006-05-16 Michal KrolRename print() to printMESA().
2006-05-16 Michal KrolFix attrib handling.
2006-05-16 Michal KrolExtend printMESA function to output also to shader...
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-05-16 Michal KrolCleanup code.
2006-05-16 Michal KrolChange constructor prototype.
2006-05-16 Michal KrolRemove carriage returns.
2006-05-16 Michal KrolAdd GetInfoLogLength and WriteAttrib functions.
2006-05-16 Michal KrolCleanup GLhandle-to-object translation macros.
2006-04-28 Tilman Sauerbeckadded a trailing newline to pacify gcc
2006-04-28 Brian Paulfix second memory leak (bug 5557)
2006-04-28 Brian Paulfix first memory leak (bug 5557)
2006-04-25 Michal KrolRemove carriage returns.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-20 Brian Paulcheck glLoadProgramNV len < 0 (bug 6679)
2006-04-19 Dave AirlieSrcReg->Swizzle is always initialized to SWIZZLE_NOOP...
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-04-18 Michal KrolAdd support for ARB_vertex_shader attrib binding and...
2006-04-14 Brian PaulSilence a few -pedantic warnings.
2006-04-11 Michal KrolMore GLSL code:
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-04-04 Michal KrolMore GLSL code:
2006-03-29 Brian Paulmove NumNativeAlu/TexInstruction assignments (Ewald...
2006-03-24 Aapo TahkolaMake ARB_vp backends happy with nv arl
2006-03-22 Aapo TahkolaARL dst idx was undefined.
2006-03-21 Michal KrolSilencium gcc warnings.
2006-03-21 Michal KrolGLSL fixes:
2006-03-17 Jouk Jansen Committing in .
2006-03-15 Brian Paulrename enums, fixes compilation breakage (Michal Krol)
2006-03-14 Michal KrolMore GLSL code:
2006-03-07 Jouk Jansen Committing in .
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Pauladd some #includes, fix some prototypes (bug 5992)
2006-02-22 Brian Pauladd missing prototypes, use _slang_ prefix on non-stati...
2006-02-22 Brian Paulsilence a variety of compiler warnings
2006-02-21 Michal KrolMore GLSL code:
2006-02-21 Jouk Jansen Committing in .
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Brian PaulSet NumInstructions (bug 5864)
2006-02-15 Brian PaulFix a few warnings:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-15 Michal KrolAdd fragment shader execute entry.
2006-02-13 Jouk Jansen Update OpenVMS compile support
2006-02-13 Michal KrolMore glsl code.
2006-02-13 Michal KrolREVISION 3.
2006-02-13 Michal KrolCosmetic changes.
2006-02-13 Michal KrolDelete most of the comments.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-02-13 Michal KrolRename current_program to CurrentProgram.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2006-01-16 Michal Krolremove some test code;
2006-01-16 Michal Krolremove slang_*_gc.h files;
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-20 Brian Paulmove _mesa_init_instruction() to program.c
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Paulremove incorrect cast
2005-11-19 Brian PaulSaturate is a 1-bit boolean field
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-19 Brian Paulupdate comments, remove ^M chars
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-12 Brian PaulImprove _mesa_print_program().
2005-11-12 Brian Paulfix comment for TexSrcTarget
2005-11-12 Brian Paulupdate some assertions
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickThis patch adds the missing NV_vertex_program2 and...
2005-11-08 Brian Paulremove _mesa_debug_fp_inst()
2005-11-08 Brian Paulminor work in _mesa_print_program()
2005-11-08 Brian Paulremove unneeded #includes
2005-11-07 Brian Paulremove unneeded #includes
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauluse _mesa_program_file_string() and _mesa_opcode_string()
2005-11-05 Brian Pauladded _mesa_program_file_string()
2005-11-05 Brian PaulUse _mesa_opcode_string()
2005-11-05 Brian Pauladded _mesa_num_inst_src_regs() and _mesa_opcode_string()
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-04 Brian Pauluse VERT_RESULT_HPOS, VERT_BIT_POS tokens
2005-11-03 Brian PaulStreamline code generation by using a fixed size instru...
2005-11-03 Brian Pauluse WRITEMASK_* tokens
2005-11-03 Brian Pauladded a const, clean-up
2005-11-03 Brian Paulfix typo, minor clean-ups
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
next