| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add const qualifier on _mesa_base_fbo_format() | Brian Paul | 2017-12-05 | 1 | -1/+1 |
* | mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+6 |
* | mesa: add KHR_no_error support to glFramebufferRenderbuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+5 |
* | mesa: add KHR_no_error support to glInvalidate*() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+8 |
* | mesa: add KHR_no_error support for glCheckFramebufferStatus() | Samuel Pitoiset | 2017-06-28 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for gl*Renderbuffers() | Samuel Pitoiset | 2017-06-28 | 1 | -0/+6 |
* | mesa: add KHR_no_error support for NamedFramebufferTexture | Timothy Arceri | 2017-05-17 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for FramebufferTexture | Timothy Arceri | 2017-05-17 | 1 | -0/+3 |
* | mesa: add KHR_no_error support for NamedFramebufferTextureLayer | Timothy Arceri | 2017-05-17 | 1 | -0/+5 |
* | mesa: add KHR_no_error support for FramebufferTextureLayer | Timothy Arceri | 2017-05-17 | 1 | -0/+4 |
* | mesa: add KHR_no_error support for FramebufferTexture*D functions | Timothy Arceri | 2017-05-11 | 1 | -0/+12 |
* | mesa: pass rb attachment to _mesa_framebuffer_texture() | Timothy Arceri | 2017-05-11 | 1 | -2/+2 |
* | mesa: add _mesa_get_and_validate_attachment() helper | Timothy Arceri | 2017-05-11 | 1 | -0/+5 |
* | mesa: make _mesa_get_framebuffer_attachment_parameter() static | Timothy Arceri | 2017-05-11 | 1 | -7/+0 |
* | mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffers | Ian Romanick | 2016-03-01 | 1 | -0/+5 |
* | mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage | Ian Romanick | 2016-02-10 | 1 | -0/+5 |
* | mesa: Refactor _mesa_framebuffer_renderbuffer | Ian Romanick | 2016-02-10 | 1 | -2/+1 |
* | 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 |