summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-22mesa: add new ARB_fbo queries, fix some error testsBrian Paul1-10/+97
2009-01-22mesa: additional FBO/RB id error checking for ARB_fboBrian Paul1-0/+10
2009-01-22mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul1-23/+45
2008-12-09Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-2/+10
2008-12-06mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt1-2/+10
2008-09-21mesa: fix some feature testsBrian Paul1-0/+2
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+3
2008-08-08mesa: fix some feature testsBrian Paul1-0/+2
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul1-2/+12
2008-08-06fix some FBO/texture queries (bug 15296)Brian Paul1-2/+12
2008-07-04mesa: Implement mutex/locking around texture object reference counting.Brian Paul1-11/+6
2008-07-04mesa: remove incorrect assertionBrian Paul1-1/+0
2008-07-04mesa: move assertionBrian Paul1-2/+2
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul1-2/+23
2008-07-03mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul1-2/+23
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie1-6/+0
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-1/+1
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie1-1/+1
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie1-0/+6
2008-03-28fix texture/renderbuffer mix-up in test_attachment_completeness()Brian1-1/+1
2008-03-28mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()Brian Paul1-1/+1
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-1/+1
2008-02-06Added ctx->Driver.GenerateMipmap() driver hookBrian1-1/+1
2007-11-09check for texture and renderbuffer in check_end_texture_render()Brian1-2/+1
2007-11-08in check_end_texture_render(), test for presence of a renderbuffer and texobjBrian1-2/+1
2007-08-18remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian1-23/+0
2007-08-16Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian1-5/+16
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-13/+9
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger1-7/+17
2007-07-19more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger1-0/+7
2007-07-19fix mesa fb bindingRoland Scheidegger1-3/+5
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-5/+31
2007-05-15Bring framebuffer_texture's error checking more in-line with the spec.Ian Romanick1-68/+61