| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Implement glBindSamplers | Fredrik Höglund | 2014-05-02 | 1 | -0/+115 |
* | glapi: Add infrastructure for ARB_multi_bind | Fredrik Höglund | 2014-05-02 | 1 | -0/+6 |
* | mesa: switch to c11 mutex functions | Brian Paul | 2014-03-03 | 1 | -6/+6 |
* | mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -1/+1 |
* | mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES | Ian Romanick | 2013-09-08 | 1 | -1/+2 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 1 | -0/+1 |
* | mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow | Ian Romanick | 2013-06-28 | 1 | -9/+3 |
* | 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: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: fix glGetInteger*(GL_SAMPLER_BINDING). | Alan Hourihane | 2013-03-07 | 1 | -1/+1 |
* | Unreference sampler object when it's currently bound to texture unit. | Alan Hourihane | 2013-03-06 | 1 | -0/+10 |
* | mesa: Initially populate the display list with the exec list. | Eric Anholt | 2013-01-21 | 1 | -24/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -23/+0 |
* | mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter* | Matt Turner | 2013-01-02 | 1 | -0/+8 |
* | mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter* | Matt Turner | 2013-01-02 | 1 | -0/+8 |
* | mesa: Mark _mesa_{init,delete}_sampler_object as static | Matt Turner | 2013-01-02 | 1 | -2/+2 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -10/+10 |
* | _mesa_create_exec_table: GLES3 fixes. | Paul Berry | 2012-10-23 | 1 | -5/+9 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: Kill GL_ARB_shadow_ambient with fire | Ian Romanick | 2012-08-14 | 1 | -1/+0 |
* | mesa: Allow meta module to call sampler functions | Pauli Nieminen | 2012-08-01 | 1 | -4/+4 |
* | mesa/samplerobj: Support EXT_texture_sRGB_decode | Pauli Nieminen | 2012-08-01 | 1 | -0/+55 |
* | mesa: Move DepthMode to texture object | Pauli Nieminen | 2012-08-01 | 1 | -2/+0 |
* | mesa: make _mesa_reference_sampler_object() an inline function | Brian Paul | 2012-03-20 | 1 | -5/+4 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | mesa: Remove ARB_texture_mirrored_repeat extension enable flag | Ian Romanick | 2011-09-29 | 1 | -2/+1 |
* | mesa: Fix the BindSampler unit limit. | Henri Verbeet | 2011-07-07 | 1 | -1/+1 |
* | mesa: EXT_texture_sRGB_decode little fixup | Marek Olšák | 2011-05-13 | 1 | -1/+1 |
* | mesa: handle TEXTURE_CUBE_MAP_SEAMLESS in SamplerParameter | Marek Olšák | 2011-05-06 | 1 | -0/+37 |
* | mesa: implement AMD_seamless_cubemap_per_texture | Marek Olšák | 2011-05-06 | 1 | -0/+21 |
* | mesa: fix wrong parameter type in set_sampler_max_lod() | Brian Paul | 2011-04-18 | 1 | -1/+1 |
* | mesa: fix some comments in sampler object code | Brian Paul | 2011-04-13 | 1 | -4/+4 |
* | mesa: new code/functions for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 1 | -0/+1355 |