summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
AgeCommit message (Expand)Author
2010-05-13gallivm: rename a varBrian Paul
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul
2010-05-10gallivm: Add missing lvalue.José Fonseca
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-08gallivm: Fix BREAK/CONT translation.José Fonseca
2010-05-08gallivm: Support predicates.José Fonseca
2010-05-04gallivm: Proper implementation of TXL opcode.José Fonseca
2010-05-04gallivm: Fix several glitches introduced in the prev commit.José Fonseca
2010-05-04gallivm: Implement TXD.José Fonseca
2010-05-04gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca
2010-05-03gallivm: Replace predicate assertion failure with warning message.José Fonseca
2010-05-02gallivm: fix nested break and continue statementsZack Rusin
2010-04-27gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27gallivm: Ensure all allocas are in the first block.José Fonseca
2010-04-26gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane
2010-04-25gallivm: Rename variable info to opcode_info.Vinson Lee
2010-04-24gallivm: Remove NULL check of pointer that can't be NULL.Vinson Lee
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-22gallivm: implement indirect addressing over constantsZack Rusin
2010-04-22gallivm: update commentsZack Rusin
2010-04-22gallivm: fix nested cont statementsZack Rusin
2010-04-22gallivm: fix nested break statemantsZack Rusin
2010-04-21gallivm: added some assertions in loop-gen codeBrian Paul
2010-04-21gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/Brian Paul
2010-04-21gallivm: emit_instruction() is booleanBrian Paul
2010-04-21gallivm: implement TGSI KILPBrian Paul
2010-03-30gallivm: cleanup the code (found by coverity)Zack Rusin
2010-03-29gallivm: make sure that the alloca's are the very first thing in the functionZack Rusin
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul
2010-03-11gallivm: include tgsi_dump.h to silence warningBrian Paul
2010-03-10gallivm: simplify conditional branchingJose Fonseca
2010-03-10gallivm: properly test the if condition and branch to the proper labelZack Rusin
2010-03-10gallivm: implement loopsZack Rusin
2010-03-08gallivm: fix a crash by making sure we set the has_mask flag correctlyZack Rusin
2010-03-06gallivm: Answer question/comment.José Fonseca
2010-03-06gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca
2010-03-04gallivm: added question/commentBrian Paul
2010-03-02llvmpipe: improve based on review from Jose and fix else clausesZack Rusin
2010-03-01llvmpipe: implement some control-flowZack Rusin
2010-02-11llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.José Fonseca
2010-02-11gallivm: TGSI_OPCODE_CONT is not deprecated.José Fonseca
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin