summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_ir.c
AgeCommit message (Expand)Author
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
2010-05-01glsl: s/sprintf/_mesa_snprintf/Vinson Lee
2009-09-29glsl: add support for CMP instructionBrian Paul
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-02-20glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul
2009-01-14glsl: simplify IR storage for samplersBrian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-13mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2008-11-07mesa: add GLSL support for DP2, NRM3, NRM4 instructions (not actually emitted...Brian Paul
2008-11-07mesa: include shader/prog_instruction.hBrian Paul
2008-11-06mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-07-29mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-29mesa: rework array/struct addressing code.Brian Paul
2008-07-08mesa: add missing VARYING case to storage_string()Brian Paul
2008-07-01mesa: add/fix some IrInfo entries for debugging purposesBrian Paul
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-05-02fix some DDX,DDY mix-upsBrian
2007-04-21Remove all the USE_MEMPOOL debug code.Brian
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian
2007-03-28remove IR_BREAK_IF_FALSEBrian
2007-03-28Get rid of IR_CONT_IF_FALSEBrian
2007-03-26Get rid of IR_JUMP and related code.Brian
2007-03-26disable free() until other issues can be fixed...Brian
2007-03-24fix mistake in _slang_free_ir()Brian
2007-03-24Properly free the slang_ir_node->Store data (use ref counting).Brian
2007-03-24IR utility functionsBrian