summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_emit.c
AgeCommit message (Expand)Author
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
2010-06-02glsl: fix bad sanity-check assertionBrian Paul
2010-05-01glsl: s/sprintf/_mesa_snprintf/Vinson Lee
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke
2010-02-17glsl: Silence unused value warning.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16glsl: Remove unnecessary header from slang_emit.c.Vinson Lee
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul
2009-12-22mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instructionBrian Paul
2009-11-24slang: Fix allocation size.Michal Krol
2009-11-23slang: Check return value from emit_instruction().Michal Krol
2009-11-10slang: Fix return value check.Michal Krol
2009-11-10slang: Check OOM conditions for alloc_node_storage().Michal Krol
2009-11-10slang: Check return value from new_instruction().Michal Krol
2009-11-10slang: Handle OOM condition in new_instruction().Michal Krol
2009-09-29glsl: add support for CMP instructionBrian Paul
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