Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / fbobject.c
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.