summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-19/+19
2012-11-03mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen1-5/+0
2012-11-03mesa: remove unimplemented FramebufferTextureARBJordan Justen1-4/+0
2012-08-14mesa: Add skeleton implementations of glInvalidate{Sub,}FramebufferIan Romanick1-0/+9
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul1-0/+22
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-04-05mesa: added _mesa_get_attachment_teximage() helpersBrian Paul1-0/+19
2011-04-05mesa: 80-column wrappingBrian Paul1-2/+4
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul1-0/+3
2011-01-03mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt1-0/+3
2010-11-09mesa: Clean up header file inclusion in fbobject.h.Vinson Lee1-1/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-10/+10
2010-07-29mesa: Add missing header to fboject.h.Vinson Lee1-0/+1
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg1-0/+3
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-0/+8
2010-04-27mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg1-0/+4
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg1-0/+3
2009-02-21mesa: added extern qualifierTom Fogal1-1/+1
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul1-0/+5
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul1-2/+5
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-0/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+7
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul1-0/+1
2006-03-15sync with texmem branchBrian Paul1-0/+3
2005-11-16Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul1-3/+7
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul1-1/+7
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-125/+16
2005-02-24More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul1-12/+100
2005-02-09implement the 'completeness' testsBrian Paul1-1/+12
2005-02-08a bunch of assorted fixesBrian Paul1-17/+17
2005-02-08checkpoint latest workBrian Paul1-0/+2
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul1-0/+32
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul1-0/+90