index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen6_multisample_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Change 8X MSAA sample mapping
Anuj Phogat
2016-08-12
1
-1
/
+1
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+2
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
1
-1
/
+1
*
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
2015-11-05
1
-0
/
+14
*
i965: Program 16x MSAA sample positions.
Neil Roberts
2015-11-05
1
-0
/
+3
*
i965: Trivial formatting changes in gen6_multisample_state.c
Ian Romanick
2015-08-03
1
-5
/
+2
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-2
/
+2
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-1
/
+2
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-3
/
+0
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+2
*
i965: Initialize the SampleMap{2,4,8}x variables
Anuj Phogat
2014-10-01
1
-0
/
+45
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-4
/
+2
*
i965: Track the number of samples in the drawbuffer.
Eric Anholt
2014-04-30
1
-10
/
+7
*
i965: Program 2x MSAA sample positions.
Kenneth Graunke
2014-02-10
1
-0
/
+3
*
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Kenneth Graunke
2014-02-10
1
-2
/
+2
*
i965: Duplicate less code in GetSamplePositions driver hook.
Kenneth Graunke
2014-02-10
1
-11
/
+12
*
i965: Update multisampling state for Broadwell.
Kenneth Graunke
2014-01-31
1
-0
/
+2
*
i965: refactor sample mask calculation
Chris Forbes
2013-12-07
1
-28
/
+35
*
i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
Kenneth Graunke
2013-10-28
1
-3
/
+3
*
i965: Move arrays brw_multisample_positions* to new header
Chad Versace
2013-08-13
1
-46
/
+1
*
i965: Refactor names of sample_positions_8/4x arrays
Chad Versace
2013-08-13
1
-7
/
+7
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
i965: report correct sample positions
Chris Forbes
2013-04-25
1
-4
/
+4
*
i965: expose sample positions
Chris Forbes
2013-03-02
1
-43
/
+74
*
i965: add support for sample mask on Gen6+
Chris Forbes
2013-03-02
1
-6
/
+13
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-1
/
+2
*
i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.
Paul Berry
2012-07-24
1
-3
/
+0
*
i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.
Paul Berry
2012-07-24
1
-6
/
+64
*
i965/msaa: Control multisampling behaviour via the visual.
Paul Berry
2012-07-24
1
-5
/
+3
*
i965/msaa: Implement glSampleCoverage.
Paul Berry
2012-06-26
1
-4
/
+22
*
i965/msaa: Enable 4x MSAA on Gen7.
Paul Berry
2012-05-25
1
-8
/
+4
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+102