| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Constants and functions for ARB_framebuffer_no_attachments | Kevin Rogovin | 2015-06-17 | 1 | -0/+6 |
* | main: Add stubs for [Get]NamedFramebufferParameteri[v]. | Laura Ekstrand | 2015-05-14 | 1 | -0/+8 |
* | main: Add entry points for InvalidateNamedFramebuffer[Sub]Data. | Laura Ekstrand | 2015-05-14 | 1 | -0/+12 |
* | main: Add entry point GetNamedFramebufferAttachmentParameteriv. | Laura Ekstrand | 2015-05-14 | 1 | -0/+10 |
* | main: Add entry point for CheckNamedFramebufferStatus. | Laura Ekstrand | 2015-05-14 | 1 | -0/+7 |
* | main: Major refactor of get_texture_for_framebuffer. | Laura Ekstrand | 2015-05-14 | 1 | -2/+2 |
* | main: Add entry points for glNamedFramebufferTexture[Layer]. | Laura Ekstrand | 2015-05-14 | 1 | -0/+8 |
* | main: Split framebuffer_texture. | Laura Ekstrand | 2015-05-14 | 1 | -0/+8 |
* | main: Add entry point for NamedFramebufferRenderbuffer. | Laura Ekstrand | 2015-05-14 | 1 | -0/+12 |
* | main: Rename framebuffer renderbuffer software fallback. | Laura Ekstrand | 2015-05-14 | 1 | -3/+4 |
* | main: Add utility function _mesa_lookup_renderbuffer_err. | Laura Ekstrand | 2015-05-14 | 1 | -0/+4 |
* | main: Add glCreateFramebuffers. | Laura Ekstrand | 2015-05-14 | 1 | -0/+3 |
* | main: Add utility function _mesa_lookup_framebuffer_err. | Laura Ekstrand | 2015-05-14 | 1 | -0/+4 |
* | main: Added entry points for NamedRenderbufferStorage/Multisample | Martin Peres | 2015-03-25 | 1 | -0/+9 |
* | main: Added entry point for glGetNamedRenderbufferParameteriv | Martin Peres | 2015-03-25 | 1 | -0/+4 |
* | main: Added entry point for glCreateRenderbuffers | Martin Peres | 2015-03-25 | 1 | -0/+3 |
* | mesa: make several FBO functions static | Brian Paul | 2014-02-02 | 1 | -20/+0 |
* | mesa: move glGenerateMipmap() code into new genmipmap.c file | Brian Paul | 2014-02-02 | 1 | -4/+0 |
* | mesa: move glBlitFramebuffer code into new blit.c file | Brian Paul | 2014-02-02 | 1 | -5/+0 |
* | mesa: Make detach_renderbuffer available outside fbobject.c | Ian Romanick | 2013-08-13 | 1 | -0/+6 |
* | mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpoint | Tomasz Lis | 2013-07-18 | 1 | -0/+6 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Track the TexImage being rendered to in the gl_renderbuffer. | Eric Anholt | 2013-05-17 | 1 | -19/+0 |
* | mesa: Make core Mesa allocate the texture renderbuffer wrapper. | Eric Anholt | 2013-05-06 | 1 | -0/+5 |
* | mesa: implement glFramebufferTexture | Jordan Justen | 2013-05-01 | 1 | -0/+4 |
* | mesa: add renderbuffer attachment Layered field | Jordan Justen | 2013-05-01 | 1 | -1/+2 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: add helper func for checking combined depthstencil buffers from st/mesa | Marek Olšák | 2013-03-23 | 1 | -0/+3 |
* | gles2: a stub implementation for GL_EXT_discard_framebuffer | Tapani Pälli | 2013-02-20 | 1 | -0/+4 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -19/+19 |
* | mesa: remove unimplemented FramebufferTextureFaceARB | Jordan Justen | 2012-11-03 | 1 | -5/+0 |
* | mesa: remove unimplemented FramebufferTextureARB | Jordan Justen | 2012-11-03 | 1 | -4/+0 |
* | mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer | Ian Romanick | 2012-08-14 | 1 | -0/+9 |
* | mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions | Brian Paul | 2012-01-12 | 1 | -0/+22 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | mesa: added _mesa_get_attachment_teximage() helpers | Brian Paul | 2011-04-05 | 1 | -0/+19 |
* | mesa: 80-column wrapping | Brian Paul | 2011-04-05 | 1 | -2/+4 |
* | mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer() | Brian Paul | 2011-01-24 | 1 | -0/+3 |
* | mesa: Use the common logic for "is this baseformat a color format?" | Eric Anholt | 2011-01-03 | 1 | -0/+3 |
* | mesa: Clean up header file inclusion in fbobject.h. | Vinson Lee | 2010-11-09 | 1 | -1/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -10/+10 |
* | mesa: Add missing header to fboject.h. | Vinson Lee | 2010-07-29 | 1 | -0/+1 |
* | intel: Implement EGL_KHR_surfaceless extension | Kristian Høgsberg | 2010-07-28 | 1 | -0/+3 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+8 |
* | mesa: Move GL_RGB565 workaround into fbobject.c | Kristian Høgsberg | 2010-04-27 | 1 | -0/+4 |
* | core: Implement GL_OES_EGL_image entry points | Kristian Høgsberg | 2010-02-24 | 1 | -0/+3 |
* | mesa: added extern qualifier | Tom Fogal | 2009-02-21 | 1 | -1/+1 |
* | mesa: stub for _mesa_RenderbufferStorageMultisample() | Brian Paul | 2009-01-22 | 1 | -0/+5 |