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_print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Brian
2007-03-28
1
-11
/
+0
*
expose _mesa_condcode_string(), fix some printing
Brian
2007-03-28
1
-12
/
+11
*
fix some printing issues related to subroutines
Brian
2007-03-27
1
-15
/
+29
*
s/SUB/BGNSUB/
Brian
2007-03-26
1
-1
/
+1
*
special case RET
Brian
2007-03-26
1
-0
/
+7
*
consolidate some code
Brian
2007-03-23
1
-7
/
+2
*
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-23
1
-4
/
+26
*
print conditional writemask, if enabled
Brian
2007-03-22
1
-0
/
+6
*
re-expose _mesa_print_alu_instruction()
Brian
2007-02-23
1
-1
/
+9
*
expose _mesa_swizzle_string()
Brian
2007-02-22
1
-14
/
+20
*
fix negative indentation problem
Brian
2007-02-22
1
-2
/
+1
*
s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/
Brian
2007-02-17
1
-1
/
+1
*
Lots of changes to prog_print.c code.
Brian
2007-02-17
1
-38
/
+314
*
s/%f/%g/
Brian
2007-02-07
1
-1
/
+1
*
Implement CONT, improve BRK.
Brian
2007-02-06
1
-2
/
+8
*
BRK instruction's BranchTarget field now used for efficiently breaking out of...
Brian
2007-02-05
1
-4
/
+4
*
Use IR node's BranchNode field for IF/ELSE/ENDIF instructions.
Brian
2007-02-05
1
-3
/
+4
*
minor formatting changes
Brian
2007-02-05
1
-4
/
+4
*
indentation for program instructions (if/else, loops)
Brian
2007-02-05
1
-10
/
+46
*
Overhaul handling of writemasks/swizzling. This fixes two problem cases:
Brian
2007-01-31
1
-1
/
+1
*
Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.
Brian
2007-01-20
1
-1
/
+13
*
added PROGRAM_SAMPLER
Brian
2007-01-05
1
-0
/
+2
*
minor formatting fix
Brian
2007-01-04
1
-1
/
+0
*
added _mesa_print_parameter_list()
Brian
2006-12-20
1
-8
/
+14
*
Check for inst->CondUpdate, print .C suffix.
Brian
2006-12-18
1
-4
/
+3
*
print BRA instructions
Brian
2006-12-16
1
-1
/
+30
*
fix double-printing of comment info
Brian
2006-12-15
1
-3
/
+0
*
remove unneded includes
Brian
2006-12-14
1
-2
/
+0
*
Move some code from prog_print.c to prog_instruction.c
Brian
2006-12-14
1
-112
/
+0
*
Split the program.[ch] files into several new files.
Brian
2006-12-14
1
-0
/
+464