-
-
Notifications
You must be signed in to change notification settings - Fork 90
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: hyprwm/aquamarine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyprwm/aquamarine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 11 files changed
- 5 contributors
Commits on Aug 10, 2024
-
cmake: link libOpenGL instead of legacy libGL (#44)
From cmake documentation, Linux-specific chapter: Projects may use the ``OpenGL::GL`` target (or ``OPENGL_LIBRARIES`` variable) to use legacy GL interfaces. These will use the legacy GL library located by ``OPENGL_gl_LIBRARY``, if available. If ``OPENGL_gl_LIBRARY`` is empty or not found and GLVND is available, the ``OpenGL::GL`` target will use GLVND ``OpenGL::OpenGL`` and ``OpenGL::GLX`` (and the ``OPENGL_LIBRARIES`` variable will use the corresponding libraries). Thus, for non-EGL-based Linux targets, the ``OpenGL::GL`` target is most portable. which means linking with OpenGL::GL makes cmake find legacy libGL.so or GLX libraries, and as for now, the former contains GLX symbols and cannot be built without X libraries. Since we are working with EGL, it wouldn't provide extra portability, either. This patch switches to link aquamarine with modern OpenGL::OpenGL, which contains core OpenGL API only, makes it possible to build on a wayland-only system. Tested on eweOS, which is a distro without X libraries. Link: https://os.ewe.moe/ Signed-off-by: Yao Zi <ziyao@disroot.org>
Configuration menu - View commit details
-
Copy full SHA for 9b33a38 - Browse repository at this point
Copy the full SHA 9b33a38View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9312aa2 - Browse repository at this point
Copy the full SHA 9312aa2View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5893461 - Browse repository at this point
Copy the full SHA 5893461View commit details -
Configuration menu - View commit details
-
Copy full SHA for e947af7 - Browse repository at this point
Copy the full SHA e947af7View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f66428 - Browse repository at this point
Copy the full SHA 4f66428View commit details
Commits on Aug 17, 2024
-
buffer: align size to stride (#50)
calculate the size to the stride we get from gb_bo_map to better align it.
Configuration menu - View commit details
-
Copy full SHA for 05f4efc - Browse repository at this point
Copy the full SHA 05f4efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd15214 - Browse repository at this point
Copy the full SHA cd15214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d4967 - Browse repository at this point
Copy the full SHA 71d4967View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d29c86 - Browse repository at this point
Copy the full SHA 2d29c86View commit details -
drm: don't schedule new frame events on disabled outputs (#52)
* drm: don't schedule new frame events on disabled outputs * e * test
Configuration menu - View commit details
-
Copy full SHA for 2bff4a4 - Browse repository at this point
Copy the full SHA 2bff4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8df01 - Browse repository at this point
Copy the full SHA 7f8df01View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71da3e0 - Browse repository at this point
Copy the full SHA 71da3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696a5ad - Browse repository at this point
Copy the full SHA 696a5adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d51a0 - Browse repository at this point
Copy the full SHA 00d51a0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.1...v0.3.3