X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66DE03861896 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1596479671; bh=YwOM8SDT34C7hKtlNd+vZ9VtjN+tQpt9KBxU8q2zGgE=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=oTGFcw9ngXEMqYphFskmPQCrBhjMHQxPPiveU6KTY+yM61b3gTF3STJlrP0R83Yu2 2tkiU875nSMsHuBQad2dA/lVW0O8PM5gWXprjnwHBJK+DAVi5cbP1fCu0+dqzkX51D SHd13qjq2cbZA1F9504pvyfAf4yMMbNN6c5RtegY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 016E33857C42 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:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=4DwSqpCm6N754gmDBF3iWr4fM+lTegyoonk43Z9yDKs=; b=jTv8tLWO4sSIc3r95yChIBe6cDpwtO2rdByWl3/zrg81EeIVKFyF3zEAm2gAnQ54i1 Y4aH9SzEDmUmGTY1A1AHOzVfBnnzIT8vkhcz2uoFcQhXqB7OIdeuCM+jjahOAAp5T5K7 LFGNMcg6rKjfABGFgbj6GdAQSmxxPH8LAMd+NTO6/4XYHvucRYfXFQLLS9Z0domx5pMZ xd4/Q1lyMAgvyHUsizlleRmi//yxgw73OihdrmY5b3aI6SQdFo12sFa5wt4iBZS7PcJu el0pjvPBvC6dDGkR8bViNT6suuPNneezE6Y5QD8n8DKivKgQ6OGnUyHzUA86GKzPFnDp q6RQ== X-Gm-Message-State: AOAM530M197djF4JMaZQ/Ek+1tBaudF4sRuk2LEi3jX876KM/1FmA6xT DVroKor68DAFM0+M3D5Txb5kgp0j X-Google-Smtp-Source: ABdhPJxx0E4HxZf0w+jKsm9t4Urxqrqp3PHtIK7R41ghWbRqW9o9fJr3ZFczRKLV2qz9rtbYiJuUHQ== X-Received: by 2002:aa7:ce0b:: with SMTP id d11mr16399387edv.357.1596479667718; Mon, 03 Aug 2020 11:34:27 -0700 (PDT) Subject: Re: Support for opengl 4.5 To: cygwin AT cygwin DOT com References: <501651925 DOT 7870834 DOT 1596473666947 DOT ref AT mail DOT yahoo DOT com> <501651925 DOT 7870834 DOT 1596473666947 AT mail DOT yahoo DOT com> Message-ID: <4db22805-d3bf-5c5f-245f-5f7f7874549c@gmail.com> Date: Mon, 3 Aug 2020 20:34:27 +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: <501651925.7870834.1596473666947@mail.yahoo.com> Content-Language: it X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 03.08.2020 18:54, Hisham Sueyllam via Cygwin wrote: > My graphics Drivers for the Radeon 430 card and intel UHD 620 are uptodate and the opengl extensions viewer says that opengl 4.6 is supported and opengl apps compiled under mingw64 in MSYS2 run fine. When I tried to compile the point sprites example from opengl redbook 9th ed. using cygwin g++ and linking using -lX11 instead of windows I get an error of being unable to create context opengl 4.0-4.6. Only when I set opengl context to 3.3 does the program run and no core dump is generated. But of course I get a black window since the program needs at least opengl 4.3 to run. I'm really not sure what to do to make cygwin aware of my graphics cards capabilities?hisham... > -- maybe you need to install libGL-devel ? without further info and a simple test case we are in the dark of where is your problem. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple