index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: Implement GL_KHR_blend_equation_advanced_coherent.
Kenneth Graunke
2016-08-25
1
-0
/
+2
*
mesa: Track the current advanced blending mode.
Kenneth Graunke
2016-08-25
1
-13
/
+41
*
mesa: Allow advanced blending enums in glBlendEquation[i].
Kenneth Graunke
2016-08-25
1
-10
/
+54
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
1
-2
/
+2
*
mesa: enable usage of blend_func_extended blend factors in GLES2
Ryan Houdek
2015-11-19
1
-3
/
+3
*
mesa: minor comment fix in blend.c
Brian Paul
2015-11-13
1
-1
/
+1
*
mesa: add num_buffers() helper in blend.c
Brian Paul
2015-10-15
1
-15
/
+22
*
mesa: optimize _UsesDualSrc blend flag setting
Brian Paul
2015-10-15
1
-1
/
+6
*
mesa: fix incorrect error string in _mesa_BlendEquationiARB()
Brian Paul
2015-10-15
1
-1
/
+1
*
mesa: move validate_blend_factors() call after no-change check
Brian Paul
2015-10-15
1
-6
/
+6
*
mesa: optimize no-change check in _mesa_BlendEquationSeparate()
Brian Paul
2015-10-15
1
-15
/
+26
*
mesa: optimize no-change check in _mesa_BlendEquation()
Brian Paul
2015-10-15
1
-12
/
+23
*
mesa: optimize no-change check in _mesa_BlendFuncSeparate()
Brian Paul
2015-10-15
1
-15
/
+28
*
mesa: remove Driver.ColorMaskIndexed
Marek Olšák
2015-10-03
1
-3
/
+0
*
mesa: remove some Driver.Blend* hooks
Marek Olšák
2015-10-03
1
-11
/
+0
*
mesa: move check for no-op glAlphaFunc call earlier
Brian Paul
2015-07-21
1
-3
/
+3
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-17
/
+17
*
mesa: fix sRGB rendering for GLES1
Marek Olšák
2015-07-03
1
-6
/
+4
*
main: Refactor _mesa_get_clamp_read_color.
Laura Ekstrand
2015-05-14
1
-2
/
+3
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
1
-9
/
+10
*
main: Refactor _mesa_[update|get]_clamp_vertex_color.
Laura Ekstrand
2015-05-14
1
-5
/
+8
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
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
[next]