summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/samplerobj.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: do not wrap header inclusion in extern "C"Emil Velikov2016-03-091-4/+2
* mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2016-01-111-0/+4
* mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2016-01-111-0/+4
* mesa: Add _mesa_set_sampler_filters methodIan Romanick2016-01-111-0/+5
* mesa: Add _mesa_set_sampler_wrap methodIan Romanick2016-01-111-0/+4
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-0/+3
* main: Added entry point for glCreateSamplersMartin Peres2015-03-251-0/+2
* mesa: put extern "C" in header filesBrian Paul2014-12-161-0/+9
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-021-0/+2
* 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: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-071-0/+2
* mesa: Initially populate the display list with the exec list.Eric Anholt2013-01-211-4/+0
* mesa: Mark _mesa_{init,delete}_sampler_object as staticMatt Turner2013-01-021-7/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-8/+25
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-231-1/+2
* mesa/samplerobj: Avoid crash in sampler query if texture unit is disabledPauli Nieminen2012-08-121-1/+3
* mesa: Allow meta module to call sampler functionsPauli Nieminen2012-08-011-0/+11
* mesa: add _mesa_is_mipmap_filter() helperBrian Paul2012-03-201-0/+9
* mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul2012-03-201-1/+11
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-0/+8
* mesa: new code/functions for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+54