summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)Author
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24tgsi/sse: remove old commentsBrian Paul
2009-09-24tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul
2009-09-24tgsi/sse: Pass the lodbias, not zero. More comments.Brian Paul
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-09-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell
2009-09-12tgsi: implement saturationKeith Whitwell
2009-09-12tgsi: add missing implementation of constant decl changeKeith Whitwell
2009-09-12ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell
2009-09-12ureg: add generic emitters for tex and branch instructionsKeith Whitwell
2009-09-12tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell
2009-09-12tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell
2009-09-12tgsi: free tokens on errorKeith Whitwell
2009-09-12tgsi: sanity check ureg programsKeith Whitwell
2009-09-12tgsi: add const qualifierKeith Whitwell
2009-09-10tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul
2009-09-04tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-08-24tgsi: Only free temp uregs.José Fonseca
2009-08-24tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca
2009-08-24tgsi: add generic instruction builderKeith Whitwell
2009-08-20tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-08-19tgsi: Add missing include.José Fonseca
2009-08-19tgsi: Fix typo in ureg constant creation.José Fonseca
2009-08-19tgsi: silence compiler warningKeith Whitwell
2009-08-19tgsi: remove unused function argumentKeith Whitwell
2009-08-19tgsi: add missing functionality to support instructions with labelsKeith Whitwell
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-17gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul
2009-08-13tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell
2009-08-13tgsi: rename ureg src/dest convertersKeith Whitwell
2009-08-13tgsi: turn off debuggingKeith Whitwell
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell
2009-08-13tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell
2009-08-11gallium: fix debug_printf() format stringBrian Paul
2009-08-03tgsi: report opcode name in addition to the number when translation failsBrian Paul
2009-08-03tgsi: added tgsi_get_opcode_name()Brian Paul
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-30tgsi: Add proper constraints to sanity.Michal Krol
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-07-30tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol