summaryrefslogtreecommitdiff
path: root/src/mesa/main/samplerobj.h
AgeCommit message (Expand)AuthorFilesLines
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