summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-261-8/+19
|\
| * mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit supportErik Wien2010-01-261-8/+19
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+0
|\|
| * mesa: Remove unnecessary headers from fbobject.c.Vinson Lee2010-01-181-3/+0
* | mesa: added comment about future FBO formatsBrian Paul2010-01-191-0/+3
|/
* mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul2009-11-161-0/+5
* mesa: use _mesa_get_current_tex_object()Brian Paul2009-11-161-3/+1
* mesa: fix some begin/end render-to-texture logicbrian2009-11-101-21/+38
* mesa: move check_begin/end_texture_render() callsbrian2009-11-101-9/+11
* mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian2009-11-101-3/+7
* mesa: rename vars in _mesa_BindFramebufferEXT()brian2009-11-101-22/+21
* mesa: added comment for check_begin_texture_render()brian2009-11-101-0/+5
* mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt2009-11-061-0/+4
* mesa: clean-up, remove some flushing in FBO functionsBrian Paul2009-11-031-7/+11
* mesa: fix indentationBrian Paul2009-11-031-2/+1
* mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul2009-11-031-7/+10
* mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-291-0/+2
* Merge branch 'texformat-rework'Brian Paul2009-10-281-97/+105
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-93/+97
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
| * mesa: use more format helper functionsBrian Paul2009-09-271-5/+9
* | mesa: debug code for glBlitFramebuffer()Brian Paul2009-10-271-0/+55
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-231-12/+0
|\ \
| * | mesa: remove FBO texture depth/stencil testBrian Paul2009-10-231-12/+0
* | | mesa: simplify att->CubeMapFace assignmentBrian Paul2009-10-231-6/+1
* | | mesa: more detailed error messages in fbo codeBrian Paul2009-10-231-2/+5
* | | mesa: minor clean up in check_begin_texture_render()Brian Paul2009-10-121-1/+1
* | | mesa: Remove another unexplained Flush call, this time from BindFramebuffer.Eric Anholt2009-10-021-3/+0
* | | Revert "Flush driver, not just tnl module."Eric Anholt2009-10-021-26/+0
* | | mesa: use _mesa_get_current_tex_unit() helperBrian Paul2009-09-281-1/+2
| |/ |/|
* | mesa: minor clean-upBrian Paul2009-09-151-3/+3
* | mesa: clean-up fbo debug codeBrian Paul2009-09-151-16/+23
|/
* 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