mesa: no longer need Writemask field in GLSL IR nodes
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
2009-01-06 Brian Paulmesa: no longer need Writemask field in GLSL IR nodes
2009-01-06 Brian Paulmesa: remove some do-nothing GLSL code
2009-01-06 Brian Paulmesa: track initialization status of uniform variables...
2009-01-06 Brian Paulmesa: initial support for uniform variable initializers.
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-08-19 Brian Paulmesa: glsl: more writemask error checking
2008-08-19 Brian Paulmesa: glsl: added some post incr/decr error checks
2008-08-19 Brian Paulmesa: glsl: limit function matching through casting
2008-08-15 Brian Paulmesa: glsl: fix linking of varying vars which are arrays
2008-08-12 Brian Paulmesa: glsl: fix error detection of writing to read...
2008-08-12 Brian Paulmesa: glsl: better error messages
2008-08-06 Brian Paulmesa: glsl: check for rect tex samplers
2008-08-06 Brian Paulmesa: glsl: disallow initializers for varying vars
2008-08-06 Brian Paulmesa: glsl: more type checking for attribute/varying...
2008-08-06 Brian Paulmesa: glsl: check that attribute vars are of float...
2008-08-06 Brian Paulmesa: glsl: more assignment type checking
2008-08-06 Haihao Xiangmesa: glsl: count number of temp regs used
2008-08-06 Brian Paulmesa: glsl: code consolidation in _slang_gen_declaration()
2008-08-06 Brian Paulmesa: glsl: additional type checking for assignments...
2008-08-05 Brian Paulmesa: glsl: re-enable assignment type checking
2008-08-05 Brian Paulmesa: glsl: re-org of intermediate/temp storage
2008-08-05 Brian Paulmesa: glsl: disable broken assignment type checking...
2008-08-04 Brian Paulmesa: glsl: check struct types in _slang_assignment_com...
2008-08-04 Brian Paulmesa: glsl: varying vars can't be user-defined structs
2008-08-04 Brian Paulmesa: glsl: if/while/do condition must be boolean
2008-08-04 Brian Paulmesa: glsl: additional type checking for ?: and = operators
2008-08-04 Brian Paulmesa: glsl: don't allow comparision of arrays
2008-08-04 Brian Paulmesa: glsl: error on const-qualified array declarations
2008-08-04 Brian Paulmesa: glsl: added null ptr check
2008-08-04 Brian Paulmesa: glsl: check that rhs of const var initializer...
2008-08-04 Brian Paulmesa: glsl: fix initialize size error check
2008-08-04 Brian Paulmesa: glsl: added initializer size/type error checking
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-24 Michal Krolmesa: Silence compiler warning on windows.
2008-07-23 Brian Paulmesa: glsl: mark constructor params as const
2008-07-23 Brian Paulmesa: glsl: rework swizzle storage handling
2008-07-22 Brian Paulmesa: glsl: implement constructor functions for user...
2008-07-21 Brian Paulmesa: fix +=, -=, etc. operators
2008-07-21 Brian Paulmesa: assorted glsl uniform/attribute fixes
2008-07-21 Brian Paulmesa: remove debug code
2008-07-19 Brian Paulmesa: glsl: various writemask/swizzle improvements...
2008-07-18 Brian Paulmesa: rework array/struct addressing code.
2008-07-15 Brian Paulmesa: fix some function inlining bugs
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-08 Brian Paulmesa: fix bug/failure in recursive function inlining
2008-07-03 Brian Paulmesa: fix array storage allocation bug
2008-07-02 Brian Paulmesa: fix a GLSL vector subscript/writemask bug
2008-07-02 Brian Paulmesa: move some functions
2008-07-01 Brian Paulmesa: better function inlining in the presence of ...
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
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 Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-03-13 Keith Whitwellmesa: fix (harmless?) assignment in assert
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
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-26 Briangenerate error upon writing to varying var in fragment...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-12 Brianfix swizzle-related bug 11534
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-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
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-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
next