[Mesa-dev] [PATCH 0/2] update tnl module to the recent VERT_ATTRIB* changes.
Brian Paul
brianp at vmware.com
Thu Dec 1 13:21:20 PST 2011
On 12/01/2011 01:03 PM, Mathias Fröhlich wrote:
>
> These two patches should fix:
>
> https://bugs.freedesktop.org/show_bug.cgi?id=3D43353
>
> Please review.
>
>
> Mathias Fröhlich (2):
> mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.
> mesa: Renumber the tnl attributes to match VERT_ATTRIB*.
>
> src/mesa/main/bitset.h | 21 ++++++++++++++--
> src/mesa/tnl/t_context.h | 58
> +++++++++++++++++++++++-----------------------
> 2 files changed, 47 insertions(+), 32 deletions(-)
>
Looks good. The piglit test passes again for me.
Reviewed-by: Brian Paul <brianp at vmware.com>
BTW, the bitset stuff is a mess, it's only used in one place and could
be replaced by a GLbitfield64.
-Brian
More information about the mesa-dev
mailing list