gui/gui-lib
Neil Toronto 7541838b78 Check for X errors as well as NULL contexts to work around broken graphics drivers
From the ARB_create_context_profile standard:

  On failure glXCreateContextAttribsARB returns NULL and generates an
  X error with extended error information.

Some NVIDIA drivers on Linux won't return a core profile. When they don't,
they're supposed to return NULL as well as generate an X error, but they
only generate an X error and return a non-NULL, garbage context. This is
not only nonstandard behavior, but lame. It's a major pain to check for X
errors. But whatever, NVIDIA, you big old gorilla.

This may or may not fix segfaults some people are having with Pict3D. If
it does, they won't have to use (current-pict3d-legacy? #t) anymore.
2015-03-16 10:53:10 -04:00
..
embedded-gui Remove extra directories. 2014-12-02 02:33:07 -05:00
framework add a test case for capitalize word 2015-03-14 13:05:27 -05:00
hierlist Remove extra directories. 2014-12-02 02:33:07 -05:00
icons Remove extra directories. 2014-12-02 02:33:07 -05:00
mred Check for X errors as well as NULL contexts to work around broken graphics drivers 2015-03-16 10:53:10 -04:00
mrlib Fix write-gif function in mrlib 2015-02-25 17:03:35 -05:00
racket Remove extra directories. 2014-12-02 02:33:07 -05:00
scheme Remove extra directories. 2014-12-02 02:33:07 -05:00
scribble/private Remove extra directories. 2014-12-02 02:33:07 -05:00
unstable Remove extra directories. 2014-12-02 02:33:07 -05:00
info.rkt add pulled-point to 2htdp/image's core 2015-02-01 14:39:37 -06:00
LICENSE.txt Remove extra directories. 2014-12-02 02:33:07 -05:00