summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/samplerobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/sampler: fix error codes for sampler parameters.Dave Airlie2016-06-011-27/+10
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-201-5/+18
* mesa: Change an error code in glSamplerParameterI[iu]v().Kenneth Graunke2016-04-121-4/+6
* mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2016-02-221-2/+4
* mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2016-01-111-6/+12
* mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2016-01-111-0/+10
* mesa: Add _mesa_set_sampler_filters methodIan Romanick2016-01-111-0/+21
* mesa: Add _mesa_set_sampler_wrap methodIan Romanick2016-01-111-0/+16
* mesa: Remove GL_ARB_sampler_object depth compare error checking.Stefan Dösinger2015-10-071-18/+10
* mesa: remove Driver.DeleteSamplerObjectMarek Olšák2015-10-031-18/+10
* mesa: Add locking to sampler objects.Matt Turner2015-09-251-4/+6
* mesa: Remove debugging code from _mesa_reference_*.Matt Turner2015-09-251-8/+0
* mesa: Avoid double promotion.Matt Turner2015-07-291-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-10/+10
* Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"Ian Romanick2015-05-281-7/+0
* mesa: Add ARB_direct_state_access checks in sampler object functionsFredrik Höglund2015-05-141-0/+7
* main: Added entry point for glCreateSamplersMartin Peres2015-03-251-6/+19
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+Eduardo Lima Mitev2015-02-191-12/+60
* main: round floating-point value to nearest integer in glGetSamplerParameteriv()Samuel Iglesias Gonsalvez2015-01-131-4/+16
* mesa: Implement glBindSamplersFredrik Höglund2014-05-021-0/+115
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-021-0/+6
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-6/+6
* mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-1/+1
* mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ESIan Romanick2013-09-081-1/+2
* mesa: free object labels when deletingTimothy Arceri2013-09-041-0/+1
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-281-9/+3
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-071-1/+1
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-061-0/+10
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-24/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-23/+0
* mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*Matt Turner2013-01-021-0/+8
* mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*Matt Turner2013-01-021-0/+8
* mesa: Mark _mesa_{init,delete}_sampler_object as staticMatt Turner2013-01-021-2/+2
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-10/+10
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-231-5/+9
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-141-1/+0
* mesa: Allow meta module to call sampler functionsPauli Nieminen2012-08-011-4/+4
* mesa/samplerobj: Support EXT_texture_sRGB_decodePauli Nieminen2012-08-011-0/+55
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-2/+0
* mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul2012-03-201-5/+4
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-2/+1
* mesa: Fix the BindSampler unit limit.Henri Verbeet2011-07-071-1/+1
* mesa: EXT_texture_sRGB_decode little fixupMarek Olšák2011-05-131-1/+1