diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_jit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index 04e8dd5..584d2c8 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -42,6 +42,7 @@ #include "lp_texture.h" +struct lp_fragment_shader_variant; struct llvmpipe_screen; @@ -164,8 +165,8 @@ void lp_jit_screen_init(struct llvmpipe_screen *screen); -LLVMTypeRef -lp_jit_get_context_type(struct llvmpipe_context *lp); +void +lp_jit_init_types(struct lp_fragment_shader_variant *lp); #endif /* LP_JIT_H */ |