aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* mesa: add const qualifier on _mesa_base_fbo_format()Brian Paul2017-12-051-1/+1
* mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+6
* mesa: add KHR_no_error support to glFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+5
* mesa: add KHR_no_error support to glInvalidate*()Samuel Pitoiset2017-07-311-0/+8
* mesa: add KHR_no_error support for glCheckFramebufferStatus()Samuel Pitoiset2017-06-281-0/+3
* mesa: add KHR_no_error support for gl*Renderbuffers()Samuel Pitoiset2017-06-281-0/+6
* mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri2017-05-171-0/+3
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-171-0/+3
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-171-0/+5
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-171-0/+4
* mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2017-05-111-0/+12
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-111-2/+2
* mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2017-05-111-0/+5
* mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2017-05-111-7/+0
* mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffersIan Romanick2016-03-011-0/+5
* mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storageIan Romanick2016-02-101-0/+5
* mesa: Refactor _mesa_framebuffer_renderbufferIan Romanick2016-02-101-2/+1
* mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-171-0/+6
* main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand2015-05-141-0/+8
* main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand2015-05-141-0/+12
* main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand2015-05-141-0/+10
* main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand2015-05-141-0/+7
* main: Major refactor of get_texture_for_framebuffer.Laura Ekstrand2015-05-141-2/+2
* main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand2015-05-141-0/+8
* main: Split framebuffer_texture.Laura Ekstrand2015-05-141-0/+8
* main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand2015-05-141-0/+12
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-3/+4
* main: Add utility function _mesa_lookup_renderbuffer_err.Laura Ekstrand2015-05-141-0/+4
* main: Add glCreateFramebuffers.Laura Ekstrand2015-05-141-0/+3
* main: Add utility function _mesa_lookup_framebuffer_err.Laura Ekstrand2015-05-141-0/+4
* main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres2015-03-251-0/+9
* main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres2015-03-251-0/+4
* main: Added entry point for glCreateRenderbuffersMartin Peres2015-03-251-0/+3
* mesa: make several FBO functions staticBrian Paul2014-02-021-20/+0
* mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul2014-02-021-4/+0
* mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul2014-02-021-5/+0
* mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2013-08-131-0/+6
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-181-0/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-19/+0
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-0/+5
* mesa: implement glFramebufferTextureJordan Justen2013-05-011-0/+4
* mesa: add renderbuffer attachment Layered fieldJordan Justen2013-05-011-1/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-231-0/+3
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+4
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-19/+19