Patch from <haihao.xiang@intel.com> -- pass program string
[mesa.git] / src / mesa / drivers / dri / i915 / i915_fragprog.c
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2005-11-22 Keith WhitwellUse correct enums for program output variables. Fixes
2005-11-20 Brian Pauls/Saturate/SaturateMode/
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Paulremove #include arbfragparse.h, s/PI/M_PI/
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Pauls/TexSrcIdx/TexSrcTarget/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-09-08 Keith WhitwellTreat NegateBase as a bitfield, not a boolean.
2005-05-10 Keith Whitwelldon't be fooled into emitting padding for wpos when...
2005-05-10 Keith Whitwellget fog working with _TexEnvProgram
2005-05-09 Keith Whitwelli915 will use _TexEnvProgram (if active)
2005-05-09 Keith WhitwellFallback (rather than fail) on unknown program targets.
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-08-31 Keith WhitwellThe i915 driver was merged after EMIT_*_BGR bug was...
2004-06-18 Keith Whitwelladd missing license texts
2004-06-10 Keith WhitwellNew driver for i915 as well as older i830/i845/i865...