Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
[mesa.git] / src / mesa / drivers / dri / r300 / r300_shader.c
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-14 Nicolai Haehnler300_fragprog: Refactoring and cleanup
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-15 Dave Airlier500: fixup the program allocations to be the correct...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-11 BrianFix-up #includes to remove some -I options.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-25 Oliver McFaddenr300: Use GL_TRUE rather than 1 for the GLboolean type.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-11 Oliver McFaddenr300: Corrected a small error from 37cbf38c344012f9d6e9...
2007-05-11 Oliver McFaddenr300: Removed the r300BindProgram function; mesa defaul...
2007-05-09 Oliver McFaddenr300: Fixed some more function names.
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Last of the indent changes. :)
2007-05-09 Oliver McFaddenr300: Indented r300_shader.[ch].
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Oliver McFaddenr300: Fixed an unused variable warning and removed...
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-17 Rune Petersenr300_select_vertex_shader4:
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-08 Tilman Sauerbeckinclude tnl/tnl.h for _tnl_program_string()
2006-06-06 Aapo Tahkolaprevent possible program mix up with sw vps (Roland...
2006-03-13 Aapo TahkolaClean build.
2006-01-27 Aapo Tahkolaremove broken non arb fp path
2006-01-27 Aapo Tahkolaper vp sw fallbacks
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-10-28 Aapo TahkolaCompiled arrays for vtxfmt_a path.
2005-09-03 Brian Paulsilence misc warnings
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-23 Ben SkeggsImplement enough of ARB_fragment_program for Keith...
2005-05-11 Aapo TahkolaVBOs.
2005-05-05 Aapo TahkolaFlat shading and bunch of clarifications to r300_reg.h .
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-19 Aapo TahkolaReorganized shader stuff.