Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
[mesa.git] / src / mesa / drivers / dri / i810 / i810context.c
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-08-29 Ian RomanickImplement GL_ARB_texture_env_combine, GL_EXT_texture_en...
2005-08-19 Ian RomanickEnable ARB_texture_compression. The code has been...
2005-08-18 Ian RomanickAdd support for NV_blend_square. This was tested with
2005-08-18 Ian RomanickMake sure extension entry point offsets are properly...
2005-08-18 Ian RomanickDon't try to update hardware texture fields if there...
2005-08-18 Ian RomanickMake the i810 driver use driGetRendererString like...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-14 Dave Airliefix some signed vs unsigned warnings
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-01-28 Dave Airliefix breakage associated with pointers not being initial...
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian Paulminor changes to silence warnings
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-08 Keith WhitwellProvide dummy definitions of __driConfig externs
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-09-30 Alan Hourihaneadd the i810 driver - no kernel driver yet