diff options
author | Corbin Simpson <[email protected]> | 2010-06-22 23:00:44 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-06-22 23:00:44 -0700 |
commit | aa451d509df844e4652853f08e31bc1ee18c04ac (patch) | |
tree | c998badf7e19b6e31b39d9add5e1a9f1cf6cc1fa /src/gallium/drivers/r300/r300_state.c | |
parent | 3f758d4ed42f6b4c6bed60f8270ef908d3829ee5 (diff) |
glhd: Grab framebuffer state checks from r300g.
Diffstat (limited to 'src/gallium/drivers/r300/r300_state.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_state.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c index bc2b62ba541..927e9362fb1 100644 --- a/src/gallium/drivers/r300/r300_state.c +++ b/src/gallium/drivers/r300/r300_state.c @@ -668,12 +668,6 @@ static void unsigned max_width, max_height, i; uint32_t zbuffer_bpp = 0; - if (state->nr_cbufs > 4) { - fprintf(stderr, "r300: Implementation error: Too many MRTs in %s, " - "refusing to bind framebuffer state!\n", __FUNCTION__); - return; - } - if (r300->screen->caps.is_r500) { max_width = max_height = 4096; } else if (r300->screen->caps.is_r400) { |