Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial implementation work for CAL, RET, and BRA instructions for fragment | Brian Paul | 2006-11-16 | 1 | -1/+6 |
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -1/+1 |
* | Define new NEGATE_* tokens for setting the src register's NegateBase field. | Brian Paul | 2006-05-30 | 1 | -3/+16 |
* | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul | 2005-11-20 | 1 | -4/+15 |
* | Saturate is a 1-bit boolean field | Brian Paul | 2005-11-19 | 1 | -1/+1 |
* | fix comment for TexSrcTarget | Brian Paul | 2005-11-12 | 1 | -2/+1 |
* | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick | 2005-11-08 | 1 | -37/+19 |
* | consolidate vertex/fragment program printing into _mesa_print_program() | Brian Paul | 2005-11-05 | 1 | -2/+0 |
* | added _mesa_program_file_string() | Brian Paul | 2005-11-05 | 1 | -0/+2 |
* | added _mesa_num_inst_src_regs() and _mesa_opcode_string() | Brian Paul | 2005-11-05 | 1 | -0/+6 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 1 | -0/+344 |