index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_instruction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: replace assertion with conditional in _mesa_opcode_string()
Brian Paul
2009-04-03
1
-2
/
+4
*
mesa: added some assertions
Brian Paul
2009-03-05
1
-0
/
+2
*
mesa: put _NV suffix on a few opcodes
Brian Paul
2009-01-14
1
-5
/
+6
*
mesa: fix opcode table order bug
Brian Paul
2008-11-07
1
-2
/
+2
*
mesa: added DP2, DP2A instructions
Brian Paul
2008-11-07
1
-0
/
+2
*
mesa: added AND/OR/NOT/XOR instructions
Brian Paul
2008-11-07
1
-0
/
+4
*
mesa: added OPCODE_NRM3/NRM4 instructions for vector normalization.
Brian Paul
2008-11-07
1
-0
/
+2
*
mesa: rename OPCODE_INT -> OPCODE_TRUNC
Brian Paul
2008-11-06
1
-1
/
+1
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-3
/
+3
*
sync up with gallium-0.1 changes
Brian Paul
2008-05-14
1
-85
/
+109
*
mesa: added _mesa_free_instructions()
Brian Paul
2008-05-14
1
-0
/
+17
*
fix instruction comment code
Brian
2007-04-21
1
-1
/
+7
*
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Brian
2007-03-28
1
-4
/
+0
*
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-23
1
-1
/
+5
*
merge from master
Brian
2007-03-21
1
-0
/
+14
*
Initial support of loop and subroutine instructions.
Brian
2007-02-05
1
-0
/
+6
*
noise functions
Brian
2007-01-28
1
-0
/
+4
*
Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.
Brian
2007-01-20
1
-0
/
+3
*
Added OPCODE_INT to convert 4 floats to 4 ints.
Brian
2007-01-17
1
-0
/
+1
*
Move some code from prog_print.c to prog_instruction.c
Brian
2006-12-14
1
-0
/
+112
*
Split the program.[ch] files into several new files.
Brian
2006-12-14
1
-0
/
+99