From 797b8391110fba4114de9f946f912238a6cf568b Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 18 Dec 2022 16:44:48 -0500 Subject: glthread: disallow glthread if buffer uploads are unsupported to remove fail paths that defeat the purpose of glthread. Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/mesa/main/glthread.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/glthread.h') diff --git a/src/mesa/main/glthread.h b/src/mesa/main/glthread.h index 23cfce82806..d752ca9ef7a 100644 --- a/src/mesa/main/glthread.h +++ b/src/mesa/main/glthread.h @@ -204,9 +204,6 @@ struct glthread_state unsigned upload_offset; int upload_buffer_private_refcount; - /** Caps. */ - GLboolean SupportsBufferUploads; - /** Primitive restart state. */ bool PrimitiveRestart; bool PrimitiveRestartFixedIndex; -- cgit v1.2.3