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

Author: Alyssa Rosenzweig <[email protected]>
Date:   Wed May 20 14:19:41 2020 -0400

panfrost: Remove dated comment about leaks

It's been fixed for a while.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5124>

---

 src/gallium/drivers/panfrost/pan_context.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/panfrost/pan_context.c 
b/src/gallium/drivers/panfrost/pan_context.c
index d20bd560b65..e06d607375f 100644
--- a/src/gallium/drivers/panfrost/pan_context.c
+++ b/src/gallium/drivers/panfrost/pan_context.c
@@ -1467,7 +1467,6 @@ panfrost_create_context(struct pipe_screen *screen, void 
*priv, unsigned flags)
         panfrost_blend_context_init(gallium);
         panfrost_compute_context_init(gallium);
 
-        /* XXX: leaks */
         gallium->stream_uploader = u_upload_create_default(gallium);
         gallium->const_uploader = gallium->stream_uploader;
         assert(gallium->stream_uploader);

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to