mesa: Add _mesa_snprintf.
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
2009-01-07 José Fonsecamesa: Add _mesa_snprintf.
2009-01-07 Brian Paulglsl: disable some unused functions (but don't remove...
2009-01-07 Brian Paulglsl: also unroll loops with variable declarations...
2009-01-07 Brian Paulglsl: loop unroll adjustments
2009-01-07 Brian Paulglsl: implement loop unrolling for simple 'for' loops
2009-01-06 Brian Paulmesa: Move var declaration to top of scope.
2009-01-05 Brian Paulmesa: fix a GLSL swizzled writemask bug
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: bump glsl grammar revision
2008-12-16 Brian Paulmesa: more re-org of variable declarations in glsl...
2008-12-15 Brian Paulmesa: more comments, clean up
2008-12-15 Brian Paulmesa: added comments, remove unused code
2008-12-15 Brian Paulmesa: checkpoint: handle uniform vars in _slang_gen_var...
2008-12-13 Brian Paulmesa: place glsl constant arrays in constant memory
2008-12-12 Brian Paulmesa: code clean-up in glsl compiler
2008-12-12 Brian Paulmesa: remove unneeded swizzle init code in glsl compiler
2008-12-12 Brian Paulmesa: disable glsl debug output
2008-12-12 Brian Paulmesa: basic array constructors work now
2008-12-12 Brian Paulmesa: fix some more GLSL 1.20 array things.
2008-12-12 Brian Paulmesa: more glsl function renaming
2008-12-12 Brian Paulmesa: glsl compiler function renaming
2008-12-12 Brian Paulmesa: move some glsl compiler functions to different...
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-12 Brian Paulmesa: consolidate variable declaration initializer...
2008-12-12 Brian Paulmesa: move variable initializer IR generation into...
2008-12-12 Brian Paulmesa: simplify some glsl variable declaration code
2008-12-12 Brian Paulmesa: glsl clean-ups
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-11-26 Brian Paulmesa: add missing type check for function calls
2008-11-25 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2008-11-24 Brian Paulmesa: set flags for varying vars
2008-11-24 Brian Paulmesa: add Flags field to gl_program_parameter
2008-11-22 Brian Paulmesa: issue error, don't crash, when calling a prototyp...
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: updated comment
2008-11-14 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2008-11-14 Brian Paulmesa: remove some do-nothing GLSL code
2008-11-10 Brian Paulmesa: track initialization status of uniform variables...
2008-11-10 Brian Paulmesa: initial support for uniform variable initializers.
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-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-09-25 Sam Hocevarmesa: prevent the slang code generator from aborting...
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-08-06 Haihao Xiangmesa: glsl: count number of temp regs used
2008-07-29 Brian Paulmesa: cast to fix warning
2008-07-29 Brian Paulmesa: fix bug/failure in recursive function inlining
2008-07-29 Brian Paulmesa: remove stray debug code
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 Michal Krolmesa: Silence compiler warning on windows.
2008-07-29 Brian Paulmesa: glsl: mark constructor params as const
2008-07-29 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-29 Brian Paulmesa: glsl: implement constructor functions for user...
2008-07-29 Brian Paulmesa: fix +=, -=, etc. operators
2008-07-29 Brian Paulmesa: assorted glsl uniform/attribute fixes
2008-07-29 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-29 Brian Paulmesa: rework array/struct addressing code.
2008-07-29 Brian Paulmesa: fix some function inlining bugs
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-03 Brian Paulmesa: fix array storage allocation bug
2008-07-01 Brian Paulmesa: fix a GLSL vector subscript/writemask bug
2008-07-01 Brian Paulmesa: move some functions
2008-07-01 Brian Paulmesa: better function inlining in the presence of ...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-16 Brian Paulfix assertion typo: s/=/==/
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-04 Brianrewrite some of the mat*mat, mat*vec intrinsics
2007-12-04 BrianFix gl_FrontFacing compilation problem
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Brianfix failure caused by undeclared variable (bug 11783)
2007-07-26 Brianfix-up inlined/non-inlined function inconsistencies
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-26 Briangenerate error upon writing to varying var in fragment...
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-12 Brianfix swizzle-related bug 11534
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-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-14 Briancomment about fixing uniform structs
next