summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
AgeCommit message (Expand)Author
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul
2011-01-03mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt
2010-11-09mesa: Clean up header file inclusion in fbobject.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-29mesa: Add missing header to fboject.h.Vinson Lee
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-04-27mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2009-02-21mesa: added extern qualifierTom Fogal
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2006-03-26merge from texman branchBrian Paul
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2006-03-15sync with texmem branchBrian Paul
2005-11-16Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-24More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul
2005-02-09implement the 'completeness' testsBrian Paul
2005-02-08a bunch of assorted fixesBrian Paul
2005-02-08checkpoint latest workBrian Paul
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul