summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_instruction.h
AgeCommit message (Expand)Author
2006-11-16Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul
2006-10-29Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul
2006-05-30Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul
2005-11-20Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul
2005-11-19Saturate is a 1-bit boolean fieldBrian Paul
2005-11-12fix comment for TexSrcTargetBrian Paul
2005-11-08This patch adds the missing NV_vertex_program2 and NV_vertex_program3Ian Romanick
2005-11-05consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul
2005-11-05added _mesa_program_file_string()Brian Paul
2005-11-05added _mesa_num_inst_src_regs() and _mesa_opcode_string()Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul