summaryrefslogtreecommitdiff
path: root/src/mesa/main/texparam.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-03mesa/texparam: make public target_allows_setting_sampler_parametersAlejandro Piñeiro1-0/+3
2016-03-03mesa/main: Make legal_get_tex_level_parameter_target publicAntia Puentes1-0/+4
2015-01-08main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand1-0/+10
2015-01-08main: Added entry point for glGetTextureParameterfv.Laura Ekstrand1-2/+3
2015-01-08main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand1-0/+9
2015-01-08main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand1-0/+24
2015-01-08main: Added entry point for glTextureParameteri.Laura Ekstrand1-0/+9
2015-01-08main: Added entry point for glTextureParameterfv.Laura Ekstrand1-0/+7
2015-01-08main: Added entry point for glTextureParameterf.Laura Ekstrand1-0/+20
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
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
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul1-3/+0
2011-11-28mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul1-0/+3
2010-01-04mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul1-0/+12
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul1-0/+63