diff options
author | Chia-I Wu <[email protected]> | 2010-03-31 11:43:49 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-12 12:12:57 +0800 |
commit | e33ad4999e5f8a690a72ad6ce4e6d36328173430 (patch) | |
tree | ada6d72d104c875c4986523bff2bc308d05adb9c /src/mesa/state_tracker/st_context.c | |
parent | b093016bd0660cc4ac6142aa8d4d6add5b6bfce8 (diff) |
st/mesa: Make st_cb_accum.h FEATURE_accum aware.
This change allows st_cb_accum.h to be used without knowing if
FEATURE_accum is enabled.
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 806f8777f2d..24360fa8bc7 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -302,9 +302,7 @@ void st_init_driver_functions(struct dd_function_table *functions) { _mesa_init_glsl_driver_functions(functions); -#if FEATURE_accum st_init_accum_functions(functions); -#endif #if FEATURE_EXT_framebuffer_blit st_init_blit_functions(functions); #endif |