summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: silence compiler warningKeith Whitwell2009-08-191-1/+1
* tgsi: remove unused function argumentKeith Whitwell2009-08-191-4/+2
* tgsi: add missing functionality to support instructions with labelsKeith Whitwell2009-08-192-1/+57
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-182-0/+9
|\
| * tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
| * tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4
* | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul2009-08-171-8/+2
* | tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-132-4/+40
* | tgsi: rename ureg src/dest convertersKeith Whitwell2009-08-131-3/+3
* | tgsi: turn off debuggingKeith Whitwell2009-08-131-1/+1
* | tgsi: use REALLOC for growing token poolKeith Whitwell2009-08-131-11/+5
* | tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell2009-08-135-0/+1381
* | gallium: fix debug_printf() format stringBrian Paul2009-08-111-1/+1
* | tgsi: report opcode name in addition to the number when translation failsBrian Paul2009-08-032-3/+9
* | tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-032-0/+13
* | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-316-21/+21
* | tgsi: Add proper constraints to sanity.Michal Krol2009-07-301-2/+22