Our great sponsors
-
FetchContent_Declare( MESA3D URL https://github.com/pal1000/mesa-dist-win/releases/download/22.0.1/mesa3d-22.0.1-development-pack-msvc.7z ) if (NOT MESA3D_POPULATED) FetchContent_Populate(MESA3D) message(STATUS "Fetched MESA3D to {mesa3d_SOURCE_DIR}") find_library(OPENGL_opengl_LIBRARY NAMES opengl32 PATHS ${mesa3d_SOURCE_DIR}/lib/x64/ ) set(OPENGL_INCLUDE_DIR ${mesa3d_SOURCE_DIR}/include) find_library(OPENGL_egl_LIBRARY NAMES libEGL PATHS ${mesa3d_SOURCE_DIR}/lib/x64/ ) set(OPENGL_EGL_INCLUDE_DIR {mesa3d_SOURCE_DIR}/include) endif (NOT MESA3D_POPULATED)
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- VirtIO Windows 3D acceleration without Passthrough?
- Ayxerious on Twitter - "AMDs upcoming driver focuses on OpenGL performance"
- Nvidia calls out AMD about GPU drivers. Is it hypocritical?
- "If you screw up on Windows it ain't our problem but we'll always welcome you back with open arms on SteamOS" - Valve
- I got 1.17 & 1.18 working on Intel HD3000 on Windows with Mesa3D