Re: [Mesa-dev] [PATCH 1/9] mesa:Define extension GL_ARB_framebuffer_no_attachments

2015-05-06 Thread Ian Romanick
These patches are partitioned in a atypical way. The usual way is - A patch that modifies extensions.c, struct gl_extensions, the XML files (in patch #2), dispatch_sanity (see my comment on patch #2), and adds the stub functions (in patch #2). - A patch that adds the other necessary

[Mesa-dev] [PATCH 1/9] mesa:Define extension GL_ARB_framebuffer_no_attachments

2015-04-29 Thread kevin . rogovin
From: Kevin Rogovin kevin.rogo...@intel.com Define the infrastructure for the extension GL_ARB_framebuffer_no_attachments: - extension table - additions to gl_framebuffer --- src/mesa/main/extensions.c | 1 + src/mesa/main/fbobject.c| 1 + src/mesa/main/framebuffer.c | 1 +