summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_fpc_translate.c
AgeCommit message (Expand)Author
2007-11-23gallium: reorg tgsi directories.Michal Krol
2007-11-22Fix compatibility issues between gcc and msvc.Michal
2007-11-22Make it compile under Win32.Michal
2007-11-08Remove TGSI_OPCODE_TXPBrian
2007-11-08check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected ...Brian
2007-10-31Handle TGSI_OPCODE_RET.José Fonseca
2007-10-31Allow more verbose error output.José Fonseca
2007-10-15check for extended swizzles, added TGSI_OPCODE_KILPBrian
2007-10-10fix get_result_vector() since fp output slots are not fixed anymoreBrian
2007-10-02Added TGSI_OPCODE_ENDBrian
2007-09-21Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.Brian
2007-09-20remove old code in src_vector()Brian
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-08-24Fix fragment program color output mapping (0=depth, 1=color)Brian
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23remove dead/debug code, misc clean-upBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-22Checkpoint: texture image and sampler state handling, plus better vertex form...Brian
2007-08-22Rework of shader constant buffers.Brian
2007-08-22code movement, null ptr checks, etcBrian
2007-08-22implement negation for src operandsBrian
2007-08-21Fragment shader translation seems to basically work now. More testing needed.Brian
2007-08-21First pass at a fallback concept for pipe devices.Keith Whitwell
2007-08-21Initial check-in of i915 fragment program translation (from tgsi).Brian