mesa: for ARB_fbo, lift restriction that all FBO attachments are same size and color...
[mesa.git] / src / mesa / main / fbobject.c
2009-01-22 Brian Paulmesa: for ARB_fbo, lift restriction that all FBO attach...
2008-12-07 Eric Anholtmesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).
2008-09-22 Brian Paulmesa: fix some feature tests
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Eric Anholtmesa: Return 0 for cube map face of non-cubemap framebu...
2008-07-04 Brian Paulmesa: remove incorrect assertion
2008-07-03 Brian Paulmesa: fix problem freeing framebuffer/renderbuffer...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-09 Dave AirlieRevert "mesa/intel: map/unmap texture objects around...
2008-05-09 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-05-09 Dave AirlieAdded ctx->Driver.GenerateMipmap() driver hook
2008-05-09 Dave Airliemesa/intel: map/unmap texture objects around mipmap...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Brianfix texture/renderbuffer mix-up in test_attachment_comp...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-09 Briancheck for texture and renderbuffer in check_end_texture...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-18 Brianremove dead code left over after fixing GL_READ/DRAW_BU...
2007-08-16 BrianRework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-15 Ian RomanickBring framebuffer_texture's error checking more in...
2007-04-02 Brianuse _mesa_reference_renderbuffer() in a few more places
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 BrianFix some renderbuffer reference counting issues. Also...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-06 Brianexplicit calls to _mesa_unreference_framebuffer() not...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-01 Brianmove oldFb decl into tighter scopes
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-22 Keith WhitwellFlush driver, not just tnl module.
2006-05-20 Brian Pauluse new _mesa_dereference_frame/renderbuffer() functions
2006-04-13 Brian Paulcasts to fix some -pedantic warnings
2006-04-05 Brian PaulRemove the code that checks for duplicated framebuffer...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-03-28 Brian Paulupdate conditional for render to GL_DEPTH_STENCIL textu...
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-20 Brian Pauladditional assertions and debug code for testing FBO...
2006-03-15 Brian Paulsync with texmem branch
2006-03-07 Brian Paulcall _mesa_update_framebuffer_visual() in _mesa_Framebu...
2006-03-01 Brian Paulremove temporary tokens, more error checks for blit...
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-11-18 Brian PaulIn _mesa_RenderbufferStorageEXT(), try to avoid needles...
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-10-08 Brian PaulFix some issues with state updates and renderbuffers...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-04 Brian Paulcheck if deleting currently bound frame/renderbuffer...
2005-10-04 Brian Paulfix behaviour of glIsFrame/Renderbuffer()
2005-10-03 Brian Pauladded a few calls to _mesa_update_framebuffer_visual()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-07 Brian Paulnew comment
2005-09-06 Brian Paulminor formatting fix
2005-06-07 Brian Paulfix GL_ALPHA render-to-texture problem (Jon Smirl)
2005-06-01 Brian Pauladded code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICAT...
2005-05-31 Brian Pauladd support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-27 Brian Paulsilence warnings
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2005-02-10 Brian Paulnew comments, fix zoffset error test
2005-02-09 Brian Paulimplement the 'completeness' tests
2005-02-08 Brian Pauljust some comments
2005-02-08 Brian Paula bunch of assorted fixes
2005-02-08 Brian Paulcheckpoint latest work
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.