mesa: remove FEATURE_remap_table from remap.[ch]
It was always defined. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -37,9 +37,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mfeatures.h"
|
#include "mfeatures.h"
|
||||||
|
|
||||||
#if FEATURE_remap_table
|
|
||||||
|
|
||||||
#include "remap.h"
|
#include "remap.h"
|
||||||
#include "imports.h"
|
#include "imports.h"
|
||||||
#include "glapi/glapi.h"
|
#include "glapi/glapi.h"
|
||||||
@@ -223,6 +220,3 @@ _mesa_init_remap_table(void)
|
|||||||
driDispatchRemapTable_size,
|
driDispatchRemapTable_size,
|
||||||
MESA_remap_table_functions);
|
MESA_remap_table_functions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif /* FEATURE_remap_table */
|
|
||||||
|
@@ -42,8 +42,6 @@ struct gl_function_remap {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#if FEATURE_remap_table
|
|
||||||
|
|
||||||
extern int
|
extern int
|
||||||
driDispatchRemapTable[];
|
driDispatchRemapTable[];
|
||||||
|
|
||||||
@@ -62,37 +60,5 @@ _mesa_map_static_functions(void);
|
|||||||
extern void
|
extern void
|
||||||
_mesa_init_remap_table(void);
|
_mesa_init_remap_table(void);
|
||||||
|
|
||||||
#else /* FEATURE_remap_table */
|
|
||||||
|
|
||||||
static inline const char *
|
|
||||||
_mesa_get_function_spec(int func_index)
|
|
||||||
{
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int
|
|
||||||
_mesa_map_function_spec(const char *spec)
|
|
||||||
{
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void
|
|
||||||
_mesa_map_function_array(const struct gl_function_remap *func_array)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline void
|
|
||||||
_mesa_map_static_functions(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
static inline void
|
|
||||||
_mesa_init_remap_table(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif /* FEATURE_remap_table */
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* REMAP_H */
|
#endif /* REMAP_H */
|
||||||
|
Reference in New Issue
Block a user