Basic work to support deep color channels:
[mesa.git] / src / mesa / main / blend.c
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