| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix debug/error messages in glColorMaski() | Samuel Pitoiset | 2017-08-24 | 1 | -4/+4 |
* | mesa: only check errors when the state change in glLogicOp() | Samuel Pitoiset | 2017-08-03 | 1 | -27/+29 |
* | mesa: only check errors when the state change in glBlendEquationSeparateiARB() | Samuel Pitoiset | 2017-08-03 | 1 | -20/+22 |
* | mesa: add KHR_no_error support to glBlendEquationSeparate() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+8 |
* | mesa: add blend_equation_separate() helper | Samuel Pitoiset | 2017-07-31 | 1 | -28/+39 |
* | mesa: add KHR_no_error support to glBlendEquationiARB() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+11 |
* | mesa: add blend_equationi() helper | Samuel Pitoiset | 2017-07-31 | 1 | -11/+18 |
* | mesa: add KHR_no_error support for glBlendFunc*() | Timothy Arceri | 2017-06-29 | 1 | -0/+25 |
* | mesa: create some glBlendFunc*() helper functions | Timothy Arceri | 2017-06-29 | 1 | -50/+81 |
* | mesa: add KHR_no_error support for glLogicOp() | Timothy Arceri | 2017-06-29 | 1 | -0/+8 |
* | mesa: add logic_op() helper | Timothy Arceri | 2017-06-29 | 1 | -9/+16 |
* | mesa: don't flag _NEW_COLOR for st/mesa if possible | Marek Olšák | 2017-06-22 | 1 | -11/+18 |
* | mesa: use DriverFlags.NewAlphaTest to communicate alphatest changes to st/mesa | Marek Olšák | 2017-06-22 | 1 | -1/+2 |
* | mesa: add KHR_no_error support for glBlendEquationSeparateiARB() | Timothy Arceri | 2017-05-17 | 1 | -0/+9 |
* | mesa: add blend_equation_separatei() helper | Timothy Arceri | 2017-05-17 | 1 | -9/+17 |
* | mesa: add KHR_no_error support for glBlendFunc*iARB() | Timothy Arceri | 2017-05-17 | 1 | -0/+18 |
* | mesa: add blend_func_separatei() helper | Timothy Arceri | 2017-05-17 | 1 | -17/+28 |
* | mesa/main: fix version/extension checks in _mesa_ClampColor | Nicolai Hähnle | 2017-01-13 | 1 | -6/+10 |
* | 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 |