summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)Author
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
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27mesa: debug code for glBlitFramebuffer()Brian Paul
2009-10-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-23mesa: simplify att->CubeMapFace assignmentBrian Paul
2009-10-23mesa: more detailed error messages in fbo codeBrian Paul
2009-10-23mesa: remove FBO texture depth/stencil testBrian Paul
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-02mesa: Remove another unexplained Flush call, this time from BindFramebuffer.Eric Anholt
2009-10-02Revert "Flush driver, not just tnl module."Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-27mesa: use more format helper functionsBrian Paul
2009-09-15mesa: minor clean-upBrian Paul
2009-09-15mesa: clean-up fbo debug codeBrian Paul
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul
2009-06-17mesa: Mark FBOs with compressed color attachments as FBO-incomplete.Eric Anholt
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-02-26mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()Brian Paul
2009-02-17mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-29mesa: allow glFramebufferTexture1/2/3D(target = GL_READ/DRAW_FRAMEBUFFER)Brian Paul
2009-01-29mesa: fix a render to texture FBO validation bugBrian Paul
2009-01-27mesa: move call to _mesa_update_framebuffer_visual()Brian Paul