summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_instruction.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11mesa: better handling/printing of driver-specific opcodes, register filesBrian Paul1-2/+5
2009-04-29mesa: added _mesa_check_soa_dependencies() functionBrian Paul1-0/+50
2009-04-03mesa: replace assertion with conditional in _mesa_opcode_string()Brian Paul1-2/+4
2009-03-05mesa: added some assertionsBrian Paul1-0/+2
2009-01-14mesa: put _NV suffix on a few opcodesBrian Paul1-5/+6
2008-11-07mesa: fix opcode table order bugBrian Paul1-2/+2
2008-11-07mesa: added DP2, DP2A instructionsBrian Paul1-0/+2
2008-11-07mesa: added AND/OR/NOT/XOR instructionsBrian Paul1-0/+4
2008-11-07mesa: added OPCODE_NRM3/NRM4 instructions for vector normalization.Brian Paul1-0/+2
2008-11-06mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-3/+3
2008-05-14sync up with gallium-0.1 changesBrian Paul1-85/+109
2008-05-14mesa: added _mesa_free_instructions()Brian Paul1-0/+17
2007-04-21fix instruction comment codeBrian1-1/+7
2007-03-28Get rid of BRK0, BRK1, CONT0, CONT1 instructions.Brian1-4/+0
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian1-1/+5
2007-03-21merge from masterBrian1-0/+14
2007-02-05Initial support of loop and subroutine instructions.Brian1-0/+6
2007-01-28noise functionsBrian1-0/+4
2007-01-20Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.Brian1-0/+3
2007-01-17Added OPCODE_INT to convert 4 floats to 4 ints.Brian1-0/+1
2006-12-14Move some code from prog_print.c to prog_instruction.cBrian1-0/+112
2006-12-14Split the program.[ch] files into several new files.Brian1-0/+99