diff options
author | José Fonseca <[email protected]> | 2010-02-10 11:01:26 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-10 11:01:26 +0000 |
commit | 5e6a9005100ec2636ce9734a5e4535216494cf60 (patch) | |
tree | e6be5e6ee6a48b8ef0122a4ac3ebe1697a5dc24e /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | 7a593afa1741bfb0abd31422ecbd551628508711 (diff) |
llvmpipe: Leave depth buffer in swizzled format.
This fixes several assertion failures due to only Z32 being supported.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index 34da73eb50e..875f18e0c0c 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -213,10 +213,6 @@ void lp_rast_load_color( struct lp_rasterizer *, unsigned thread_index, const union lp_rast_cmd_arg ); -void lp_rast_load_zstencil( struct lp_rasterizer *, - unsigned thread_index, - const union lp_rast_cmd_arg ); - void lp_rast_set_state( struct lp_rasterizer *, unsigned thread_index, const union lp_rast_cmd_arg ); |