mesa/i965/i915/r200: eliminate gl_vertex_program
[mesa.git] / src / mesa / tnl / t_vp_build.c
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-22 Brianuse _mesa_alloc_instructions()
2007-03-21 Brianmerge from master
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggersync up t_vp_build.c brw_vs_tnl.c a bit
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-11 Xiang, Haihaofix for bug#10196
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Brianmore minor changes to STATE_ indexing
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
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-14 Roland Scheideggerfix stupid bug in the optimized per-vertex fog generati...
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-05 BrianInitial implementation of high-level flow-control instr...
2007-01-24 Brianremove some parenthesis
2007-01-24 Brianuse FRAG_BIT_TEX()
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianupdated includes
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-08-10 Alan HourihaneFixup more PROGRAM_UNDEFINED problems.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-18 Aapo Tahkolafix broken negate
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-05 Keith WhitwellRelease temporary
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-13 Brian Paulsilence minor warnings
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-05 Keith WhitwellAdd guard before calling ctx->Driver.BindProgram
2005-12-01 Keith WhitwellCall ProgramStringNotify after creating tnl programs.
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-18 Aapo TahkolaFix typo causing secondary color not to work properly.
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Pauls/_mesa_debug_vp_inst/_mesa_print_program/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-02 Aapo TahkolaRemove some ghost code and adjust things a bit.
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Aapo TahkolaNeed more than 200 instructions.
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-22 Brian Paulsome GLuint idx -> GLint idx changes
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-06-27 Brian Paulmake create_new_program() static
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-14 Jouk Jansen Committing in .
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellFix typo in spot attenuation
2005-06-10 Keith WhitwellCorrect test for attenuation.
2005-06-10 Keith WhitwellFix colormaterial flag calculations.
2005-06-09 Keith WhitwellFix a couple of buglets
2005-06-09 Keith WhitwellBuild vertex programs using state from a 'state key...
2005-05-18 Keith WhitwellEliminate a couple of swizzles.
2005-05-17 Brian Pauldon't include strings.h
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-29 Keith WhitwellFormat for 80 columns. Add alternate matrix mul based...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellFacility to construct a vertex program which executes...