summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.h
AgeCommit message (Expand)Author
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 framebuffer.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-07-29mesa: Add missing header to framebuffer.h.Vinson Lee
2010-04-29mesa: added _mesa_print_framebuffer() for debuggingBrian Paul
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-05-20Added _mesa_dereference_framebuffer() to encapsulate reference countBrian Paul
2006-03-26merge from texman branchBrian Paul
2006-03-20added _mesa_source/dest_buffer_exists() function to easily test if particular...Brian Paul
2005-09-13Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul