Mesa (master): r300g: remove buffer add that should be unnecessary.

Dave Airlie airlied at kemper.freedesktop.org
Wed Oct 14 08:26:06 UTC 2009


Module: Mesa
Branch: master
Commit: 88b697fb0aaaab8479716763510f56b1053ddb37
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=88b697fb0aaaab8479716763510f56b1053ddb37

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Oct 14 18:24:34 2009 +1000

r300g: remove buffer add that should be unnecessary.

This should be handled in the emit fine

---

 src/gallium/drivers/r300/r300_emit.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c
index 6e616cd..feffadd 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -441,12 +441,6 @@ void r300_emit_query_end(struct r300_context* r300)
     if (query->begin_emitted == FALSE)
         return;
 
-    if (!r300->winsys->add_buffer(r300->winsys, r300->oqbo,
-                0, RADEON_GEM_DOMAIN_GTT)) {
-        debug_printf("r300: There wasn't room for the OQ buffer!?"
-                " Oh noes!\n");
-    }
-
     if (caps->family == CHIP_FAMILY_RV530) {
 	if (caps->num_z_pipes == 2)
 	    rv530_emit_query_double(r300, query);




More information about the mesa-commit mailing list