index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
blend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the initial value of glDrawBuffers for GLES
Neil Roberts
2014-03-12
1
-1
/
+3
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: GL_NV_blend_square is not optional
Ian Romanick
2013-06-28
1
-2
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
1
-0
/
+17
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLOR
Marek Olšák
2013-04-24
1
-1
/
+0
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-3
/
+16
*
mesa: move updating clamp control derived state out of mesa_update_state_locked
Marek Olšák
2013-04-06
1
-0
/
+30
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-1
/
+1
*
mesa: refactor clamping controls, get rid of _ClampReadColor
Marek Olšák
2013-04-06
1
-1
/
+30
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-14
/
+0
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-10
/
+10
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-9
/
+1
*
gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.
Paul Berry
2012-09-25
1
-0
/
+7
*
mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-4
/
+11
*
mesa: Keep a computed value for dual source blend func with each buffer.
Eric Anholt
2012-05-23
1
-0
/
+20
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-0
/
+11
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-3
/
+2
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+0
*
mesa: Remove support for GL_EXT_blend_logic_op
Ian Romanick
2011-09-19
1
-12
/
+7
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-2
/
+1
*
mesa: add another missing GLAPIENTRY keyword
José Fonseca
2011-05-19
1
-1
/
+1
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-13
/
+24
*
mesa: add/update VERBOSE_API logging
Brian Paul
2011-02-08
1
-4
/
+12
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-159
/
+344
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
mesa: Remove the non-required ARB_imaging extension.
Eric Anholt
2010-09-23
1
-4
/
+2
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-3
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
mesa: Remove unnecessary header from blend.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-8
/
+51
*
|
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-1
/
+1
|
/
*
mesa: remove misplaced VERBOSE_TEXTURE tests
Brian Paul
2009-10-23
1
-3
/
+3
*
mesa: remove unneeded includes
Brian Paul
2008-10-10
1
-1
/
+0
*
mesa: revamp glBlendFunc loopback
Brian Paul
2008-09-21
1
-9
/
+1
*
mesa: move some glapi bits around
Brian Paul
2008-09-21
1
-0
/
+1
*
Color clamping fixes.
Brian Paul
2006-10-22
1
-0
/
+31
*
Compute ctx->Color._LogicOpEnabled in one place instead of four places!
Brian Paul
2006-07-18
1
-15
/
+2
*
Added OSMesaColorClamp(), bug 4917
Brian Paul
2005-11-12
1
-0
/
+3
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-2
/
+0
*
silence a variety of warnings found with g++ 3.4.2
Brian Paul
2004-12-03
1
-2
/
+4
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-5
/
+4
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-5
/
+5
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-30
/
+89
*
Modified error messages in _mesa_BlendFuncSeparateEXT to note that the
Ian Romanick
2004-01-23
1
-8
/
+8
*
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2004-01-21
1
-79
/
+10
*
Ville Syrjala's logic op patch
Brian Paul
2003-11-12
1
-2
/
+4
[next]