diff options
author | Marek Olšák <[email protected]> | 2010-04-12 02:26:47 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-12 04:16:08 +0200 |
commit | 13b86fe2075b700fc6530448a10fb6b3037e7c18 (patch) | |
tree | d4d698160ec8908f6a1a73143a395dd53ee53360 /src/gallium/drivers/r300/r300_state.c | |
parent | 78257f3e8c74056487b8cca944d22fe1887c0f7c (diff) |
r300g: remove a false comment
Diffstat (limited to 'src/gallium/drivers/r300/r300_state.c')
-rw-r--r-- | 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 51c47770fe0..f80935505b0 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; } |