mesa: glsl: add usage tracking for uniform vars
[mesa.git] / src / mesa / shader / slang / slang_emit.c
2008-08-19 Brian Paulmesa: glsl: add usage tracking for uniform vars
2008-08-19 Brian Paulmesa: glsl: put var emit/ref code into separate functions
2008-08-12 Brian Paulmesa: glsl: fix comment
2008-08-05 Brian Paulmesa: glsl: re-org of intermediate/temp storage
2008-08-04 Brian Paulmesa: glsl: add missing code emit for struct/field
2008-08-04 Brian Paulmesa: glsl: stop code emit after error is recorded
2008-07-29 Brian Paulmesa: glsl: remove old assertion (fixes glsl/bitmap.c)
2008-07-25 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2008-07-25 Brian Paulmesa: glsl: additional error detection
2008-07-24 Brian Paulmesa: gls: fix broken else clause of conditional break...
2008-07-23 Brian Paulmesa: glsl: fix/simplify array element handling
2008-07-23 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-21 Brian Paulmesa: initial support for GLSL struct/array comparisons
2008-07-21 Brian Paulmesa: added null ptr check (error handling case)
2008-07-19 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-18 Brian Paulmesa: rework array/struct addressing code.
2008-07-16 Brian Paulmesa: fix temp re-use bug in emit_arith()
2008-07-15 Brian Paulmesa: add missing IR_LOG2 case
2008-07-15 Brian Paulmesa: fix storage size computation in emit_arith()
2008-07-02 Brian Paulmesa: make _slang_swizzle_swizzle() non-private
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-03-14 Brian Paulmesa: init tmpNode to zeros
2008-03-14 Brian Paulmesa: fix emit_clamp() so that we don't use an output...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
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-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-21 Brianfree subroutine array (fix mem leak)
2007-04-16 BrianFix some assertions that could occur when an error...
2007-04-10 Brianundo a debug/test change
2007-03-31 Brianalways emit BGN/ENDSUB, for now anyway
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 Briancond code fix
2007-03-28 Brianfix cond code swizzle bug
2007-03-28 Brianoptimization for the emit_not() function
2007-03-28 Brianremove IR_BREAK_IF_FALSE
2007-03-28 BrianGet rid of IR_CONT_IF_FALSE
2007-03-28 BrianDon't emit OPCODE_CONT0/1, BRK0/1 instructions, clean...
2007-03-28 Brianadded some null ptr checks to handle error recovery
2007-03-28 BrianUse constant_to_src_reg() to simplify some code
2007-03-28 BrianFix, clean-up code related to comparisons, condition...
2007-03-27 BrianImplement true CAL/RET subroutines. Some optimizations...
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 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 BrianAdditional error checking for 'return' statements.
2007-03-26 Brianundo some debugging hacks
2007-03-26 BrianFix a few issues with computing storage sizes with...
2007-03-26 Brianremove incorrect assertions
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-23 Brianupdated comment
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-22 BrianFirst pass at implementing structure compares.
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Brianmerge from master
2007-03-14 Brianremove old assertion
2007-03-13 Briandisable some debug output
2007-03-13 BrianShuffle some code around in the emit_tex() and emit_mov...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 Brianadd NULL ptr check in emit_cond()
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 Brianfix tmp storage problem for IR_I_TO_F
2007-03-08 Brianfix assertion
2007-03-08 BrianIR_CJUMP0/1 no longer used/needed
2007-03-08 Brianremove old assertion
2007-03-07 Brianremove unneeded return stmt
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-06 Brianfix some int arithmetic problems
2007-02-27 BrianAdd EmitHighLevelInstructions, EmitComments booleans...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianOverhaul of error handling.
2007-02-26 BrianUse new slang_emit_info struct for passing context...
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-23 Briandebug code for emitting variable allocation comments
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Brianremove dead code
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
2007-02-21 Briancheckpoint overhaul of pre-defined uniform code
2007-02-21 Brianclean-up, move IR_ELEMENT code
2007-02-20 Brianalloc IR_FIELD's Storage in codegen, like IR_ELEMENT
next