Module: Mesa Branch: lp-surface-tiling Commit: 463bc64af266194acbea71cd52e26a79b8c8a260 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=463bc64af266194acbea71cd52e26a79b8c8a260
Author: Brian Paul <[email protected]> Date: Thu Apr 8 10:58:48 2010 -0600 llvmpipe: add store_color to debug cmd_names list --- src/gallium/drivers/llvmpipe/lp_rast.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 3d25cc6..73770d8 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -635,6 +635,7 @@ static struct { RAST(triangle), RAST(shade_tile), RAST(set_state), + RAST(store_color), RAST(fence), }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
