i965: Use sample barycentric coordinates with per sample shading
[mesa.git] / src / mesa / drivers / dri / i965 / brw_lower_texture_gradients.cpp
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-04-12 Eric Anholti965: Shut up the last release build warning.
2013-01-18 Kenneth Graunkei965: Lower textureGrad() with samplerCubeShadow on...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...