Module: Mesa Branch: master Commit: 13b86fe2075b700fc6530448a10fb6b3037e7c18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13b86fe2075b700fc6530448a10fb6b3037e7c18
Author: Marek Olšák <[email protected]> Date: Mon Apr 12 02:26:47 2010 +0200 r300g: remove a false comment --- src/gallium/drivers/r300/r300_state.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c index 51c4777..f809355 100644 --- a/src/gallium/drivers/r300/r300_state.c +++ b/src/gallium/drivers/r300/r300_state.c @@ -1385,9 +1385,6 @@ static void r300_set_constant_buffer(struct pipe_context *pipe, case PIPE_SHADER_FRAGMENT: if (r300->screen->caps.is_r500) { max_size = 256; - /* XXX Implement emission of r400's extended constant buffer. */ - /*} else if (r300->screen->caps.is_r400) { - max_size = 64;*/ } else { max_size = 32; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
