summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the initial value of glDrawBuffers for GLESNeil Roberts2014-03-121-1/+3
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-3/+3
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-2/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-301-0/+17
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLORMarek Olšák2013-04-241-1/+0
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-061-3/+16
* mesa: move updating clamp control derived state out of mesa_update_state_lockedMarek Olšák2013-04-061-0/+30
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-061-1/+1
* mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák2013-04-061-1/+30
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-14/+0
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-10/+10
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-9/+1
* gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry2012-09-251-0/+7
* mesa/es: Validate blend function enums in Mesa code rather than the ES wrapperIan Romanick2012-08-291-4/+11
* mesa: Keep a computed value for dual source blend func with each buffer.Eric Anholt2012-05-231-0/+20
* mesa: add support for ARB_blend_func_extended (v4)Dave Airlie2012-04-131-0/+11
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-3/+2
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+0
* mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-191-12/+7
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-2/+1
* mesa: add another missing GLAPIENTRY keywordJosé Fonseca2011-05-191-1/+1
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-13/+24
* 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