summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_codegen.c
AgeCommit message (Expand)Author
2008-11-26mesa: add missing type check for function callsBrian Paul
2008-11-24mesa: added support for GLSL 1.20 array.length() methodBrian Paul
2008-11-24mesa: set flags for varying varsBrian Paul
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul
2008-11-21mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul
2008-11-21mesa: better variable name: s/aux/store/Brian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-19mesa: updated commentBrian Paul
2008-11-13mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2008-11-13mesa: remove some do-nothing GLSL codeBrian Paul
2008-11-10mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul
2008-11-10mesa: initial support for uniform variable initializers.Brian Paul
2008-11-07mesa: add GLSL support for DP2, NRM3, NRM4 instructions (not actually emitted...Brian Paul
2008-11-05mesa: fix a GLSL array indexing codegen bugBrian Paul
2008-11-04mesa: fix float-valued GLSL vertex attribute variablesBrian Paul
2008-11-01mesa: fix assignment / parameter passing of sampler typesBrian Paul
2008-10-31mesa: fix copy/paste error in GLSL error msgBrian Paul
2008-09-25mesa: prevent the slang code generator from aborting when faced with a sample...Sam Hocevar
2008-08-25mesa: glsl: grab latest fixes from gallium-0.1 branchBrian Paul
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-08-06mesa: glsl: count number of temp regs usedHaihao Xiang
2008-07-29mesa: cast to fix warningBrian Paul
2008-07-29mesa: fix bug/failure in recursive function inliningBrian Paul
2008-07-29mesa: remove stray debug codeBrian Paul
2008-07-29mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul
2008-07-29mesa: glsl: additional error detectionBrian Paul
2008-07-29mesa: gls: fix broken else clause of conditional break/continueBrian Paul
2008-07-29mesa: Silence compiler warning on windows.Michal Krol
2008-07-29mesa: glsl: mark constructor params as constBrian Paul
2008-07-29mesa: glsl: rework swizzle storage handlingBrian Paul
2008-07-29mesa: glsl: implement constructor functions for user-defined typesBrian Paul
2008-07-29mesa: fix +=, -=, etc. operatorsBrian Paul
2008-07-29mesa: assorted glsl uniform/attribute fixesBrian Paul
2008-07-29mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-29mesa: rework array/struct addressing code.Brian Paul
2008-07-29mesa: fix some function inlining bugsBrian Paul
2008-07-03mesa: fix array storage allocation bugBrian Paul
2008-07-01mesa: fix a GLSL vector subscript/writemask bugBrian Paul
2008-07-01mesa: move some functionsBrian Paul
2008-07-01mesa: better function inlining in the presence of 'return' statementsBrian Paul
2008-05-20fix incorrect sampler numbering/indexing.Brian Paul
2008-05-16fix assertion typo: s/=/==/Brian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-04-03rewrite some of the mat*mat, mat*vec intrinsicsBrian
2007-12-04Fix gl_FrontFacing compilation problemBrian
2007-10-26Merge branch '965-glsl'Zou Nan hai
2007-10-24Implement gl_PointCoord attribute for GLSL fragment shaders.Brian
2007-07-31fix failure caused by undeclared variable (bug 11783)Brian
2007-07-26fix-up inlined/non-inlined function inconsistenciesBrian
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian