summaryrefslogtreecommitdiff
path: root/src/mesa/main/remap.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-13mesa: make _mesa_map_function_spec() staticEmil Velikov1-3/+0
2016-06-13mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov1-9/+0
2016-06-13mesa: remove unused _mesa_map_function_array()Emil Velikov1-3/+0
2016-06-13mesa: remove unused function _mesa_map_static_functions()Emil Velikov1-3/+0
2015-03-02mesa: trim down includes of compiler.hBrian Paul1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-17mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul1-34/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-5/+5
2010-11-02mesa: Allow contexts of different APIs to coexist.Chia-I Wu1-44/+0
2010-07-31mesa: Include missing header in remap.h.Vinson Lee1-0/+1
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg1-0/+33
2010-04-27mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg1-6/+26
2010-04-10Fix copyright headers.Chia-I Wu1-5/+6
2009-10-23mesa/main: Add support for remap table.Chia-I Wu1-0/+87