mesa: use vbo_attrib_tmp.h to generate display list vertex attrib functions
authorMarek Olšák <marek.olsak@amd.com>
Sun, 8 Mar 2020 22:47:56 +0000 (18:47 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 19 Mar 2020 23:24:08 +0000 (23:24 +0000)
commit98d11972334186b1b5ede148e32ac7758be56ce4
tree853a3ac30e0a66125519411d1d9d86713509a7fb
parent3252041a7872c49e53bb02ffe8b079b5fc43f15e
mesa: use vbo_attrib_tmp.h to generate display list vertex attrib functions

This removes about 1150 lines of code.

The diff is messy, but the new code really starts with save_Attr32bit and
below. Ignore false Eval/Material/Begin changes etc. Git can't figure out
what was really changed. I didn't change them.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4123>
src/mesa/main/dlist.c
src/mesa/main/macros.h
src/mesa/main/mtypes.h
src/mesa/main/vtxfmt.c