projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78257f3
)
r300g: remove a false comment
author
Marek Olšák
<maraeo@gmail.com>
Mon, 12 Apr 2010 00:26:47 +0000
(
02:26
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 12 Apr 2010 02:16:08 +0000
(
04:16
+0200)
src/gallium/drivers/r300/r300_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_state.c
b/src/gallium/drivers/r300/r300_state.c
index 51c47770fe04edbc808c96aea19b769ad36e540e..f80935505b00828e5e124dc0d61c48bd01b15f3e 100644
(file)
--- 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;
}