| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: fix problem freeing framebuffer/renderbuffer objects | Brian Paul | 2008-07-03 | 1 | -2/+5 |
* | Initial implementation of MESA_texture_array | Ian Romanick | 2007-05-16 | 1 | -0/+4 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -1/+7 |
* | Lots of changes/fixes for rendering to framebuffer objects. | Brian Paul | 2006-03-20 | 1 | -0/+1 |
* | sync with texmem branch | Brian Paul | 2006-03-15 | 1 | -0/+3 |
* | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul | 2005-11-16 | 1 | -3/+7 |
* | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul | 2005-11-08 | 1 | -1/+7 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -125/+16 |
* | More GL_EXT_framebuffer_object: rename some things, added device driver hooks. | Brian Paul | 2005-02-24 | 1 | -12/+100 |
* | implement the 'completeness' tests | Brian Paul | 2005-02-09 | 1 | -1/+12 |
* | a bunch of assorted fixes | Brian Paul | 2005-02-08 | 1 | -17/+17 |
* | checkpoint latest work | Brian Paul | 2005-02-08 | 1 | -0/+2 |
* | additional work on GL_EXT_framebuffer_object | Brian Paul | 2005-02-07 | 1 | -0/+32 |
* | Some initial work on GL_EXT_framebuffer_object. | Brian Paul | 2005-02-05 | 1 | -0/+90 |