summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_multisample_state.c
AgeCommit message (Expand)AuthorFilesLines
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