OSDN Git Service

mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::UpdateText...
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Aug 2011 16:38:09 +0000 (09:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Sep 2011 19:09:00 +0000 (12:09 -0700)
commiteb805a518216ae61317e7eef78a0b2c692c10eae
tree6f41308a08ac41e3fe7082650c8fb67f834cc88c
parenteba527bf9ffc2fd67c44fb77104107556f509b49
mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::UpdateTexturePalette

There's nothing left that can call any of these functions.  This also
removes the meta-ops code that implemented the first two.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/common/driverfuncs.c
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h
src/mesa/main/dd.h