summaryrefslogtreecommitdiff
path: root/src/mesa/main/remap.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13mesa: kill off _mesa_do_init_remap_table()Emil Velikov1-18/+7
2016-06-13mesa: use native types when possibleEmil Velikov1-5/+6
2016-06-13mesa: make _mesa_map_function_spec() staticEmil Velikov1-3/+3
2016-06-13mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov1-18/+0
2016-06-13mesa: remove unused _mesa_map_function_array()Emil Velikov1-44/+0
2016-06-13mesa: remove unused function _mesa_map_static_functions()Emil Velikov1-20/+0
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
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-6/+0
2013-01-25mesa: Print more informative debug for _mesa_do_init_remap_table().Eric Anholt1-2/+4
2010-11-02mesa: Allow contexts of different APIs to coexist.Chia-I Wu1-5/+41
2010-05-02mesa: Include mfeatures.h before testing feature macrosKristian Høgsberg1-0/+2
2010-05-02mesa: #ifdef out more remap_table related code when disabled.José Fonseca1-3/+2
2010-04-27mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg1-38/+10
2010-04-10Fix copyright headers.Chia-I Wu1-5/+6
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-2/+2
2009-11-05glapi: Include headers with directory prefixes.Chia-I Wu1-1/+1
2009-10-23mesa/main: Add support for remap table.Chia-I Wu1-0/+216