| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |