summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_emit.c
AgeCommit message (Expand)Author
2008-08-20mesa: glsl: fix a swizzle bug in storage_to_src_reg()Brian Paul
2008-08-20mesa: glsl: add check for exceeding max number of constants/uniformsBrian Paul
2008-08-19mesa: glsl: add usage tracking for uniform varsBrian Paul
2008-08-19mesa: glsl: put var emit/ref code into separate functionsBrian Paul
2008-08-12mesa: glsl: fix commentBrian Paul
2008-08-05mesa: glsl: re-org of intermediate/temp storageBrian Paul
2008-08-04mesa: glsl: add missing code emit for struct/fieldBrian Paul
2008-08-04mesa: glsl: stop code emit after error is recordedBrian Paul
2008-07-29mesa: glsl: remove old assertion (fixes glsl/bitmap.c)Brian Paul
2008-07-25mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul
2008-07-25mesa: glsl: additional error detectionBrian Paul
2008-07-24mesa: gls: fix broken else clause of conditional break/continueBrian Paul
2008-07-23mesa: glsl: fix/simplify array element handlingBrian Paul
2008-07-22mesa: glsl: rework swizzle storage handlingBrian Paul
2008-07-21mesa: initial support for GLSL struct/array comparisonsBrian Paul
2008-07-21mesa: added null ptr check (error handling case)Brian Paul
2008-07-18mesa: glsl: various writemask/swizzle improvements and clean-upsBrian Paul
2008-07-18mesa: 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-14mesa: minor bug fixes from masterBrian Paul
2008-05-14fix some additional program refcounting bugsBrian Paul
2008-03-14mesa: init tmpNode to zerosBrian Paul
2008-03-14mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian Paul
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-21Remove all the USE_MEMPOOL debug code.Brian
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian
2007-04-21free subroutine array (fix mem leak)Brian
2007-04-16Fix some assertions that could occur when an error was earlier logged.Brian
2007-04-09undo a debug/test changeBrian
2007-03-31always emit BGN/ENDSUB, for now anywayBrian
2007-03-28cond code fixBrian
2007-03-28fix cond code swizzle bugBrian
2007-03-28optimization for the emit_not() functionBrian
2007-03-28remove IR_BREAK_IF_FALSEBrian
2007-03-28Get rid of IR_CONT_IF_FALSEBrian
2007-03-28Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere.Brian
2007-03-28added some null ptr checks to handle error recoveryBrian
2007-03-28Use constant_to_src_reg() to simplify some codeBrian
2007-03-28Fix, clean-up code related to comparisons, condition codes, etc.Brian
2007-03-27Implement true CAL/RET subroutines. Some optimizations, clean-ups coming...Brian
2007-03-26Checkpoint: implementing true CAL/RET instructions for subroutine calls.Brian
2007-03-26Get rid of IR_JUMP and related code.Brian
2007-03-26Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.Brian
2007-03-26remove debug abort() callsBrian