remove ^M chars, disable shading language extensions
[mesa.git] / src / mesa / main / texenvprogram.c
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.