mesa: Add _mesa_snprintf.
[mesa.git] / src / mesa / shader / slang / slang_emit.c
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-03 Brian Paulmesa: fix warning about possibly undefined var in GLSL...
2009-01-02 Brian Paulmesa: fix another "out of samplers" problem
2008-12-31 Brian Paulmesa: fix bug in evaluation of structure fields
2008-12-31 Brian Paulmesa: allow variable indexing into the predefined unifo...
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-11-26 Brian Paulmesa: add missing size check for assignment optimization
2008-11-21 Brian Paulmesa: better variable name: s/aux/store/
2008-11-19 Brian Paulmesa: rework GLSL array code generation
2008-11-19 Brian Paulmesa: don't realloc instruction buffer so often
2008-11-14 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2008-11-14 Brian Paulmesa: revamp GLSL instruction emit code
2008-11-07 Brian Paulmesa: add GLSL support for DP2, NRM3, NRM4 instructions...
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-08-25 Brian Paulmesa: glsl: grab latest fixes from gallium-0.1 branch
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: glsl: remove old assertion (fixes glsl/bitmap.c)
2008-07-29 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2008-07-29 Brian Paulmesa: glsl: additional error detection
2008-07-29 Brian Paulmesa: gls: fix broken else clause of conditional break...
2008-07-29 Brian Paulmesa: glsl: fix/simplify array element handling
2008-07-29 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-29 Brian Paulmesa: initial support for GLSL struct/array comparisons
2008-07-29 Brian Paulmesa: added null ptr check (error handling case)
2008-07-29 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-29 Brian Paulmesa: rework array/struct addressing code.
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
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-01 Brian Paulmesa: make _slang_swizzle_swizzle() non-private
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-14 Brianinit tmpNode to zeros
2008-03-14 Brianmesa: fix emit_clamp() so that we don't use an output...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-27 Brianset fp->UsesKill when emitting OPCODE_KIL
2007-11-23 BrianFix parsing of gl_FrontLightModelProduct.sceneColor...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-02 Brianfix comment: s/branch/kill/
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
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()
next