[Mesa-dev] [Bug 65423] Remove gl_config::haveDepthBuffer, haveAccumBuffer, haveStencilBuffer fields

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 7 14:00:19 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=65423

--- Comment #1 from Arnas Milaševičius <giant1gf at gmail.com> ---
struct gl_config doesn't have member accumBits, but it has accumR, accumG and
accumB members. Maybe I should change `if(visual->haveAccumBuffer)` to
if((visual->accumG + visual->accumB + visual-> accumR) > 0)`?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130607/2e263771/attachment.html>


More information about the mesa-dev mailing list