[Mesa-dev] [PATCH 01/14] mesa: reorder gl_multisample_attrib

Alex Deucher alexdeucher at gmail.com
Fri Mar 20 07:10:20 PDT 2015


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

For the series:
Reviewed-by: Alex Deucher alexander.deucher at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list