diff options
author | José Fonseca <[email protected]> | 2010-01-07 15:59:41 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-07 16:10:04 +0000 |
commit | 12c6b871a3ae4a091d6f768231304f3578a9a9f1 (patch) | |
tree | 3a5c1e162c51e30b49507eb30d1764dbf26d5ea8 /src/gallium/drivers/llvmpipe/lp_jit.h | |
parent | 27fe7a7303d93bc38df1f3c2861d07af3e82546d (diff) |
llvmpipe: Remove more loose ends of TGSI exec sampling.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_jit.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index 58f716ede29..70fdb8b27be 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -118,12 +118,6 @@ 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); |