summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_multisample_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Change 8X MSAA sample mappingAnuj Phogat2016-08-121-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-1/+2
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-1/+1
* meta: Support 16x MSAA in the multisample scaled blit shaderNeil Roberts2015-11-051-0/+14
* i965: Program 16x MSAA sample positions.Neil Roberts2015-11-051-0/+3
* i965: Trivial formatting changes in gen6_multisample_state.cIan Romanick2015-08-031-5/+2
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-2/+2
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-1/+2
* i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke2015-02-171-3/+0
* 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: Initialize the SampleMap{2,4,8}x variablesAnuj Phogat2014-10-011-0/+45
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-4/+2
* i965: Track the number of samples in the drawbuffer.Eric Anholt2014-04-301-10/+7
* i965: Program 2x MSAA sample positions.Kenneth Graunke2014-02-101-0/+3
* i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke2014-02-101-2/+2
* i965: Duplicate less code in GetSamplePositions driver hook.Kenneth Graunke2014-02-101-11/+12
* i965: Update multisampling state for Broadwell.Kenneth Graunke2014-01-311-0/+2
* i965: refactor sample mask calculationChris Forbes2013-12-071-28/+35
* i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.Kenneth Graunke2013-10-281-3/+3
* i965: Move arrays brw_multisample_positions* to new headerChad Versace2013-08-131-46/+1
* i965: Refactor names of sample_positions_8/4x arraysChad Versace2013-08-131-7/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-6/+3
* 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