summaryrefslogtreecommitdiff
path: root/src/mesa/main/blend.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+132
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul1-8/+6
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-12/+12
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-7/+7
2001-09-14more warning fixes (Karl Schultz)Brian Paul1-5/+5
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-1/+126
2001-03-29Removed DD_Z_NEVER.Brian Paul1-2/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-5/+4
2001-03-07added Driver.BlendColor() function, for completenessBrian Paul1-3/+6
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-24/+24
2001-02-26fixed extension checking in _mesa_BlendEquation()Brian Paul1-6/+13
2000-12-26Major rework of tnl moduleKeith Whitwell1-37/+51
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-4/+1
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-633/+1
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul1-6/+10
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-12/+13
2000-10-28Basic work to support deep color channels:Brian Paul1-38/+42
2000-10-23Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes1-4/+4
2000-10-19improved blending accuracy to fix Glean test failuresBrian Paul1-19/+39
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul1-5/+5
2000-08-30added more extensions testing codeBrian Paul1-3/+18
2000-06-29fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)Brian Paul1-3/+3
2000-05-30initial work for GL_NV_blend_square extensionBrian Paul1-5/+78
2000-04-11renamed alpha buffer functionsBrian Paul1-2/+2
2000-02-24bunch of dispatch and extension-related changesBrian Paul1-6/+6
2000-02-21fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul1-26/+27
2000-02-02replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul1-31/+41
1999-11-24added support for separate read/draw buffers per contextBrian Paul1-3/+3
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1-22/+26
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-14/+13
1999-11-08changes to silence MSVC warningsBrian Paul1-29/+29
1999-11-08clean-up of header includes (Daryll)Brian Paul1-5/+2
1999-10-21silenced uninitialized variable warningsBrian Paul1-1/+9
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-2/+6
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell1-1/+9
1999-08-19fixed alpha channel problem in gl_blend_pixels()Brian Paul1-8/+1
1999-08-19Initial revisionjtg1-0/+812