i965: Update brw_wm_debug_recompile() for newer key entries.
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_multisample_state.c
2017-05-04 Rafael Antognollii965: Port gen6+ multisample state emitting code to...
2016-08-12 Anuj Phogati965: Change 8X MSAA sample mapping
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Bas Nieuwenhuizenmesa: replace gl_context->Multisample._Enabled with...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-11-05 Neil Robertsi965: Program 16x MSAA sample positions.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Ian Romanicki965: Trivial formatting changes in gen6_multisample_st...
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-10-01 Anuj Phogati965: Initialize the SampleMap{2,4,8}x variables
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-04-30 Eric Anholti965: Track the number of samples in the drawbuffer.
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.