Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: a60d4df179e2
Choose a base ref
...
head repository: solvespace/solvespace
compare: 0501f0c99e75
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 26, 2019

  1. Remove unused offscreen GL renderer.

    This was used for Gtk 2 and old macOS, but all of those use direct
    rendering now.
    whitequark committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    07992ce View commit details
    Browse the repository at this point in the history
  2. CMake: update policy to 3.11.

    In particular this enables linking with GLVND on Linux by default.
    whitequark committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    22525e6 View commit details
    Browse the repository at this point in the history
  3. Don't call GL functions in OpenGl3Renderer::GetIdent.

    GetIdent is called from an UI event callback, at which point there
    might well not be an active GL context. Before this commit, that
    would return a NULL pointer and result in a crash.
    whitequark committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0501f0c View commit details
    Browse the repository at this point in the history