nouveau: fix nv30 line width
[mesa.git] / src / mesa / drivers / common / driverfuncs.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-03-26 Brian Paulmerge from texman branch
2006-03-02 Brian Paulplug in BlitFramebuffer function
2005-10-28 Brian PaulTNL module needs to implement ctx->Driver.ProgramString...
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian Paulinit StencilOpSeparate to NULL
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
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...