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
2009-11-10
slang: Fix signed/unsigned int handling in _slang_free_temp().
Michal Krol
2009-02-04
glsl: use _slang_var_swizzle() in a few places to simplify the code.
Brian Paul
2009-02-04
glsl: replace assertion with conditional in _slang_pop_var_table()
Brian Paul
2008-11-21
mesa: better variable name: s/aux/store/
Brian Paul
2008-11-01
mesa: fix assignment / parameter passing of sampler types
Brian Paul
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: Silence compiler warnings on Windows.
Brian Paul
2008-07-29
mesa: rework array/struct addressing code.
Brian Paul
2008-07-03
mesa: fix incorrect array size, added assertion
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