diff options
author | José Fonseca <[email protected]> | 2009-10-09 10:37:24 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-09 10:37:24 +0100 |
commit | 47510040a68f5f672aee22eac6c01fb4dd60ec67 (patch) | |
tree | 2996e2d6beca668db5a89c17616e59820d80071f /src/gallium/drivers/llvmpipe/lp_rast.h | |
parent | 84ab7dcf48e87350c0622c533e51aa495f7256c2 (diff) |
llvmpipe: Follow write_color/write_zstencil.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.h b/src/gallium/drivers/llvmpipe/lp_rast.h index 26d057beb29..aa50fba5a60 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.h +++ b/src/gallium/drivers/llvmpipe/lp_rast.h @@ -163,12 +163,6 @@ void lp_rast_shade_tile( struct lp_rasterizer *, const union lp_rast_cmd_arg *, const struct lp_rast_shader_inputs *); -void lp_rast_store_color( struct lp_rasterizer *, - const union lp_rast_cmd_arg *); - -void lp_rast_store_zstencil( struct lp_rasterizer *, - const union lp_rast_cmd_arg *); - /* End of tile: */ |