Menu

#18 Add support for EXT_framebuffer_object formats

open
nobody
None
5
2012-09-15
2009-04-17
Dima
No

Added support for EXT_framebuffer_object formats. And fixed some minor bugs in windows DestroyContext()

Discussion

  • Nigel Stewart

    Nigel Stewart - 2010-05-03

    I took a look at this out of interest. I needed to fiddle things for OSX. This patch reports supported color/depth combinations, but not stencil. It turns out that stencil combinations is the thing I'm most interested in. :-)

     
  • Dima

    Dima - 2010-05-04

    I allow you to enhance it! ;)
    And you may also consider the possibility to add support for OGL 3.0 framebuffers ;)

     
  • Nigel Stewart

    Nigel Stewart - 2010-05-04

    Fair enough. The other impression I had is that the output ought to be more tabular, in a style more like the other visualinfo.c output. Thanks for the patch, it's a start!

     
  • Dima

    Dima - 2010-06-23

    I've changed it again a bit to make it more stable for some graphics cards. I've also changed the representation mode for FBO to a table, to be more consistent with the rest.

     
  • Dima

    Dima - 2010-06-23