mesa: more glsl function renaming
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
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
2007-05-11 Brianuser-declared uniform structs not supported yet (see...
2007-05-01 BrianRewrite of slang_inline_asm_function() to do full param...
2007-04-24 Karl Schultzefix double const, move an assertion
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-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
2007-04-19 Brianfix an uninitialized variable and a warning
2007-04-18 Brianrecord proper datatypes for uniforms/samplers
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-12 Zou Nan hai Initial 965 GLSL support
2007-04-11 Brianfix/work-around allocation bugs for non-square matrices
2007-04-10 BrianNULL ptr check
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-31 Brianfix scoping mistake in previous commit that checked...
2007-03-30 Briancheck that LHS of assignment is writable
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-28 Briandon't generate IR_BREAK_IF_FALSE
2007-03-28 Briansimplify, clean-up break/cont code
next