aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_multisample_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-3/+1
* i965: report correct sample positionsChris Forbes2013-04-251-4/+4
* i965: expose sample positionsChris Forbes2013-03-021-43/+74
* i965: add support for sample mask on Gen6+Chris Forbes2013-03-021-6/+13
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-1/+2
* i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.Paul Berry2012-07-241-3/+0
* i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.Paul Berry2012-07-241-6/+64
* i965/msaa: Control multisampling behaviour via the visual.Paul Berry2012-07-241-5/+3
* i965/msaa: Implement glSampleCoverage.Paul Berry2012-06-261-4/+22
* i965/msaa: Enable 4x MSAA on Gen7.Paul Berry2012-05-251-8/+4
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-0/+102