| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Ignore blits to/from missing buffers | Ian Romanick | 2011-06-07 | 1 | -8/+37 |
* | mesa: queries of non-existent FBO attachments should return INVALID_OPERATION | Marek Olšák | 2011-06-01 | 1 | -1/+26 |
* | mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility. | Eric Anholt | 2011-05-26 | 1 | -1/+1 |
* | mesa: make RGB9_E5 non-renderable on swrast again | Marek Olšák | 2011-05-17 | 1 | -6/+4 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+2 |
* | mesa: implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -0/+11 |
* | mesa: finish up ARB_texture_float | Marek Olšák | 2011-04-15 | 1 | -1/+31 |
* | mesa: Guard against null pointer deref in fbo validation | Fabian Bieler | 2011-04-05 | 1 | -1/+1 |
* | mesa: added _mesa_get_attachment_teximage() helpers | Brian Paul | 2011-04-05 | 1 | -6/+4 |
* | mesa: initial EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -1/+37 |
* | mesa: Add missing parentheses in glBlitFramebufferEXT error strings. | Vinson Lee | 2011-03-28 | 1 | -5/+5 |
* | mesa: return after invalidating renderbuffer | Marek Olšák | 2011-03-07 | 1 | -0/+1 |
* | mesa: invalidate framebuffer if internal format of renderbuffer is changed | Marek Olšák | 2011-03-07 | 1 | -6/+29 |
* | mesa: consolidate framebuffer target lookup code | Brian Paul | 2011-02-28 | 1 | -89/+33 |
* | mesa: s/mesaFormat/attFormat/ | Brian Paul | 2011-02-28 | 1 | -4/+4 |
* | mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer | Brian Paul | 2011-02-18 | 1 | -0/+7 |
* | mesa/965: add support for GL_EXT_framebuffer_sRGB (v2) | Dave Airlie | 2011-02-05 | 1 | -1/+1 |
* | mesa: fix typo, wrap long line | Brian Paul | 2011-01-28 | 1 | -2/+3 |
* | mesa: add red, red/green formats in _mesa_base_fbo_format() | Brian Paul | 2011-01-24 | 1 | -1/+11 |
* | mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer() | Brian Paul | 2011-01-24 | 1 | -0/+29 |
* | mesa: new cases in _mesa_base_fbo_format() | Brian Paul | 2011-01-24 | 1 | -8/+35 |
* | Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim... | Brian Paul | 2011-01-24 | 1 | -24/+43 |
* | mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported | Marek Olšák | 2011-01-23 | 1 | -1/+8 |
* | mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages. | Eric Anholt | 2011-01-14 | 1 | -43/+24 |
* | srgb: fix fbo base format picking. | Dave Airlie | 2011-01-14 | 1 | -1/+1 |
* | mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test. | Dave Airlie | 2011-01-13 | 1 | -0/+2 |
* | mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() | Brian Paul | 2011-01-12 | 1 | -0/+7 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA. | Eric Anholt | 2011-01-03 | 1 | -1/+2 |
* | mesa: Also report renderbuffer red/green size for GL_RED and GL_RG. | Eric Anholt | 2011-01-03 | 1 | -0/+9 |
* | mesa: Use the common logic for "is this baseformat a color format?" | Eric Anholt | 2011-01-03 | 1 | -7/+7 |
* | mesa: Allow color renderbuffers besides just RGB and RGBA. | Eric Anholt | 2011-01-03 | 1 | -2/+1 |
* | mesa: test for cube map completeness in glGenerateMipmap() | Brian Paul | 2010-12-06 | 1 | -0/+8 |
* | mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment type | Brian Paul | 2010-12-03 | 1 | -1/+1 |
* | mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query | Brian Paul | 2010-12-03 | 1 | -2/+2 |
* | mesa: rename function to _mesa_is_format_integer_color() | Brian Paul | 2010-10-26 | 1 | -1/+1 |
* | mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITY | Marek Olšák | 2010-10-24 | 1 | -0/+3 |
* | mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness() | Brian Paul | 2010-10-23 | 1 | -0/+6 |
* | mesa: simplify fbo format checking code | Brian Paul | 2010-10-23 | 1 | -13/+38 |
* | mesa: 80-column wrapping | Brian Paul | 2010-10-23 | 1 | -3/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -16/+16 |
* | ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachments | Ian Romanick | 2010-10-01 | 1 | -2/+8 |
* | mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer | Kristian Høgsberg | 2010-09-09 | 1 | -1/+7 |
* | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt | 2010-09-07 | 1 | -0/+6 |
* | mesa: Fix printf-like warnings. | Vinson Lee | 2010-09-02 | 1 | -1/+1 |
* | mesa: initialize dummy framebuffer and renderbuffer mutexes | Vladimir Vukicevic | 2010-09-01 | 1 | -0/+2 |
* | intel: Implement EGL_KHR_surfaceless extension | Kristian Høgsberg | 2010-07-28 | 1 | -0/+5 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+22 |
* | mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv() | Brian Paul | 2010-06-22 | 1 | -1/+44 |