Major check-in of changes for GL_EXT_framebuffer_object extension.
[mesa.git] / src / mesa / drivers / common / driverfuncs.c
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-10-31 Brian Pauluse _mesa_unmap_buffer by default
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-04-27 Brian PaulRemoved the old teximage code.
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian Paul_mesa_init_driver_functions() to initialize dd_function...