summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_execute.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-07mesa: gl_register_file enum typedefBrian Paul1-1/+1
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul1-4/+2
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul1-0/+2
2007-11-23Consolidate texture fetch code and use partial derivatives when possible.Brian1-1/+2
2007-05-02Resuscitate some of the DDX,DDY code.Brian1-0/+3
2007-02-25define and use MAX_PROGRAM_ADDRESS_REGSBrian1-1/+1
2007-02-25Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu...Brian1-1/+1
2007-02-25remove 'maxInst' parameter from _mesa_execute_program()Brian1-1/+1
2007-02-25remove unused 'element' parameter from _mesa_execute_program()Brian1-1/+1
2007-02-24Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.Brian1-1/+5
2007-02-22New, unified interpretor/executor for vertex and fragment programs.Brian1-0/+77