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
/
program.h
Age
Commit message (
Expand
)
Author
2005-11-22
track state flags which might invalidate parameter lists
Keith Whitwell
2005-11-19
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-05
consolidate vertex/fragment program printing into _mesa_print_program()
Brian Paul
2005-11-05
don't need MAKE_SWIZZLE() macro
Brian Paul
2005-11-05
Replace parameter_type enum in program.[ch], use register_file enums instead.
Brian Paul
2005-11-03
added a const, clean-up
Brian Paul
2005-05-10
reduce the use of malloc and strdup for parameter lists
Keith Whitwell
2005-04-21
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-01-11
prototype _mesa_init_ati_fragment_shader()
Brian Paul
2004-10-02
fix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul
2004-09-10
More updates for Doxygen.
Brian Paul
2004-08-14
fix some memory leaks (bug #1002030)
Brian Paul
2004-03-29
Moved from src/mesa/main
Michal Krol