mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 14:50:26 +01:00
r300g: remove buffer add that should be unnecessary.
This should be handled in the emit fine
This commit is contained in:
parent
fa581580b1
commit
88b697fb0a
1 changed files with 0 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue