mesa: fix assertion failure for GL_ALPHA FBOs
[mesa.git] / src / mesa / main / blend.c
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