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

Author: Erik Faye-Lund <[email protected]>
Date:   Wed Aug 10 14:39:47 2022 +0200

v3d: do not pretend to fake rgtc-support

The is_format_support query doesn't pretent to have RGTC support, so
this doesn't seem like it ever did anything useful.

Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18439>

---

 src/gallium/drivers/v3d/v3d_resource.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/v3d/v3d_resource.c 
b/src/gallium/drivers/v3d/v3d_resource.c
index c9753751676..d07f07fab76 100644
--- a/src/gallium/drivers/v3d/v3d_resource.c
+++ b/src/gallium/drivers/v3d/v3d_resource.c
@@ -1179,7 +1179,6 @@ v3d_resource_screen_init(struct pipe_screen *pscreen)
         pscreen->resource_destroy = u_transfer_helper_resource_destroy;
         pscreen->transfer_helper = u_transfer_helper_create(&transfer_vtbl,
                                                             
U_TRANSFER_HELPER_SEPARATE_Z32S8 |
-                                                            
U_TRANSFER_HELPER_FAKE_RGTC |
                                                             
U_TRANSFER_HELPER_MSAA_MAP);
 }
 

Reply via email to