summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-26mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien1-8/+19
2010-01-18mesa: Remove unnecessary headers from fbobject.c.Vinson Lee1-3/+0
2009-11-16mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul1-0/+5
2009-11-16mesa: use _mesa_get_current_tex_object()Brian Paul1-3/+1
2009-11-10mesa: fix some begin/end render-to-texture logicbrian1-21/+38
2009-11-10mesa: move check_begin/end_texture_render() callsbrian1-9/+11
2009-11-10mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian1-3/+7
2009-11-10mesa: rename vars in _mesa_BindFramebufferEXT()brian1-22/+21
2009-11-10mesa: added comment for check_begin_texture_render()brian1-0/+5
2009-11-06mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt1-0/+4
2009-11-03mesa: clean-up, remove some flushing in FBO functionsBrian Paul1-7/+11
2009-11-03mesa: fix indentationBrian Paul1-2/+1
2009-11-03mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul1-7/+10
2009-10-29mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu1-0/+2
2009-10-28Merge branch 'texformat-rework'Brian Paul1-97/+105
2009-10-27mesa: debug code for glBlitFramebuffer()Brian Paul1-0/+55
2009-10-23Merge branch 'mesa_7_6_branch'Brian Paul1-12/+0
2009-10-23mesa: simplify att->CubeMapFace assignmentBrian Paul1-6/+1
2009-10-23mesa: more detailed error messages in fbo codeBrian Paul1-2/+5
2009-10-23mesa: remove FBO texture depth/stencil testBrian Paul1-12/+0
2009-10-12mesa: minor clean up in check_begin_texture_render()Brian Paul1-1/+1
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-93/+97
2009-10-02mesa: Remove another unexplained Flush call, this time from BindFramebuffer.Eric Anholt1-3/+0
2009-10-02Revert "Flush driver, not just tnl module."Eric Anholt1-26/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-2/+2
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul1-1/+2
2009-09-27mesa: use more format helper functionsBrian Paul1-5/+9
2009-09-15mesa: minor clean-upBrian Paul1-3/+3
2009-09-15mesa: clean-up fbo debug codeBrian Paul1-16/+23
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul1-5/+7
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul1-2/+6
2009-06-17mesa: Mark FBOs with compressed color attachments as FBO-incomplete.Eric Anholt1-0/+5
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich1-4/+14
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell1-7/+6
2009-02-26mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()Brian Paul1-6/+13
2009-02-17mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul1-0/+27
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul1-1/+1
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul1-1/+1
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-1/+1
2009-01-29mesa: allow glFramebufferTexture1/2/3D(target = GL_READ/DRAW_FRAMEBUFFER)Brian Paul1-4/+19
2009-01-29mesa: fix a render to texture FBO validation bugBrian Paul1-0/+9
2009-01-27mesa: move call to _mesa_update_framebuffer_visual()Brian Paul1-0/+3
2009-01-22mesa: avoid calling _mesa_test_framebuffer_completeness() more than neededBrian Paul1-2/+30
2009-01-22mesa: fix some renderbuffer/framebuffer delete semanticsBrian Paul1-1/+33
2009-01-22mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.Brian Paul1-1/+46
2009-01-22mesa: additional FBO error checking for multisample-related thingsBrian Paul1-24/+98
2009-01-22mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() codeBrian Paul1-13/+41
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul1-1/+14
2009-01-22mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only)Brian Paul1-0/+3
2009-01-22mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul1-8/+18