summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: add/update VERBOSE_API loggingBrian Paul2011-02-081-4/+12
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-159/+344
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-4/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-3/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from blend.c.Vinson Lee2010-01-181-1/+0
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-8/+51
* | mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
|/
* mesa: remove misplaced VERBOSE_TEXTURE testsBrian Paul2009-10-231-3/+3
* mesa: remove unneeded includesBrian Paul2008-10-101-1/+0
* mesa: revamp glBlendFunc loopbackBrian Paul2008-09-211-9/+1
* mesa: move some glapi bits aroundBrian Paul2008-09-211-0/+1
* Color clamping fixes.Brian Paul2006-10-221-0/+31
* Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul2006-07-181-15/+2
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-0/+3
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+0
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-2/+4
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-5/+4
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-5/+5
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-30/+89
* Modified error messages in _mesa_BlendFuncSeparateEXT to note that theIan Romanick2004-01-231-8/+8
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-79/+10
* 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