Export _mesa_print_alu_instruction() to allow drivers to roll their
[mesa.git] / src / mesa / shader / program.h
2006-09-20 Keith WhitwellExport _mesa_print_alu_instruction() to allow drivers...
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Pauluse GLbitfield for StateFlags, improved comments
2005-11-22 Keith Whitwelltrack state flags which might invalidate parameter...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
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