index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
slang_ir.c
Age
Commit message (
Expand
)
Author
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-29
mesa: rework array/struct addressing code.
Brian Paul
2008-07-08
mesa: add missing VARYING case to storage_string()
Brian Paul
2008-07-01
mesa: add/fix some IrInfo entries for debugging purposes
Brian Paul
2007-07-26
Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-05-02
fix some DDX,DDY mix-ups
Brian
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-28
remove IR_BREAK_IF_FALSE
Brian
2007-03-28
Get rid of IR_CONT_IF_FALSE
Brian
2007-03-26
Get rid of IR_JUMP and related code.
Brian
2007-03-26
disable free() until other issues can be fixed...
Brian
2007-03-24
fix mistake in _slang_free_ir()
Brian
2007-03-24
Properly free the slang_ir_node->Store data (use ref counting).
Brian
2007-03-24
IR utility functions
Brian