mesa/main: Add support for remap table.
authorChia-I Wu <olvaffe@gmail.com>
Thu, 8 Oct 2009 02:33:32 +0000 (10:33 +0800)
committerBrian Paul <brianp@vmware.com>
Fri, 23 Oct 2009 15:10:04 +0000 (09:10 -0600)
commitd7d3fb925b6993740d0126d0d7e678c27f5f1850
tree89f08497fc8507beebd710b7b9fee7281cd839fa
parentbec5230a1ff3998d0f184fc2b7437b51082c329f
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@gmail.com>
src/mesa/glapi/Makefile
src/mesa/glapi/remap_helper.py [new file with mode: 0644]
src/mesa/main/mfeatures.h
src/mesa/main/remap.c [new file with mode: 0644]
src/mesa/main/remap.h [new file with mode: 0644]
src/mesa/main/remap_helper.h [new file with mode: 0644]