On Fri, Mar 20, 2015 at 3:29 AM, Dave Airlie <airl...@gmail.com> wrote:
> From: Dave Airlie <airl...@redhat.com>
>
> drops size from 28 bytes to 20.
>
> Signed-off-by: Dave Airlie <airl...@redhat.com>

For the series:
Reviewed-by: Alex Deucher alexander.deuc...@amd.com>

> ---
>  src/mesa/main/mtypes.h | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index c43c6ac..a428a59 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -900,13 +900,15 @@ struct gl_multisample_attrib
>     GLboolean SampleAlphaToCoverage;
>     GLboolean SampleAlphaToOne;
>     GLboolean SampleCoverage;
> -   GLfloat SampleCoverageValue;
>     GLboolean SampleCoverageInvert;
>     GLboolean SampleShading;
> -   GLfloat MinSampleShadingValue;
>
>     /* ARB_texture_multisample / GL3.2 additions */
>     GLboolean SampleMask;
> +
> +   GLfloat SampleCoverageValue;
> +   GLfloat MinSampleShadingValue;
> +
>     /** The GL spec defines this as an array but >32x MSAA is madness */
>     GLbitfield SampleMaskValue;
>  };
> --
> 2.1.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to