index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_execute.c
Age
Commit message (
Expand
)
Author
2007-03-23
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-07
more DEBUG_PROG
Brian
2007-03-06
more DEBUG_PROG code
Brian
2007-02-25
update comments
Brian
2007-02-25
fix bounds checking in get_register_pointer()
Brian
2007-02-25
Add EnvParams field to gl_program_machine, avoid passing ctx to a bunch of fu...
Brian
2007-02-25
simplify _mesa_get_program_register()
Brian
2007-02-25
minor clean-ups in _mesa_execute_program()
Brian
2007-02-25
remove 'maxInst' parameter from _mesa_execute_program()
Brian
2007-02-25
remove unused 'element' parameter from _mesa_execute_program()
Brian
2007-02-24
Outputs[] array wasn't large enough, define MAX_PROGRAM_OUTPUTS, new assertions.
Brian
2007-02-24
remove comment
Brian
2007-02-24
Fix assertion in get_register_pointer(), fix EXP case.
Brian
2007-02-23
added ARL, EXP, LOG, relative indexing
Brian
2007-02-23
reindent
Brian
2007-02-23
don't pass program ptr to fetch_vector[14]()
Brian
2007-02-22
New, unified interpretor/executor for vertex and fragment programs.
Brian
[prev]