i965/fs: Allocate the param_size array dynamically.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_multisample_state.c
2014-02-10 Kenneth Graunkei965: Program 2x MSAA sample positions.
2014-02-10 Kenneth Graunkei965: Store 4x MSAA sample positions in a scalar value...
2014-02-10 Kenneth Graunkei965: Duplicate less code in GetSamplePositions driver...
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2013-12-07 Chris Forbesi965: refactor sample mask calculation
2013-10-28 Kenneth Graunkei965: Move post-sync non-zero flush for 3DSTATE_MULTISA...
2013-08-14 Chad Versacei965: Move arrays brw_multisample_positions* to new...
2013-08-14 Chad Versacei965: Refactor names of sample_positions_8/4x arrays
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-04-25 Chris Forbesi965: report correct sample positions
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: add support for sample mask on Gen6+
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-24 Paul Berryi965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK...
2012-07-24 Paul Berryi965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-05-25 Paul Berryi965/msaa: Enable 4x MSAA on Gen7.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.