aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_multisample_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Shut up a few unused variable warnings.Kenneth Graunke2018-01-061-2/+2
* i965/gen10: Change the order of PIPE_CONTROL and load register.Rafael Antognolli2017-12-011-3/+3
* i965/gen10: Implement WaSampleOffsetIZ workaroundAnuj Phogat2017-11-031-0/+49
* i965/gen8: Remove unused gen8_emit_3dstate_multisample()Topi Pohjolainen2017-09-211-16/+0
* i965: Port gen6+ multisample state emitting code to genxml.Rafael Antognolli2017-05-031-18/+0
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+2
* i965: Program 16x MSAA sample positions.Neil Roberts2015-11-051-7/+5
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+0
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-2/+2
* i965: Track the number of samples in the drawbuffer.Eric Anholt2014-04-301-8/+4
* i965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample count handling.Kenneth Graunke2014-02-191-23/+3
* i965: Program 2x MSAA sample positions.Kenneth Graunke2014-02-101-4/+2
* i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke2014-02-101-1/+1
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-311-0/+117