fix bounds checking in get_register_pointer()
[mesa.git] / src / mesa / shader / prog_execute.c
2007-02-26 Brianfix bounds checking in get_register_pointer()
2007-02-26 BrianAdd EnvParams field to gl_program_machine, avoid passin...
2007-02-26 Briansimplify _mesa_get_program_register()
2007-02-26 Brianminor clean-ups in _mesa_execute_program()
2007-02-26 Brianremove 'maxInst' parameter from _mesa_execute_program()
2007-02-26 Brianremove unused 'element' parameter from _mesa_execute_pr...
2007-02-24 BrianOutputs[] array wasn't large enough, define MAX_PROGRAM...
2007-02-24 Brianremove comment
2007-02-24 BrianFix assertion in get_register_pointer(), fix EXP case.
2007-02-24 Brianadded ARL, EXP, LOG, relative indexing
2007-02-23 Brianreindent
2007-02-23 Briandon't pass program ptr to fetch_vector[14]()
2007-02-22 BrianNew, unified interpretor/executor for vertex and fragme...