summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)Author
2011-03-07mesa: return after invalidating renderbufferMarek Olšák
2011-03-07mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-01-28mesa: fix typo, wrap long lineBrian Paul
2011-01-24mesa: add red, red/green formats in _mesa_base_fbo_format()Brian Paul
2011-01-24mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul
2011-01-24mesa: new cases in _mesa_base_fbo_format()Brian Paul
2011-01-24Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...Brian Paul
2011-01-23mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák
2011-01-14mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.Eric Anholt
2011-01-14srgb: fix fbo base format picking.Dave Airlie
2011-01-13mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie
2011-01-12mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2011-01-03mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.Eric Anholt
2011-01-03mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.Eric Anholt
2011-01-03mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt
2011-01-03mesa: Allow color renderbuffers besides just RGB and RGBA.Eric Anholt
2010-12-06mesa: test for cube map completeness in glGenerateMipmap()Brian Paul
2010-12-03mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment typeBrian Paul
2010-12-03mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME queryBrian Paul
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul
2010-10-24mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITYMarek Olšák
2010-10-23mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness()Brian Paul
2010-10-23mesa: simplify fbo format checking codeBrian Paul
2010-10-23mesa: 80-column wrappingBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-01ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachmentsIan Romanick
2010-09-09mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg
2010-09-07mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt
2010-09-02mesa: Fix printf-like warnings.Vinson Lee
2010-09-01mesa: initialize dummy framebuffer and renderbuffer mutexesVladimir Vukicevic
2010-07-28intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-22mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()Brian Paul
2010-06-15mesa: Allow querying the system FBO in GetFramebufferAttachmentParameterivKristian Høgsberg
2010-06-10mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.Eric Anholt
2010-06-02mesa: whitespace and 80 column wrappingBrian Paul
2010-05-27mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format checkBrian Paul
2010-05-24mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXTKristian Høgsberg
2010-05-09mesa: use GL_RGBA16_SNORM for accum bufferBrian Paul
2010-04-27mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-03-30mesa: Add missing features.Chia-I Wu
2010-03-20mesa: added GL3 buffer attachment aliasesBrian Paul
2010-03-10mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul