summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove FBO texture depth/stencil testBrian Paul2009-10-231-12/+0
* mesa: move assertions in test_attachment_completeness()Brian Paul2009-08-141-5/+7
* mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul2009-08-051-2/+6
* mesa: Mark FBOs with compressed color attachments as FBO-incomplete.Eric Anholt2009-06-171-0/+5
* mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich2009-05-191-4/+14
* mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell2009-04-221-7/+6
* mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()Brian Paul2009-02-261-6/+13
* mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)Brian Paul2009-02-171-0/+27
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-101-1/+1
|\
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+1
| |\
| | * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-091-2/+10
| | |\
| | * \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+3
| | |\ \
| | | * | mesa: fix some feature testsBrian Paul2008-08-081-0/+2
| | | * | fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
| | | * | mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-041-11/+6
| | | * | mesa: move assertionBrian Paul2008-07-041-2/+2
| | | * | mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul2008-07-031-2/+23
| | | * | mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()Brian Paul2008-03-281-1/+1
| | | * | Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-02-081-1/+1
| | | * | Added ctx->Driver.GenerateMipmap() driver hookBrian2008-02-061-1/+1
| | | * | in check_end_texture_render(), test for presence of a renderbuffer and texobjBrian2007-11-081-2/+1
* | | | | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-091-1/+1
|/ / / /
* | | | mesa: allow glFramebufferTexture1/2/3D(target = GL_READ/DRAW_FRAMEBUFFER)Brian Paul2009-01-291-4/+19
* | | | mesa: fix a render to texture FBO validation bugBrian Paul2009-01-291-0/+9
* | | | mesa: move call to _mesa_update_framebuffer_visual()Brian Paul2009-01-271-0/+3
* | | | mesa: avoid calling _mesa_test_framebuffer_completeness() more than neededBrian Paul2009-01-221-2/+30
* | | | mesa: fix some renderbuffer/framebuffer delete semanticsBrian Paul2009-01-221-1/+33
* | | | mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.Brian Paul2009-01-221-1/+46
* | | | mesa: additional FBO error checking for multisample-related thingsBrian Paul2009-01-221-24/+98
* | | | mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() codeBrian Paul2009-01-221-13/+41
* | | | mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul2009-01-221-1/+14
* | | | mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only)Brian Paul2009-01-221-0/+3
* | | | mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul2009-01-221-8/+18
* | | | mesa: add new ARB_fbo queries, fix some error testsBrian Paul2009-01-221-10/+97
* | | | mesa: additional FBO/RB id error checking for ARB_fboBrian Paul2009-01-221-0/+10
* | | | mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul2009-01-221-23/+45
| |_|/ |/| |
* | | mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt2008-12-061-2/+10
* | | mesa: fix some feature testsBrian Paul2008-09-211-0/+2
|/ /
* | fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
* | mesa: remove incorrect assertionBrian Paul2008-07-041-1/+0
* | mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul2008-07-031-2/+23
* | Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-091-6/+0
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-1/+1
* | Added ctx->Driver.GenerateMipmap() driver hookDave Airlie2008-05-091-1/+1
* | mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-091-0/+6
* | fix texture/renderbuffer mix-up in test_attachment_completeness()Brian2008-03-281-1/+1
* | check for texture and renderbuffer in check_end_texture_render()Brian2007-11-091-2/+1
* | remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian2007-08-181-23/+0
* | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian2007-08-161-5/+16
* | Implement mutex/locking around texture object reference counting.Brian2007-08-131-13/+9
|/