summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_emit.c
AgeCommit message (Expand)Author
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-01glsl: implement compiling/linking of separate compilation unitsBrian Paul
2009-03-19glsl: when debug pragma is on, emit comments about function calls/inlinesBrian Paul
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-02-23glsl: yet another swizzled expression fixBrian Paul
2009-02-23glsl: fix another swizzle-related bugBrian Paul
2009-02-20glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul
2009-02-18glsl: fix a swizzle-related regressionBrian Paul
2009-02-17glsl: fix mistake in a commentBrian Paul
2009-02-17glsl: fix an array indexing bugBrian Paul
2009-02-02glsl: update program->InputsRead when referencing input attributesBrian Paul
2009-01-16glsl: fix broken sampler assignmentsBrian Paul
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-14glsl: simplify IR storage for samplersBrian Paul
2009-01-14glsl: support sampler arrays.Alan Hourihane
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-02mesa: fix warning about possibly undefined var in GLSL compilerBrian Paul
2009-01-02mesa: fix another "out of samplers" problemBrian Paul
2008-12-30mesa: fix bug in evaluation of structure fieldsBrian Paul
2008-12-30mesa: allow variable indexing into the predefined uniform variable arraysBrian Paul
2008-12-16mesa: fix some GLSL array regressionsBrian Paul
2008-11-26mesa: add missing size check for assignment optimizationBrian Paul
2008-11-21mesa: better variable name: s/aux/store/Brian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-19mesa: don't realloc instruction buffer so oftenBrian Paul
2008-11-13mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2008-11-13mesa: revamp GLSL instruction emit codeBrian 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-01mesa: fix assignment / parameter passing of sampler typesBrian Paul
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-07-29mesa: glsl: remove old assertion (fixes glsl/bitmap.c)Brian 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: glsl: fix/simplify array element handlingBrian Paul
2008-07-29mesa: glsl: rework swizzle storage handlingBrian Paul
2008-07-29mesa: initial support for GLSL struct/array comparisonsBrian Paul
2008-07-29mesa: added null ptr check (error handling case)Brian 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-16mesa: fix temp re-use bug in emit_arith()Brian Paul
2008-07-15mesa: add missing IR_LOG2 caseBrian Paul
2008-07-15mesa: fix storage size computation in emit_arith()Brian Paul
2008-07-01mesa: make _slang_swizzle_swizzle() non-privateBrian Paul
2008-06-12glsl: implement variable array indexesZack Rusin
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2008-05-14fix some additional program refcounting bugsBrian Paul
2008-03-14init tmpNode to zerosBrian