summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
Commit message (Expand)AuthorAgeFilesLines
* Ville Syrjala's logic op patchBrian Paul2003-11-121-2/+4
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-8/+8
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-3/+132
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Header file clean-up:Brian Paul2002-10-241-5/+1
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-8/+6
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-12/+12
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-7/+7
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-5/+5
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+126
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+4
* added Driver.BlendColor() function, for completenessBrian Paul2001-03-071-3/+6
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-24/+24
* fixed extension checking in _mesa_BlendEquation()Brian Paul2001-02-261-6/+13
* Major rework of tnl moduleKeith Whitwell2000-12-261-37/+51
* Committing in .Jouk Jansen2000-11-221-7/+7
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-4/+1
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-633/+1
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-6/+10
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-12/+13
* Basic work to support deep color channels:Brian Paul2000-10-281-38/+42
* Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes2000-10-231-4/+4
* improved blending accuracy to fix Glean test failuresBrian Paul2000-10-191-19/+39
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-071-5/+5
* added more extensions testing codeBrian Paul2000-08-301-3/+18
* fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)Brian Paul2000-06-291-3/+3
* initial work for GL_NV_blend_square extensionBrian Paul2000-05-301-5/+78
* renamed alpha buffer functionsBrian Paul2000-04-111-2/+2
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-6/+6
* fixed GL_SRC_ALPHA_SATURATE bug, lots clean-upBrian Paul2000-02-211-26/+27
* replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul2000-02-021-31/+41
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-3/+3
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-121-22/+26
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-14/+13
* changes to silence MSVC warningsBrian Paul1999-11-081-29/+29
* clean-up of header includes (Daryll)Brian Paul1999-11-081-5/+2
* silenced uninitialized variable warningsBrian Paul1999-10-211-1/+9
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-2/+6
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-301-1/+9
* fixed alpha channel problem in gl_blend_pixels()Brian Paul1999-08-191-8/+1
* Initial revisionjtg1999-08-191-0/+812