Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1
[mesa.git] / src / mesa / pipe / i915simple / i915_fpc_translate.c
2007-12-09 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2007-11-25 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-22 MichalFix compatibility issues between gcc and msvc.
2007-11-22 MichalMake it compile under Win32.
2007-11-08 BrianRemove TGSI_OPCODE_TXP
2007-11-08 Briancheck for divide by W flag when translating TGSI_OPCODE...
2007-10-31 José FonsecaHandle TGSI_OPCODE_RET.
2007-10-31 José FonsecaAllow more verbose error output.
2007-10-15 Briancheck for extended swizzles, added TGSI_OPCODE_KILP
2007-10-10 Brianfix get_result_vector() since fp output slots are not...
2007-10-02 BrianAdded TGSI_OPCODE_END
2007-09-21 BrianGet rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM...
2007-09-20 Brianremove old code in src_vector()
2007-09-20 BrianClean-up the TGSI_SEMANTIC tokens, introduce semantic...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-08-25 BrianFix fragment program color output mapping (0=depth...
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 Brianremove dead/debug code, misc clean-up
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-23 BrianCheckpoint: texture image and sampler state handling...
2007-08-22 BrianRework of shader constant buffers.
2007-08-22 Briancode movement, null ptr checks, etc
2007-08-22 Brianimplement negation for src operands
2007-08-22 BrianFragment shader translation seems to basically work...
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-21 BrianInitial check-in of i915 fragment program translation...