Move all the code for computing ctx->_TriangleCaps into state.c.
[mesa.git] / src / mesa / main / fbobject.c
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.