Move stuff common to vertex/fragment_program into the base class, including:
[mesa.git] / src / mesa / shader / program.h
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Paulconsolidate vertex/fragment program printing into _mesa...
2005-11-05 Brian Pauldon't need MAKE_SWIZZLE() macro
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-03 Brian Pauladded a const, clean-up
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-01-11 Brian Paulprototype _mesa_init_ati_fragment_shader()
2004-10-02 Brian Paulfix LoadProgramNV regression when I had fixed the RefCo...
2004-09-10 Brian PaulMore updates for Doxygen.
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-03-29 Michal KrolMoved from src/mesa/main