fix get_result_vector() since fp output slots are not fixed anymore
[mesa.git] / src / mesa / pipe / i915simple / i915_fpc_translate.c
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...