mesa: no longer need Writemask field in GLSL IR nodes
[mesa.git] / src / mesa / shader / slang / slang_ir.c
2009-01-06 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2008-08-05 Brian Paulmesa: glsl: re-org of intermediate/temp storage
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-19 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-18 Brian Paulmesa: rework array/struct addressing code.
2008-07-08 Brian Paulmesa: add missing VARYING case to storage_string()
2008-07-01 Brian Paulmesa: add/fix some IrInfo entries for debugging purposes
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-05-03 Brianfix some DDX,DDY mix-ups
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 Brianremove IR_BREAK_IF_FALSE
2007-03-28 BrianGet rid of IR_CONT_IF_FALSE
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-26 BrianGet rid of IR_JUMP and related code.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Briandisable free() until other issues can be fixed...
2007-03-24 Brianfix mistake in _slang_free_ir()
2007-03-24 BrianProperly free the slang_ir_node->Store data (use ref...
2007-03-24 BrianIR utility functions