tksuoran's picture

WinGraphicsMode gives unaccelerated GL even when acceleration is available

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:the Fiddler
Status:in progress
Description

When GetModesARB() does not return any modes, modes.AddRange(GetModesPFD(native)); adds both accelerated and unaccelerated modes. Initially accelerated modes are returned first, but modes are subsequently sorted by GraphicsModeComparer which unfortunately does not consider acceleration at all.


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
the Fiddler's picture

#1

Assigned to:Anonymous» the Fiddler
Status:open» confirmed
the Fiddler's picture

#2

Status:confirmed» in progress