summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
AgeCommit message (Expand)Author
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