summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)Author
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
2010-02-25mesa: remove redundant call to _mesa_base_fbo_format()Brian Paul
2010-02-24mesa: put declaration before codeBrian Paul
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-27mesa: fix int/uint comparison warningsBrian Paul
2010-01-26Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19mesa: added comment about future FBO formatsBrian Paul
2010-01-18mesa: Remove unnecessary headers from fbobject.c.Vinson Lee
2009-11-16mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul
2009-11-16mesa: use _mesa_get_current_tex_object()Brian Paul
2009-11-10mesa: fix some begin/end render-to-texture logicbrian
2009-11-10mesa: move check_begin/end_texture_render() callsbrian
2009-11-10mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian
2009-11-10mesa: rename vars in _mesa_BindFramebufferEXT()brian
2009-11-10mesa: added comment for check_begin_texture_render()brian
2009-11-06mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt
2009-11-03mesa: clean-up, remove some flushing in FBO functionsBrian Paul
2009-11-03mesa: fix indentationBrian Paul
2009-11-03mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu