summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_multisample_state.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-17i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke1-3/+0
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-1/+0
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-2/+2
2014-10-01i965: Initialize the SampleMap{2,4,8}x variablesAnuj Phogat1-0/+45
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-4/+2
2014-04-30i965: Track the number of samples in the drawbuffer.Eric Anholt1-10/+7
2014-02-10i965: Program 2x MSAA sample positions.Kenneth Graunke1-0/+3
2014-02-10i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke1-2/+2
2014-02-10i965: Duplicate less code in GetSamplePositions driver hook.Kenneth Graunke1-11/+12
2014-01-31i965: Update multisampling state for Broadwell.Kenneth Graunke1-0/+2
2013-12-07i965: refactor sample mask calculationChris Forbes1-28/+35
2013-10-28i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.Kenneth Graunke1-3/+3
2013-08-13i965: Move arrays brw_multisample_positions* to new headerChad Versace1-46/+1
2013-08-13i965: Refactor names of sample_positions_8/4x arraysChad Versace1-7/+7
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-6/+3
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-3/+1
2013-04-25i965: report correct sample positionsChris Forbes1-4/+4
2013-03-02i965: expose sample positionsChris Forbes1-43/+74
2013-03-02i965: add support for sample mask on Gen6+Chris Forbes1-6/+13
2012-08-01i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry1-1/+2
2012-07-24i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.Paul Berry1-3/+0
2012-07-24i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.Paul Berry1-6/+64
2012-07-24i965/msaa: Control multisampling behaviour via the visual.Paul Berry1-5/+3
2012-06-26i965/msaa: Implement glSampleCoverage.Paul Berry1-4/+22
2012-05-25i965/msaa: Enable 4x MSAA on Gen7.Paul Berry1-8/+4
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-0/+102