summaryrefslogtreecommitdiff
path: root/src/mesa/main/samplerobj.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14mesa: refuse to update sampler parameters when a handle is allocatedSamuel Pitoiset1-11/+22
2017-06-14mesa: implement ARB_bindless_textureSamuel Pitoiset1-0/+6
2017-04-22mesa: remove fallback RefCount == 0 patternTimothy Arceri1-10/+4
2017-03-29mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák1-5/+5
2017-03-09mesa/main: make use of lookup_samplerobj_locked()Samuel Pitoiset1-11/+1
2017-03-09mesa/main: inline {begin,end}_samplerobj_lookups()Samuel Pitoiset1-16/+2
2017-03-06mesa/main: remove useless check in _mesa_IsSampler()Samuel Pitoiset1-7/+1
2017-02-27mesa/main: refactor sampler parameter error codepathSamuel Pitoiset1-87/+52
2016-06-01mesa/sampler: fix error codes for sampler parameters.Dave Airlie1-27/+10
2016-05-20mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner1-5/+18
2016-04-12mesa: Change an error code in glSamplerParameterI[iu]v().Kenneth Graunke1-4/+6
2016-02-22mesa: add GL_OES_texture_border_clamp supportIlia Mirkin1-2/+4
2016-01-11mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick1-6/+12
2016-01-11mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick1-0/+10
2016-01-11mesa: Add _mesa_set_sampler_filters methodIan Romanick1-0/+21
2016-01-11mesa: Add _mesa_set_sampler_wrap methodIan Romanick1-0/+16
2015-10-07mesa: Remove GL_ARB_sampler_object depth compare error checking.Stefan Dösinger1-18/+10
2015-10-03mesa: remove Driver.DeleteSamplerObjectMarek Olšák1-18/+10
2015-09-25mesa: Add locking to sampler objects.Matt Turner1-4/+6
2015-09-25mesa: Remove debugging code from _mesa_reference_*.Matt Turner1-8/+0
2015-07-29mesa: Avoid double promotion.Matt Turner1-1/+1
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-10/+10
2015-05-28Revert "mesa: Add ARB_direct_state_access checks in sampler object functions"Ian Romanick1-7/+0
2015-05-14mesa: Add ARB_direct_state_access checks in sampler object functionsFredrik Höglund1-0/+7
2015-03-25main: Added entry point for glCreateSamplersMartin Peres1-6/+19
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2015-02-19mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+Eduardo Lima Mitev1-12/+60
2015-01-13main: round floating-point value to nearest integer in glGetSamplerParameteriv()Samuel Iglesias Gonsalvez1-4/+16
2014-05-02mesa: Implement glBindSamplersFredrik Höglund1-0/+115
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+6
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-6/+6
2013-10-20mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller1-1/+1
2013-09-08mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ESIan Romanick1-1/+2
2013-09-04mesa: free object labels when deletingTimothy Arceri1-0/+1
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick1-9/+3
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-07mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane1-1/+1
2013-03-06Unreference sampler object when it's currently bound to texture unit.Alan Hourihane1-0/+10
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-24/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-23/+0
2013-01-02mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*Matt Turner1-0/+8
2013-01-02mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*Matt Turner1-0/+8
2013-01-02mesa: Mark _mesa_{init,delete}_sampler_object as staticMatt Turner1-2/+2
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-10/+10
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry1-5/+9
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick1-1/+0