summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen8_multisample_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-21i965/gen8: Remove unused gen8_emit_3dstate_multisample()Topi Pohjolainen1-16/+0
2017-05-03i965: Port gen6+ multisample state emitting code to genxml.Rafael Antognolli1-18/+0
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+2
2015-11-05i965: Program 16x MSAA sample positions.Neil Roberts1-7/+5
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-04-30i965: Track the number of samples in the drawbuffer.Eric Anholt1-8/+4
2014-02-19i965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample count handling.Kenneth Graunke1-23/+3
2014-02-10i965: Program 2x MSAA sample positions.Kenneth Graunke1-4/+2
2014-02-10i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke1-1/+1
2014-01-31i965: Update multisampling state for Broadwell.Kenneth Graunke1-0/+117