summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-2411-574/+126
* tgsi: Document Declaration Semantic token and FACE semantic name.Michal Krol2009-11-241-0/+32
* tgsi: Implement predicated instructions in exec.Michal Krol2009-11-242-5/+48
* tgsi: Add ureg_DECL_loop().Michal Krol2009-11-242-0/+25
* tgsi: Account for gallium shader token representation changes.Michal Krol2009-11-245-132/+106
* tgsi: Clamp the source argument in micro_exp2() to avoid Inf.Michal Krol2009-11-231-0/+18
* tgsi: Remove code that actually had no effect.Michal Krol2009-11-231-4/+0
* tgsi: Fix POSITION and FACE fragment shader inputs.Michal Krol2009-11-232-36/+42
* tgsi: Bring BGNFOR/ENDFOR implementation up to spec.Michal Krol2009-11-232-13/+35
* tgsi: Fake TXD implementation in exec.Michal Krol2009-11-231-1/+59
* tgsi: Add execution debugging facilities to exec.Michal Krol2009-11-231-4/+63
* tgsi: Provide ultimate solution for SOA dependencies in exec.Michal Krol2009-11-191-162/+189
* tgsi/exec: Exit early on error.Michal Krol2009-11-101-1/+1
* tgsi/ureg: Simplify logic in tokens_expand().Michal Krol2009-11-101-9/+6
* tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol2009-11-042-75/+94
* tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol2009-11-031-3/+3
* tgsi/ureg: Add negate and swizzle for predicates.Michal Krol2009-11-022-22/+208
* tgsi/ureg: Update for gallium interface changes.Michal Krol2009-11-022-22/+69
* tgsi: Update for gallium interface changes.Michal Krol2009-11-0210-542/+137
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-238-202/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-2313-262/+38
* gallium: remove noise opcodesKeith Whitwell2009-10-233-24/+4
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-5/+5
|\
| * tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul2009-09-241-5/+5
* | tgsi/sse: remove old commentsBrian Paul2009-09-241-8/+0
* | tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul2009-09-241-4/+4
* | tgsi: Scan input interpolators, too.Michal Krol2009-09-172-0/+2
* | tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell2009-09-131-8/+23
* | tgsi: implement saturationKeith Whitwell2009-09-121-17/+26
* | tgsi: add missing implementation of constant decl changeKeith Whitwell2009-09-121-8/+61
* | ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell2009-09-122-0/+30
* | ureg: add generic emitters for tex and branch instructionsKeith Whitwell2009-09-122-11/+80
* | tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2009-09-122-2/+6
* | tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell2009-09-122-38/+37
* | tgsi: free tokens on errorKeith Whitwell2009-09-121-0/+3
* | tgsi: sanity check ureg programsKeith Whitwell2009-09-121-0/+10
* | tgsi: add const qualifierKeith Whitwell2009-09-122-2/+2
|/
* tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2009-09-102-14/+43
* tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol2009-09-041-2/+12
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-039-173/+424
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-015-21/+2
* tgsi: Only free temp uregs.José Fonseca2009-08-241-2/+3
* tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca2009-08-242-14/+30
* tgsi: add generic instruction builderKeith Whitwell2009-08-242-0/+33
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+44
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* tgsi: Add missing include.José Fonseca2009-08-191-0/+1
* tgsi: Fix typo in ureg constant creation.José Fonseca2009-08-191-1/+1