mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
llvmpipe: remove debug printf spam in lp_setup_wait_empty_scene()
Remove some stray debug code which spams the terminal. Signed-off-by: Brian Paul <brianp@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21994>
This commit is contained in:
parent
a882cf09c3
commit
75b9d0b3d8
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ lp_setup_wait_empty_scene(struct lp_setup_context *setup)
|
|||
{
|
||||
/* just use the first scene if we run out */
|
||||
if (setup->scenes[0]->fence) {
|
||||
debug_printf("%s: wait for scene %d\n",
|
||||
__func__, setup->scenes[0]->fence->id);
|
||||
lp_fence_wait(setup->scenes[0]->fence);
|
||||
lp_scene_end_rasterization(setup->scenes[0]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue