From nobody Thu May 16 13:09:52 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1684157132; cv=none; d=zohomail.com; s=zohoarc; b=SG/nXzHKJDKQ3YNrtZ0CZobl0TvEpB6GHhjS64Es2MFrqbB+LS/4Q2vZgRzLqqP1EfN0C0NBQgHz7ZKJPJLmlQpcEThW1E7XqR1k7mGWgZN/eowLCa2AtPUbNxTmJRneGGgr73mq2hYiwuvODbCSDXBDa5nsRKy/AJ9umB7jYa8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1684157132; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=1gNBrRFqgp2bD/4TSRPkamgLuj6ABvvN+anmJCtOkcs=; b=c1anV3Fgymr/rBdeUApXBSem4bvT3KHH05fhy2d0ZXnhfDOHdwplKNMurulOylBK5qRtYhIXqaleZGSwMXYbFp3mNu4yMZ3z9eFJhBlU18Fji4FQWAxFCrFDJ68y6PSipjc4haQB9rZ9MTroenoPUMTL7wbBXvzitmGnq5IxALk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1684157132881492.7584376039812; Mon, 15 May 2023 06:25:32 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pyYCH-00011l-Vz; Mon, 15 May 2023 09:25:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pyYCG-00011B-CP for qemu-devel@nongnu.org; Mon, 15 May 2023 09:25:04 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pyYCE-0005iN-Tm for qemu-devel@nongnu.org; Mon, 15 May 2023 09:25:04 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-259-SQ3LrCyyPtSkcfIT-FaLoA-1; Mon, 15 May 2023 09:25:00 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5652A857DE7 for ; Mon, 15 May 2023 13:25:00 +0000 (UTC) Received: from localhost (unknown [10.39.208.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2408AC15BA0; Mon, 15 May 2023 13:24:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684157102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1gNBrRFqgp2bD/4TSRPkamgLuj6ABvvN+anmJCtOkcs=; b=XVD1olSqP9s7YF/m8I5El3hyUDGC2sDDtTKHa8MHEfNBaNSJVQ6tZsyAVYcSVnli3oY/Ao hmlJ28ZAo8u6I0D2pq3hbaGrGYIFXHlBT6+tOzcx6pZUEoMkTHL5aQOqgbSKoVOZGHLC13 tQqLa+SRYhC3YQ4lLV+aB8kDG1Um1G4= X-MC-Unique: SQ3LrCyyPtSkcfIT-FaLoA-1 From: marcandre.lureau@redhat.com To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Subject: [PATCH] egl: no need to lookup EGL functions manually Date: Mon, 15 May 2023 17:24:55 +0400 Message-Id: <20230515132455.1025608-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.129.124; envelope-from=marcandre.lureau@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1684157134022100003 From: Marc-Andr=C3=A9 Lureau libepoxy handles loading the function pointer and dispatching the call, so you don't have to worry about it. Signed-off-by: Marc-Andr=C3=A9 Lureau --- ui/egl-helpers.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/egl-helpers.c b/ui/egl-helpers.c index 4203163ace..60385c1f48 100644 --- a/ui/egl-helpers.c +++ b/ui/egl-helpers.c @@ -439,10 +439,8 @@ static EGLDisplay qemu_egl_get_display(EGLNativeDispla= yType native, =20 /* In practise any EGL 1.5 implementation would support the EXT extens= ion */ if (epoxy_has_egl_extension(NULL, "EGL_EXT_platform_base")) { - PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplayEXT =3D - (void *) eglGetProcAddress("eglGetPlatformDisplayEXT"); - if (getPlatformDisplayEXT && platform !=3D 0) { - dpy =3D getPlatformDisplayEXT(platform, native, NULL); + if (platform !=3D 0) { + dpy =3D eglGetPlatformDisplayEXT(platform, native, NULL); } } =20 --=20 2.40.1