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_execute.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix off by one error in OPCODE_RET
Brian
2007-03-27
1
-3
/
+4
*
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-23
1
-7
/
+46
*
more DEBUG_PROG
Brian
2007-03-07
1
-0
/
+5
*
more DEBUG_PROG code
Brian
2007-03-06
1
-2
/
+34
*
update comments
Brian
2007-02-25
1
-3
/
+3
*
fix bounds checking in get_register_pointer()
Brian
2007-02-25
1
-5
/
+11
*
Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu...
Brian
2007-02-25
1
-107
/
+106
*
simplify _mesa_get_program_register()
Brian
2007-02-25
1
-39
/
+24
*
minor clean-ups in _mesa_execute_program()
Brian
2007-02-25
1
-5
/
+4
*
remove 'maxInst' parameter from _mesa_execute_program()
Brian
2007-02-25
1
-3
/
+3
*
remove unused 'element' parameter from _mesa_execute_program()
Brian
2007-02-25
1
-1
/
+1
*
Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.
Brian
2007-02-24
1
-2
/
+3
*
remove comment
Brian
2007-02-24
1
-2
/
+0
*
Fix assertion in get_register_pointer(), fix EXP case.
Brian
2007-02-24
1
-14
/
+8
*
added ARL, EXP, LOG, relative indexing
Brian
2007-02-23
1
-4
/
+115
*
reindent
Brian
2007-02-23
1
-928
/
+924
*
don't pass program ptr to fetch_vector[14]()
Brian
2007-02-23
1
-84
/
+82
*
New, unified interpretor/executor for vertex and fragment programs.
Brian
2007-02-22
1
-0
/
+1585
[prev]