summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_instruction.h
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation work for CAL, RET, and BRA instructions for fragmentBrian Paul2006-11-161-1/+6
* Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul2006-10-291-1/+1
* Define new NEGATE_* tokens for setting the src register's NegateBase field.Brian Paul2006-05-301-3/+16
* Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul2005-11-201-4/+15
* Saturate is a 1-bit boolean fieldBrian Paul2005-11-191-1/+1
* fix comment for TexSrcTargetBrian Paul2005-11-121-2/+1
* This patch adds the missing NV_vertex_program2 and NV_vertex_program3Ian Romanick2005-11-081-37/+19
* consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul2005-11-051-2/+0
* added _mesa_program_file_string()Brian Paul2005-11-051-0/+2
* added _mesa_num_inst_src_regs() and _mesa_opcode_string()Brian Paul2005-11-051-0/+6
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-0/+344