From c40eddd294abfe8af3619d08ccd7e9c8f1660fcb Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 25 Aug 2009 08:05:31 +0100 Subject: llvmpipe: Isolate sampling from TGSI translation. --- src/gallium/drivers/llvmpipe/lp_jit.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h') diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index 33010ad5fb..a7fb60f9f5 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -92,6 +92,11 @@ typedef void void *color, void *depth); +void PIPE_CDECL +lp_fetch_texel_soa( struct tgsi_sampler **samplers, + uint32_t unit, + float *store ); + void lp_jit_screen_cleanup(struct llvmpipe_screen *screen); -- cgit v1.2.3