From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id 2D94D3857C50 for ; Sun, 9 Aug 2020 15:31:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2D94D3857C50 Received: by mail-wm1-x32c.google.com with SMTP id c19so11896895wmd.1 for ; Sun, 09 Aug 2020 08:31:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=onL6KWZsmFTrNHu8Gzkg6wF8DfWrInB/TOG/ZK0B6dI=; b=KKFgvgeokzNsogI7B1vDkfTWepI0tAJTG8Y1dB6O1C9Hk3UiC1qaZqXSb/ohMbStLh LK2DtyKxhgeM941v5gk4Dggjgkvqx3lY5jtyfa3KTgnJzN4nsTA1rxdpU617WH18M03A WrlYBLeZZMWHsCmFlbV9A09L/DN1TeqjQEF5vtVJZmgNoOod/H4in5DJEzHimkWmFKxb IE3omE1PiLZDUjfnSSHGxVb5HTH1in2LFSPZhtAK4W/RroTY+4g4AMMW6kfyEaKd2IcS JPbehmDtVvLDZnv51iCqiiWw84cbQzFRK3waWvFH9j1LLc4qvtwMsp9hzqAnAu2AC5St D+BA== X-Gm-Message-State: AOAM533eLqxN/sSqA5wcv5Rw3H/9MFzFQ0tOsJtc8qISfXXr/ZngC584 chPtnhsNuPpFKymYOGwRMHE= X-Google-Smtp-Source: ABdhPJzo760u6/6lu/9VXBDC14KI9KES9D/a73DryOwd4jP+gk6nco//OxTmH6an1ouGBcVZFfUS6g== X-Received: by 2002:a7b:c084:: with SMTP id r4mr21127524wmh.20.1596987118086; Sun, 09 Aug 2020 08:31:58 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id f16sm16265065wro.34.2020.08.09.08.31.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 Aug 2020 08:31:57 -0700 (PDT) Subject: Re: Opengl 4.5 Support To: cygwin@cygwin.com References: <2142051169.1524698.1596986617178.ref@mail.yahoo.com> <2142051169.1524698.1596986617178@mail.yahoo.com> Cc: sueyllam@gmail.com From: Marco Atzeri Message-ID: <2c1fb599-b9f4-0f41-4620-48eb45d27fda@gmail.com> Date: Sun, 9 Aug 2020 17:31:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <2142051169.1524698.1596986617178@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 15:32:01 -0000 On 09.08.2020 17:23, Hisham Sueyllam via Cygwin wrote: > Well, I was able to get Xwin opengl 4.6 apps to work in cygwin by adding the Mesa libs and demos to my setup. Not sure why is this needed but I thought it would be a good idea to share my 2 cents worth of knowledge on this forum for anyone seeking help. Without the Mesa I was able only to run up to opengl 3.3 apps... > -- If you follow the link from libGL-dvel to the source package https://cygwin.com/packages/summary/mesa-src.html summary: X11 OpenGL implementation description: Mesa is an open-source implementation of the OpenGL, OpenGL ES, and EGL specifications for rendering interactive 3D graphics.