summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_sse2.c
AgeCommit message (Expand)Author
2011-03-04tgsi: Disable SSE2 code generation.José Fonseca
2011-01-26tgsi: add cases for array texturesBrian Paul
2010-12-08tgsi/sse: add support for system valuesBrian Paul
2010-09-22tgsi: Fix missing test before checkJakob Bornecrantz
2010-09-20tgsi: Remove duplicate case value.Vinson Lee
2010-09-21tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul
2010-06-03tgsi: we don't support indirect input/output registers in SSE codegen yetBrian Paul
2010-06-03tgsi: whitespace cleanupBrian Paul
2010-05-07tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul
2010-05-06tgsi: make SSE ADD instruction SOA-safeBrian Paul
2010-05-06tgsi: code refactoringBrian Paul
2010-04-27tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-07tgsi: fix SSE code emit for XPDBrian Paul
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith 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-13tgsi: handle some src/dst aliasing in tgsi_sse2.cKeith Whitwell
2009-09-12tgsi: implement saturationKeith Whitwell
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-03tgsi: report opcode name in addition to the number when translation failsBrian Paul
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20tgsi: fix regression in indexed const lookupsKeith Whitwell
2009-07-16tgsi: simplify and fix sse KIL implementationKeith Whitwell
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16tgsi: make sse function callout mechanism more genericKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell
2009-04-24tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul
2009-04-10tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol