Skip to content

Commit 8c7b461

Browse files
committed
DetectGLVendors: move the Amber Nouveau comment next to Nouveau
1 parent ab37573 commit 8c7b461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/DetectGLVendors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ void DetectGLVendors(
117117
// Mesa Panfrost, newer Panfrost uses "Mesa" instead.
118118
{ "Panfrost", { glDriverVendor_t::MESA, glHardwareVendor_t::ARM } },
119119
// Mesa Nvidia for supported OpenGL 2+ hardware.
120+
// Mesa Amber also provides "Nouveau", but this is for unsupported pre-OpenGL 2 Nvidia.
120121
{ "nouveau", { glDriverVendor_t::MESA, glHardwareVendor_t::NVIDIA } },
121122
// Proprietary Nvidia drivers on all systems like Linux, Windows, and macOS.
122123
{ "NVIDIA Corporation", { glDriverVendor_t::NVIDIA, glHardwareVendor_t::NVIDIA } },
123-
// Mesa Amber also provides "Nouveau", but this is for unsupported pre-OpenGL 2 Nvidia.
124124
};
125125

126126
auto it = vendorDriverHardware.find( vendorString );

0 commit comments

Comments
 (0)