[Mesa-dev] [PATCH 1/1] mesa: initial work for OES_vertex_type_10_10_10_2 extension support.

Dave Airlie airlied at gmail.com
Tue May 22 02:02:59 PDT 2012


just a observation below,
> diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c
> index efa63b0..376e62f 100644
> --- a/src/mesa/main/varray.c
> +++ b/src/mesa/main/varray.c
> @@ -61,6 +61,8 @@
>  #define FIXED_GL_BIT         0x800
>  #define UNSIGNED_INT_2_10_10_10_REV_BIT 0x1000
>  #define INT_2_10_10_10_REV_BIT 0x2000
> +#define UNSIGNED_INT_10_10_10_2_OES_BIT 0x8000
> +#define INT_10_10_10_2_OES_BIT 0x10000

You skipped 0x4000 here for a reason?

Dave.


More information about the mesa-dev mailing list