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: MicBosi/VisualizationLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: MicBosi/VisualizationLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 78 files changed
  • 2 contributors

Commits on Mar 14, 2021

  1. Update README.md

    MicBosi authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b068f04 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    7cdba0c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. VL v2.2 PR (#203)

    Adds GLSLComputeShader
    Added OpenGLFunctions object wrapping all GL functions
    Every OpenGLContext now has access to OpenGLFunctions object initialized with all the available functions according to the current GL context capabilities
    Upgraded GL headers to latest 4.6
    Revamped GL headers and GL function handling: GL function list generated directly from latest GL headers via scripts
    Removed legacy GLES code
    Removed legacy VL_... wrapper functions for GL functions coming from different extensions
    MicBosi authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    187a839 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated readme to VL 2.2
    MicBosi authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    d2a0e32 View commit details
    Browse the repository at this point in the history
Loading