Patches 7 through 19 are

Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>

with the same caveats on patches 9 and 11 as for patch 5.

On 02/12/2014 05:17 PM, Emil Velikov wrote:
> ... over the one provided by the headers.
> Explicitly set extension members to improve clarity.
> 
> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
> ---
>  src/glx/dri_glx.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c
> index 8593750..3b7502d 100644
> --- a/src/glx/dri_glx.c
> +++ b/src/glx/dri_glx.c
> @@ -271,8 +271,9 @@ __glXReportDamage(__DRIdrawable * driDraw,
>  }
>  
>  static const __DRIdamageExtension damageExtension = {
> -   {__DRI_DAMAGE, __DRI_DAMAGE_VERSION},
> -   __glXReportDamage,
> +   .base = {__DRI_DAMAGE, 1 },
> +
> +   .reportDamage        = __glXReportDamage,
>  };
>  
>  #endif
> 

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to