index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
program_instruction.h
Age
Commit message (
Expand
)
Author
2006-12-15
Renamed s_nvfragprog.[ch] to s_fragprog.[ch], program_instruction.h to prog_i...
Brian
2006-12-13
Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.
Brian
2006-11-16
Initial implementation work for CAL, RET, and BRA instructions for fragment
Brian Paul
2006-10-29
Change _mesa_init_instruction() to initialize an array of instructions.
Brian Paul
2006-05-30
Define new NEGATE_* tokens for setting the src register's NegateBase field.
Brian Paul
2005-11-20
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-19
Saturate is a 1-bit boolean field
Brian Paul
2005-11-12
fix comment for TexSrcTarget
Brian Paul
2005-11-08
This patch adds the missing NV_vertex_program2 and NV_vertex_program3
Ian Romanick
2005-11-05
consolidate vertex/fragment program printing into _mesa_print_program()
Brian Paul
2005-11-05
added _mesa_program_file_string()
Brian Paul
2005-11-05
added _mesa_num_inst_src_regs() and _mesa_opcode_string()
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul