mesa: remove FEATURE_ARB_shader_objects and related defines.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -3065,7 +3065,6 @@ _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
||||
#endif /* FEATURE_EXT_framebuffer_blit */
|
||||
|
||||
|
||||
#if FEATURE_ARB_geometry_shader4
|
||||
void GLAPIENTRY
|
||||
_mesa_FramebufferTextureARB(GLenum target, GLenum attachment,
|
||||
GLuint texture, GLint level)
|
||||
@@ -3086,7 +3085,6 @@ _mesa_FramebufferTextureFaceARB(GLenum target, GLenum attachment,
|
||||
"glFramebufferTextureFaceARB "
|
||||
"not implemented!");
|
||||
}
|
||||
#endif /* FEATURE_ARB_geometry_shader4 */
|
||||
|
||||
static void
|
||||
invalidate_framebuffer_storage(GLenum target, GLsizei numAttachments,
|
||||
|
Reference in New Issue
Block a user