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_statevars.h
Age
Commit message (
Expand
)
Author
2008-10-03
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-09-05
mesa: _mesa_program_state_string() returns char *, not const char *.
Michal Krol
2008-07-24
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-05-23
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
2008-04-16
mesa: added internal post color matrix scale/bias vars
Brian Paul
2007-10-30
add state vars for color matrix, pixel transfer scale&bias
Brian
2007-02-23
replace GLint with gl_state_index
Brian
2007-02-22
Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.
Brian
2007-02-22
merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZED
Brian
2007-02-21
more minor changes to STATE_ indexing
Brian
2007-02-21
adjustments to STATE_ token layout/format so token[1] is always the array index
Brian
2007-01-09
get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB
Brian
2007-01-09
clean up a bunch of program parameter stuff
Brian
2007-01-09
Implement vertex attribute binding.
Brian
2006-12-14
Split the program.[ch] files into several new files.
Brian