index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_vartable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move shader/slang/* sources to main/slang/*
Brian Paul
2010-06-10
1
-362
/
+0
*
slang: Fix signed/unsigned int handling in _slang_free_temp().
Michal Krol
2009-11-10
1
-2
/
+2
*
glsl: use _slang_var_swizzle() in a few places to simplify the code.
Brian Paul
2009-02-04
1
-29
/
+3
*
glsl: replace assertion with conditional in _slang_pop_var_table()
Brian Paul
2009-02-04
1
-10
/
+17
*
mesa: better variable name: s/aux/store/
Brian Paul
2008-11-21
1
-2
/
+2
*
mesa: fix assignment / parameter passing of sampler types
Brian Paul
2008-11-01
1
-1
/
+14
*
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-08-16
1
-10
/
+30
*
mesa: Silence compiler warnings on Windows.
Brian Paul
2008-07-29
1
-5
/
+5
*
mesa: rework array/struct addressing code.
Brian Paul
2008-07-29
1
-5
/
+18
*
mesa: fix incorrect array size, added assertion
Brian Paul
2008-07-03
1
-1
/
+2
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-2
/
+2
*
assorted fixes for Windows/VC8
Karl Schultz
2007-04-24
1
-1
/
+1
*
Remove all the USE_MEMPOOL debug code.
Brian
2007-04-21
1
-27
/
+9
*
Use new memory pool allocator. Lots of debug code still in place...
Brian
2007-04-21
1
-0
/
+24
*
remove bogus assertion
Brian
2007-03-07
1
-1
/
+1
*
Lots of vartable clean-ups, fixes. Report an error message when we run out
Brian
2007-01-28
1
-77
/
+121
*
Clean-up of var/temp allocation function parameters.
Brian
2007-01-27
1
-45
/
+47
*
Improved register allocation: allow four 'float' vars or temporaries to share...
Brian
2007-01-27
1
-40
/
+100
*
do bounds check in _slang_push_var_table(), added comment
Brian
2007-01-17
1
-1
/
+3
*
handle var size > 4 in _slang_pop_var_table()
Brian
2007-01-17
1
-3
/
+7
*
Fix/clean-up a number of things related to variable/temporary allocation.
Brian
2007-01-17
1
-4
/
+18
*
Rework code related to temp register allocation, both for user variables
Brian
2007-01-13
1
-0
/
+202