index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
mesa: rename program parameter flags to match other Mesa conventions
Brian Paul
2008-11-24
1
-4
/
+4
*
mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation
Brian Paul
2008-11-24
1
-1
/
+10
*
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-11-15
1
-5
/
+5
|
\
|
*
mesa: make writemask_string() non-static
Brian Paul
2008-11-13
1
-4
/
+4
|
*
mesa: tweak program register printing for RelAddr case
Brian Paul
2008-11-13
1
-1
/
+1
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-11
1
-3
/
+3
|
\
|
|
*
mesa: allow relative indexing into all register files and indirect dst regist...
Brian Paul
2008-11-11
1
-3
/
+3
|
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-3
/
+3
|
*
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-29
1
-1
/
+1
|
*
almost forgot - RelAddr is a boolean so use it here
Zack Rusin
2008-06-12
1
-1
/
+1
|
*
glsl: implement variable array indexes
Zack Rusin
2008-06-12
1
-6
/
+11
|
*
clean-ups / additions from gallium-0.1 branch
Brian Paul
2008-05-18
1
-7
/
+35
|
*
mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.
Markus Amsler
2008-03-17
1
-1
/
+17
*
|
mesa: fix minor mem leak
Brian Paul
2008-09-04
1
-1
/
+3
*
|
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-3
/
+3
*
|
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-18
1
-1
/
+1
*
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-1
/
+1
*
|
mesa: added _mesa_print_swizzle() debugging helper
Brian Paul
2008-07-02
1
-0
/
+13
*
|
almost forgot - RelAddr is a boolean so use it here
Zack Rusin
2008-06-12
1
-1
/
+1
*
|
glsl: implement variable array indexes
Zack Rusin
2008-06-12
1
-6
/
+11
*
|
print vertex.attrib[n] (from master)
Brian Paul
2008-05-18
1
-3
/
+19
*
|
use NEGATE_X/Y/Z/W tokens
Brian
2008-01-16
1
-4
/
+4
*
|
special-case KIL/KIL_NV
Brian
2007-10-30
1
-1
/
+19
*
|
check for NULL ptr in _mesa_print_parameter_list()
Brian
2007-10-30
1
-0
/
+3
*
|
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-0
/
+7
|
/
*
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
[next]