Mesa (master): mesa/main: Add support for remap table.

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 23 15:10:47 UTC 2009


Module: Mesa
Branch: master
Commit: d7d3fb925b6993740d0126d0d7e678c27f5f1850
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7d3fb925b6993740d0126d0d7e678c27f5f1850

Author: Chia-I Wu <olvaffe at gmail.com>
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 <olvaffe at gmail.com>

---

 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



More information about the mesa-commit mailing list