Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
[mesa.git] / src / mesa / swrast / s_nvfragprog.c
2004-12-18 Brian PaulAdded PRINT instruction for GL_NV_fragment_program.
2004-12-15 Brian Paultweaks to the LIT instructions
2004-08-10 Brian Pauladded a few more debug printfs (disabled)
2004-06-20 Brian Paulstore's to RC/HC didn't work (bug 976287)
2004-04-21 Brian Paulonly init temp regs to zero if executing NV fragment...
2004-04-18 Brian PaulAudit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-04-02 Brian PaulImplement ARB_f_p KIL correctly.
2004-03-29 Brian Paulfix array indexing for UP4B and UP4UB
2004-03-29 Keith WhitwellAccomodate ARB_fp XPD opcode separately from NV_fp...
2004-03-03 Brian Pauls/_swrast_exec_nv_fragment_program/_swrast_exec_fragmen...
2004-02-27 Brian Paulmove _mesa_load_state_parameters() to state validation...
2004-02-27 Brian Paulfix PK2H, UP2H, PK2US bugs
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2003-12-13 Karl RascheProblem computing specular value in OPCODE_LIT - pulled...
2003-11-22 Brian Paulpass ctx to fetch_vector4_deriv()
2003-11-21 Brian Paulfix some bugs in computation of DDX, DDY commands
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-18 Karl SchultzAdd casts to prevent double->float conversion compiler...
2003-09-04 Brian Paulimplement SWZ and TXB. some code clean-up
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-08-31 Brian Paulupdate parameter indexing
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-27 Jouk Jansen Committing in .
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-05-10 Brian Paulinitialize condition codes before running program
2003-04-21 Brian Paulfix DDX, DDY instructions (probably not finished though)
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-05 Brian Paulfragment program named constants and named program...
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-19 Jouk Jansen Committing in .
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulpass the instruction to store_vector4(). implement...
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-01-14 Brian Paulfragment program execution