Home
last modified time | relevance | path

Searched refs:BUG_BROKEN_GEOMETRY_SHADERS (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DDriverDetails.h201 BUG_BROKEN_GEOMETRY_SHADERS, enumerator
H A DDriverDetails.cpp62 {API_OPENGL, OS_ALL, VENDOR_MESA, DRIVER_R600, Family::UNKNOWN, BUG_BROKEN_GEOMETRY_SHADERS,
64 {API_OPENGL, OS_ALL, VENDOR_MESA, DRIVER_I965, Family::INTEL_SANDY, BUG_BROKEN_GEOMETRY_SHADERS,
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DRender.cpp435 !DriverDetails::HasBug(DriverDetails::BUG_BROKEN_GEOMETRY_SHADERS); in Renderer()