1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D image...
[mesa.git] / src / mesa / swrast / s_nvfragprog.c
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Brian PaulInitial implementation work for CAL, RET, and BRA instr...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulchange DEBUG_FRAG conditions
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-31 Brian PaulIn TEX instructions, use precomputed lambda only if...
2006-10-31 Brian PaulFor TEX instructions use lambda=0. When sampling from...
2006-10-30 Brian Paulfix _mesa_problem() text
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
2006-10-17 Brian PaulAlways convert colors to float before running a fragmen...
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-08-25 Brian Paulclamp result.depth to [0,1] if written to
2006-08-24 Brian Paulfix fragment.position initialization bug
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-12 Brian Paulupdate an assertion
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-10-30 Brian Paulneed to use absolute value for RSQ
2005-10-29 Brian Paulfix LIT bug
2005-10-24 Brian Paulfragment program writing to result.depth.z was broken
2005-10-21 Brian Paulfix broken SWZ instruction
2005-10-21 Brian Paulfix broken KIL
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-16 Brian PaulRework the texture filtering functions a bit.
2005-09-15 Brian PaulUpdate includes post-splitting of s_texture.c
2005-05-20 Jon SmirlRemove some debug output
2005-05-11 Keith WhitwellPreviously in TXP and TEX instructions, lambda was...
2005-05-11 Keith WhitwellTest for texcoord[3] == zero before dividing. Not...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
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