summaryrefslogtreecommitdiff
path: root/src/mesa/main/samplerobj.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-24mesa: Skip update_gl_clamp() if samplers need clampRob Clark1-0/+6
2022-07-15mesa: track which sampler wrap params use GL_CLAMPMike Blumenkrantz1-0/+11
2022-07-15mesa: move is_wrap_gl_clamp() to samplerobj.h and deduplicateMike Blumenkrantz1-0/+6
2022-01-15mesa: Remove unused _mesa_set_sampler_{filters,srgb_decode,wrap}Adam Jackson1-13/+0
2021-12-14mesa: remove all GL func forward declarations because they are autogeneratedMarek Olšák1-54/+0
2021-12-06mesa/dd: remove NewSamplerObjectDave Airlie1-6/+0
2021-06-27mesa: lower GL_CLAMP in texture and sampler functions instead of st/mesaMarek Olšák1-0/+29
2021-06-27mesa: add IsBorderColorNonZero to skip border color update for st/mesa fasterMarek Olšák1-0/+9
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák1-0/+69
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-1/+1
2017-07-31mesa: add KHR_no_error support to glDeleteSamplers()Samuel Pitoiset1-0/+5
2017-07-31mesa: add KHR_no_error support to glBindSampler()Samuel Pitoiset1-0/+4
2017-07-31mesa: add KHR_no_error support to glBindSamplers()Samuel Pitoiset1-0/+5
2017-06-28mesa: add KHR_no_error support for gl*Samplers()Samuel Pitoiset1-0/+7
2016-03-09mesa/main: do not wrap header inclusion in extern "C"Emil Velikov1-4/+2
2016-01-11mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick1-0/+4
2016-01-11mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick1-0/+4
2016-01-11mesa: Add _mesa_set_sampler_filters methodIan Romanick1-0/+5
2016-01-11mesa: Add _mesa_set_sampler_wrap methodIan Romanick1-0/+4
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-0/+3
2015-03-25main: Added entry point for glCreateSamplersMartin Peres1-0/+2
2014-12-16mesa: put extern "C" in header filesBrian Paul1-0/+9
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+2
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-03-07mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane1-0/+2
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt1-4/+0
2013-01-02mesa: Mark _mesa_{init,delete}_sampler_object as staticMatt Turner1-7/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-8/+25
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry1-1/+2
2012-08-12mesa/samplerobj: Avoid crash in sampler query if texture unit is disabledPauli Nieminen1-1/+3
2012-08-01mesa: Allow meta module to call sampler functionsPauli Nieminen1-0/+11
2012-03-20mesa: add _mesa_is_mipmap_filter() helperBrian Paul1-0/+9
2012-03-20mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul1-1/+11
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-0/+8
2011-04-10mesa: new code/functions for GL_ARB_sampler_objectsBrian Paul1-0/+54