public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Support for opengl 4.5
       [not found] <501651925.7870834.1596473666947.ref@mail.yahoo.com>
@ 2020-08-03 16:54 ` Hisham Sueyllam
  2020-08-03 18:34   ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Hisham Sueyllam @ 2020-08-03 16:54 UTC (permalink / raw)
  To: cygwin mailing list

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...

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Support for opengl 4.5
  2020-08-03 16:54 ` Support for opengl 4.5 Hisham Sueyllam
@ 2020-08-03 18:34   ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2020-08-03 18:34 UTC (permalink / raw)
  To: 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-03 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <501651925.7870834.1596473666947.ref@mail.yahoo.com>
2020-08-03 16:54 ` Support for opengl 4.5 Hisham Sueyllam
2020-08-03 18:34   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).