summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
AgeCommit message (Expand)Author
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes
2000-10-19improved blending accuracy to fix Glean test failuresBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-06-29fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)Brian Paul
2000-05-30initial work for GL_NV_blend_square extensionBrian Paul
2000-04-11renamed alpha buffer functionsBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-21fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-21silenced uninitialized variable warningsBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell
1999-08-19fixed alpha channel problem in gl_blend_pixels()Brian Paul
1999-08-19Initial revisionjtg