Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / swrast / s_fragprog.c
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian Paulmesa: sync up swrast/s_fragprog.c with master
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-06-11 BrianRework _mesa_update_texture_compare_function() to only...
2007-06-11 BrianTemporarily disable the calls to _mesa_update_texture_c...
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-07 Ian RomanickFix ARB_fp spec conformance bug WRT shadow sampling.
2007-05-11 Brianremove some unneeded code in init_machine()
2007-05-03 Brianchanges to get DDX/DDY working again
2007-04-28 Brianonly load front/back face attrib if using a shader...
2007-04-21 Brianundo a test/debug change
2007-04-19 BrianPut gl_program_machine into swrast structure rather...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-13 BrianCheck if FRAG_RESULT_COLR is written and update span...
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianremove unneeded includes
2007-02-26 Brianremove 'maxInst' parameter from _mesa_execute_program()
2007-02-26 Brianremove unused 'element' parameter from _mesa_execute_pr...
2007-02-22 BrianUse the new unified vertex/fragment program interpreter...
2007-02-22 Brianuse MAX_PROGRAM_ENV_PARAMS
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-17 BrianLots of changes to prog_print.c code.
2007-02-08 Brianconsolidate BRA with BRK, CONT
2007-02-08 BrianSimplify code with eval_condition(). Implement conditi...
2007-02-07 BrianUse IR_LOOP to represent do-while and for-loops.
2007-02-07 BrianBRK and CONT work the same
2007-02-07 BrianImplement CONT, improve BRK.
2007-02-06 BrianBRK instruction's BranchTarget field now used for effic...
2007-02-06 BrianUse IR node's BranchNode field for IF/ELSE/ENDIF instru...
2007-02-05 BrianInitial implementation of high-level flow-control instr...
2007-02-05 BrianInitial support of loop and subroutine instructions.
2007-02-02 Brianfix maxInst argument
2007-02-02 Briansimplify derivative-related code
2007-02-02 BrianReplace color, z, w, texture interpolants with new...
2007-02-02 BrianNew span attrStart/attrStepX/attrStepY fields to replac...
2007-02-01 BrianNew SWspanarrays attribs[] array.
2007-02-01 Brianadditional assertions, bump up MAX_EXEC
2007-01-29 Briannoise functions
2007-01-25 Brianfixes, clean-ups, transpose span->varying array indexing
2007-01-23 Brianfix g++ warnings/errors
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-17 BrianAdded OPCODE_INT to convert 4 floats to 4 ints.
2007-01-10 Brianmore debug code (disabled)
2007-01-08 Briancheck if _Current == NULL for TXB
2006-12-18 BrianAdded instruction counter to catch infinite loops ...
2006-12-16 Brianfix comment, handle NOP
2006-12-15 BrianRenamed s_nvfragprog.[ch] to s_fragprog.[ch]
2006-12-14 BrianRenamed from s_nvfragprog.[ch]