Age | Commit message (Expand) | Author |
2011-01-05 | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee |
2011-01-03 | mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA. | Eric Anholt |
2011-01-03 | mesa: Also report renderbuffer red/green size for GL_RED and GL_RG. | Eric Anholt |
2011-01-03 | mesa: Use the common logic for "is this baseformat a color format?" | Eric Anholt |
2011-01-03 | mesa: Allow color renderbuffers besides just RGB and RGBA. | Eric Anholt |
2010-12-06 | mesa: test for cube map completeness in glGenerateMipmap() | Brian Paul |
2010-12-03 | mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment type | Brian Paul |
2010-12-03 | mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query | Brian Paul |
2010-10-26 | mesa: rename function to _mesa_is_format_integer_color() | Brian Paul |
2010-10-24 | mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITY | Marek Olšák |
2010-10-23 | mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness() | Brian Paul |
2010-10-23 | mesa: simplify fbo format checking code | Brian Paul |
2010-10-23 | mesa: 80-column wrapping | Brian Paul |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-01 | ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachments | Ian Romanick |
2010-09-09 | mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer | Kristian Høgsberg |
2010-09-07 | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt |
2010-09-02 | mesa: Fix printf-like warnings. | Vinson Lee |
2010-09-01 | mesa: initialize dummy framebuffer and renderbuffer mutexes | Vladimir Vukicevic |
2010-07-28 | intel: Implement EGL_KHR_surfaceless extension | Kristian Høgsberg |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-22 | mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv() | Brian Paul |
2010-06-15 | mesa: Allow querying the system FBO in GetFramebufferAttachmentParameteriv | Kristian Høgsberg |
2010-06-10 | mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object. | Eric Anholt |
2010-06-02 | mesa: whitespace and 80 column wrapping | Brian Paul |
2010-05-27 | mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format check | Brian Paul |
2010-05-24 | mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT | Kristian Høgsberg |
2010-05-09 | mesa: use GL_RGBA16_SNORM for accum buffer | Brian Paul |
2010-04-27 | mesa: Move GL_RGB565 workaround into fbobject.c | Kristian Høgsberg |
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu |
2010-03-30 | mesa: Add missing features. | Chia-I Wu |
2010-03-20 | mesa: added GL3 buffer attachment aliases | Brian Paul |
2010-03-10 | mesa: raise an error when trying to bind non-existant texture to FBO | Brian Paul |
2010-02-25 | mesa: remove redundant call to _mesa_base_fbo_format() | Brian Paul |
2010-02-24 | mesa: put declaration before code | Brian Paul |
2010-02-24 | core: Implement GL_OES_EGL_image entry points | Kristian Høgsberg |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-01-27 | mesa: fix int/uint comparison warnings | Brian Paul |
2010-01-26 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-26 | mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support | Erik Wien |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-19 | mesa: added comment about future FBO formats | Brian Paul |
2010-01-18 | mesa: Remove unnecessary headers from fbobject.c. | Vinson Lee |
2009-11-16 | mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT() | Brian Paul |
2009-11-16 | mesa: use _mesa_get_current_tex_object() | Brian Paul |
2009-11-10 | mesa: fix some begin/end render-to-texture logic | brian |
2009-11-10 | mesa: move check_begin/end_texture_render() calls | brian |
2009-11-10 | mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT() | brian |
2009-11-10 | mesa: rename vars in _mesa_BindFramebufferEXT() | brian |
2009-11-10 | mesa: added comment for check_begin_texture_render() | brian |