summaryrefslogtreecommitdiff
path: root/src/mesa/shader/hash_table.c
AgeCommit message (Collapse)Author
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2009-10-28mesa: remove unneeded #includesBrian Paul
2009-08-22ARB prog parser: include imports.h to kill some compiler warningsLuo Jinghua
2009-07-27ARB prog: Fix parameters to _mesa_callocIan Romanick
So totally awesome that _mesa_calloc has a different parameter signature than calloc. Why do these libc wrappers still exist?!?
2009-07-27Add destructor for hash_tableIan Romanick
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results.