i915: separate the fog term from the specular color term.
[mesa.git] / src / mesa / drivers / dri / i915 / i915_fragprog.c
2008-12-24 Xiang, Haihaoi915: separate the fog term from the specular color...
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-02-15 Xiang, Haihaoi915: set fogcoord to (f,0,0,1). fix #10788 issue on...
2008-02-06 Eric Anholt[915] Fix COS function using same plan as SIN.
2008-02-06 Eric Anholt[915] Use a quartic term to improve the accuracy of...
2008-02-06 Eric Anholt[915] Fix fp SIN function, and use a quadratic approxim...
2008-01-07 Xiang, Haihaoi915: Keith Whitwell's swizzling TEX patch. fix #8283
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-24 Eric AnholtMove i915tex driver into place as just i915.
2007-09-24 Eric AnholtRemove the old i915 driver now that i915tex works witho...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-11 BrianFix-up #includes to remove some -I options.
2007-07-29 Roland Scheideggerfix cos/sin range reduction for i915 driver too
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Roland Scheideggeri915/i915tex: minor cleanup (remove unneeded function...
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-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith Whitwellfix compiler warnings
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...