summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák2013-03-231-1/+1
* framebuffer: add _mesa_get_read_renderbufferJordan Justen2013-01-141-0/+5
* mesa: make _mesa_update_depth/stencil_buffer() staticBrian Paul2011-10-111-8/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: use inline function wrapper for _mesa_reference_framebuffer()Brian Paul2011-07-141-1/+9
* mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt2011-01-031-1/+2
* mesa: Clean up header file inclusion in framebuffer.h.Vinson Lee2010-11-091-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
* mesa: Add missing header to framebuffer.h.Vinson Lee2010-07-291-0/+1
* mesa: added _mesa_print_framebuffer() for debuggingBrian Paul2010-04-291-0/+3
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+5
* mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-0/+5
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-3/+0
* mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-09-211-0/+8
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+5
* Added _mesa_dereference_framebuffer() to encapsulate reference countBrian Paul2006-05-201-1/+4
* merge from texman branchBrian Paul2006-03-261-0/+8
* added _mesa_source/dest_buffer_exists() function to easily test if particular...Brian Paul2006-03-201-1/+8
* Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul2005-09-131-10/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+67