summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07mesa: make _mesa_scissor_bounding_box() staticSamuel Pitoiset1-4/+0
2017-02-06main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro1-2/+6
2016-11-07mesa: Add helper function _mesa_is_alpha_to_coverage_enabled()Anuj Phogat1-0/+3
2016-11-07mesa: Add helper function _mesa_is_alpha_test_enabled()Anuj Phogat1-0/+3
2016-03-24mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen1-0/+3
2016-02-05main: Use a derived value for the default sample countNeil Roberts1-1/+2
2016-02-02mesa: the _mesa_geometric_* functions require full types from mtypes.hIlia Mirkin1-1/+1
2015-10-06mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common codeIan Romanick1-0/+6
2015-06-17mesa: helper function for scissor box of gl_framebufferKevin Rogovin1-0/+3
2015-06-17mesa: add helper functions for geometry of gl_framebufferKevin Rogovin1-0/+28
2015-05-14main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand1-1/+2
2015-05-14main: Refactor _mesa_update_framebuffer.Laura Ekstrand1-1/+3
2014-01-20mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_boundsIan Romanick1-0/+5
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick1-4/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-23mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák1-1/+1
2013-01-14framebuffer: add _mesa_get_read_renderbufferJordan Justen1-0/+5
2011-10-11mesa: make _mesa_update_depth/stencil_buffer() staticBrian Paul1-8/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-07-14mesa: use inline function wrapper for _mesa_reference_framebuffer()Brian Paul1-1/+9
2011-01-03mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt1-1/+2
2010-11-09mesa: Clean up header file inclusion in framebuffer.h.Vinson Lee1-1/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-2/+2
2010-07-29mesa: Add missing header to framebuffer.h.Vinson Lee1-0/+1
2010-04-29mesa: added _mesa_print_framebuffer() for debuggingBrian Paul1-0/+3
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+5
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt1-0/+5
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-3/+0
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-0/+8
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+5
2006-05-20Added _mesa_dereference_framebuffer() to encapsulate reference countBrian Paul1-1/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-0/+8
2006-03-20added _mesa_source/dest_buffer_exists() function to easily test if particular...Brian Paul1-1/+8
2005-09-13Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul1-10/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+67