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
/
slang
/
slang_vartable.c
Age
Commit message (
Expand
)
Author
2008-07-18
mesa: rework array/struct addressing code.
Brian Paul
2008-07-15
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-07-03
mesa: fix incorrect array size, added assertion
Brian Paul
2008-07-02
mesa: disable some debug assertions
Brian Paul
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-04-24
assorted fixes for Windows/VC8
Karl Schultz
2007-04-21
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-03-07
remove bogus assertion
Brian
2007-01-28
Lots of vartable clean-ups, fixes. Report an error message when we run out
Brian
2007-01-27
Clean-up of var/temp allocation function parameters.
Brian
2007-01-27
Improved register allocation: allow four 'float' vars or temporaries to share...
Brian
2007-01-17
do bounds check in _slang_push_var_table(), added comment
Brian
2007-01-17
handle var size > 4 in _slang_pop_var_table()
Brian
2007-01-17
Fix/clean-up a number of things related to variable/temporary allocation.
Brian
2007-01-13
Rework code related to temp register allocation, both for user variables
Brian