Module: Mesa Branch: master Commit: d7d3fb925b6993740d0126d0d7e678c27f5f1850 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7d3fb925b6993740d0126d0d7e678c27f5f1850
Author: Chia-I Wu <[email protected]> Date: Thu Oct 8 10:33:32 2009 +0800 mesa/main: Add support for remap table. This commit only adds the source files. It is supposed to replace the remap table in DRI drivers. Signed-off-by: Chia-I Wu <[email protected]> --- src/mesa/glapi/Makefile | 4 + src/mesa/glapi/remap_helper.py | 219 ++ src/mesa/main/mfeatures.h | 6 + src/mesa/main/remap.c | 216 ++ src/mesa/main/remap.h | 87 + src/mesa/main/remap_helper.h | 5884 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 6416 insertions(+), 0 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=d7d3fb925b6993740d0126d0d7e678c27f5f1850 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
