summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_ir.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: import latest GLSL code from gallium-0.1 branchBrian Paul2008-08-161-6/+7
* mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul2008-07-291-16/+2
* mesa: rework array/struct addressing code.Brian Paul2008-07-291-0/+63
* mesa: add missing VARYING case to storage_string()Brian Paul2008-07-081-0/+2
* mesa: add/fix some IrInfo entries for debugging purposesBrian Paul2008-07-011-3/+5
* Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian2007-07-261-1/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* fix some DDX,DDY mix-upsBrian2007-05-021-1/+1
* Remove all the USE_MEMPOOL debug code.Brian2007-04-211-7/+8
* Use new memory pool allocator. Lots of debug code still in place...Brian2007-04-211-1/+5
* remove IR_BREAK_IF_FALSEBrian2007-03-281-4/+0
* Get rid of IR_CONT_IF_FALSEBrian2007-03-281-4/+0
* Get rid of IR_JUMP and related code.Brian2007-03-261-4/+0
* disable free() until other issues can be fixed...Brian2007-03-261-0/+2
* fix mistake in _slang_free_ir()Brian2007-03-241-1/+1
* Properly free the slang_ir_node->Store data (use ref counting).Brian2007-03-241-12/+45
* IR utility functionsBrian2007-03-241-0/+354