Move stuff common to vertex/fragment_program into the base class, including:
[mesa.git] / src / mesa / main / texenvprogram.c
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-07 Keith WhitwellPopulate arb_fp_instruction negate field correctly.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-08 Keith WhitwellKeep NumTemporaries uptodate.
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-19 Brian Paulreplace fprintf() calls with _mesa_problem()
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-05-23 Keith WhitwellDetect use of disabled textures as tex_env_crossbar...
2005-05-23 Keith WhitwellSupport ARB_texture_env_crossbar. Changes the way...
2005-05-23 Keith WhitwellRestore the negate() function.
2005-05-17 Brian Pauldon't include strings.h
2005-05-16 Keith WhitwellDeal better with indirection and indirection accounting...
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-11 Keith WhitwellFix glean/conform problems. Don't generate so much...
2005-05-11 Keith WhitwellFix logic for allocating texture temporaries (Ben Skeggs).
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellBetter driver notification on changes.
2005-05-10 Keith WhitwellTemporary fix - delete and recreate texenvprogram so...
2005-05-10 Keith WhitwellFix texenv segfault. Reported by Ben Skeggs.
2005-05-10 Keith WhitwellTry not to use the same temp reg as a TXP destination...
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-29 Keith WhitwellMaintain a fragment program for current texturing state.