mesa: no longer need Writemask field in GLSL IR nodes
[mesa.git] / src / mesa / shader / slang / slang_ir.h
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-18 Brian Paulmesa: rework array/struct addressing code.
2008-06-12 Zack Rusinglsl: implement variable array indexes
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-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-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of IR_JUMP and related code.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 BrianProperly free the slang_ir_node->Store data (use ref...
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 BrianAdded IR_SLE and IR_SLT for <= and < operations.
2007-03-08 BrianIR_CJUMP0/1 no longer used/needed
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-07 BrianUse IR_LOOP to represent do-while and for-loops.
2007-02-07 Brianreplace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP
2007-02-07 Brianredo IR_IF node, removing IR_ELSE, IR_ENDIF
2007-02-05 BrianInitial implementation of high-level flow-control instr...
2007-02-05 BrianInitial support of loop and subroutine instructions.
2007-01-31 BrianOverhaul handling of writemasks/swizzling. This fixes...
2007-01-31 BrianNew asm instruction and IR_CLAMP node type to allow...
2007-01-29 Briannoise functions
2007-01-28 Brianimplement mix() with LRP instruction
2007-01-28 BrianClean-up of var/temp allocation function parameters.
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-19 BrianImplement do/while loops. Replace IR_CJUMP with IR_CJU...
2007-01-19 BrianImplement fragment discard/kill.
2007-01-18 BrianReimplement code for swizzling so that expressions...
2007-01-17 Brianadded IR_F_TO_I, update comments
2007-01-15 BrianRedo the way array indexes are handled. Resolve storag...
2007-01-13 BrianRework code related to temp register allocation, both...
2007-01-09 BrianImplement shadow samplers and dFdx(), dFdy() code gener...
2007-01-08 BrianImplement projective texture sampling, 3D textures...
2007-01-05 BrianCheckpoint glsl compiler work: sampler uniforms now...
2007-01-04 Brianinitial code to get texture sampling limping along
2006-12-22 Brianfix typos
2006-12-21 Brianadded IR_NEG for negation
2006-12-20 BrianNew IR_COND node for evaluating conditional expressions...
2006-12-16 Brianstart implementing relational operators
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...