commit | 17ef1f6074d6107c167f1956a5c60993904c0b72 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Thu Oct 08 10:33:57 2009 +0800 |
committer | Brian Paul <brianp@vmware.com> | Fri Oct 23 09:10:04 2009 -0600 |
tree | dc606f3d06e16aeecb29bb1cbc71ba3ddd7a44f6 | |
parent | d7d3fb925b6993740d0126d0d7e678c27f5f1850 [diff] |
mesa: Enable remap table in core. This enables the remap table in core. driInitExtensions is adapted to use the remap table. All uses of extension_helper.h are replaced by remap_helper.h. The chicken-egg problem of the DRI drivers is also solved. It is now also possible to pass NULL extensions to driInitExtensions. It will cause driInitExtensions to map all known functions. This functionality is used by software drivers and EGL_i915. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>