summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/slang_common_builtin.gc
AgeCommit message (Expand)Author
2008-08-22mesa: glsl: implement exp() functions in terms of EXP asm instruction, not powBrian Paul
2008-08-12mesa: glsl: better mod() functionsBrian Paul
2008-08-11mesa: glsl: change refract() functions to allow inliningBrian Paul
2008-08-11mesa: glsl: use SGE instead of SGT in step() functionsBrian Paul
2008-08-11mesa: glsl: fix bugs in refract() functions, plus minor optimizationBrian Paul
2008-08-05mesa: glsl: remove invalid use of f.x syntax where f is a floatBrian Paul
2008-08-05mesa: glsl: re-org of intermediate/temp storageBrian Paul
2008-07-17mesa: fix/improve the atan(y,x) functionBrian Paul
2008-07-16mesa: fix copy&paste errors in degrees() functionsBrian Paul
2008-07-02mesa: added some missing equal() notEqual() intrinsicsBrian Paul
2008-07-02mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctorsBrian Paul
2008-05-14mesa: fix missing w assignment in asin(vec4)Brian Paul
2007-05-10Implement exp() in terms of __asm float_power. Fix typo in mod(vec4) function.Brian
2007-05-01implement acos(), asin(), atan()Brian
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian
2007-04-17fix/simplify some texture functionsBrian
2007-04-14implement shadow2DRect functionsBrian
2007-04-11move/fix texture sampling funcsBrian
2007-03-08Update lessThan(), lessThanEqual() functions, improve some matrix constructors.Brian
2007-03-08Rework matrix-related code.Brian
2007-02-03minor tweaks to distance() funcsBrian
2007-01-31New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with in...Brian
2007-01-28noise functionsBrian
2007-01-28implement mix() with LRP instructionBrian
2007-01-19Rewrite normalize(vec3/vec4) to use one less register.Brian
2007-01-08implement biased texture functionsBrian
2007-01-08update texture1D functionsBrian
2007-01-08Implement projective texture sampling, 3D textures. Disable some debug output.Brian
2007-01-05Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian
2007-01-04initial code to get texture sampling limping alongBrian
2006-12-21chmod a-xBrian
2006-12-13Rewrite/simplify most built-in functions to use updated set of __asm instruct...Brian
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-14More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol
2006-02-18More GLSL code.Michal Krol
2006-02-13More glsl code.Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-01-28move fileMichal Krol