summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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 differentlyTomasz 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
* mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen2012-11-031-5/+0
* mesa: remove unimplemented FramebufferTextureARBJordan Justen2012-11-031-4/+0
* mesa: Add skeleton implementations of glInvalidate{Sub,}FramebufferIan Romanick2012-08-141-0/+9
* mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul2012-01-121-0/+22
* mesa: s/INLINE/inline/Brian Paul2011-10-011-2/+2
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-051-0/+19
* mesa: 80-column wrappingBrian Paul2011-04-051-2/+4
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-241-0/+3
* mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt2011-01-031-0/+3
* mesa: Clean up header file inclusion in fbobject.h.Vinson Lee2010-11-091-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* mesa: Add missing header to fboject.h.Vinson Lee2010-07-291-0/+1
* intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-281-0/+3
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+8
* mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg2010-04-271-0/+4