Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix realsense viewer on macos #3195

Merged
merged 5 commits into from
Feb 3, 2019
Merged

Fix realsense viewer on macos #3195

merged 5 commits into from
Feb 3, 2019

Commits on Jan 24, 2019

  1. Markdown Images case sensitive

    Just the first image is saved with `jpg` lower the rest are `JPG`.
    barnjamin authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    039e3d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Merge pull request #3132 from barnjamin/patch-2

    Markdown Images case sensitive
    dorodnic authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    dbf8757 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. glad: add OpenGL 2.1 extensions

    GL_APPLE_vertex_array_object or GL_ARB_vertex_array_object provide the OpenGL 3.0 functionality that is missing in Apple's OpenGL 2.1.
    Apple does not provide a compatibility profile for OpenGL 3.2.
    devernay committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    1a3084e View commit details
    Browse the repository at this point in the history
  2. ux-window.cpp: OpenGL 2.1 backward compatibility

    Allows realsense-viewer to
    devernay committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    e65a3c2 View commit details
    Browse the repository at this point in the history
  3. fix unit tests build on clang

    std::vector<bool>::emplace_back is not available on clang
    devernay committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    424a9f1 View commit details
    Browse the repository at this point in the history