mesa: refactor: move glTexParameter-related functions into new texparam.c file
[mesa.git] / src / mesa / main / blend.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-22 Brian PaulColor clamping fixes.
2006-07-18 Brian PaulCompute ctx->Color._LogicOpEnabled in one place instead...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Ian RomanickModified error messages in _mesa_BlendFuncSeparateEXT...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-24 Brian PaulHeader file clean-up:
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Pauladded Driver.BlendColor() function, for completeness
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-26 Brian Paulfixed extension checking in _mesa_BlendEquation()
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-23 Gareth HughesMajor audit of all Mesa's x86 assembly code. This...
2000-10-19 Brian Paulimproved blending accuracy to fix Glean test failures
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-08-30 Brian Pauladded more extensions testing code
2000-06-29 Brian Paulfixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)
2000-05-30 Brian Paulinitial work for GL_NV_blend_square extension
2000-04-11 Brian Paulrenamed alpha buffer functions
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-21 Brian Paulfixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on blend funcs
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-21 Brian Paulsilenced uninitialized variable warnings
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-30 Keith Whitwellmore hooks for mga driver, including an immediate fastpath
1999-08-19 Brian Paulfixed alpha channel problem in gl_blend_pixels()
1999-08-19 jtgInitial revision