summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: kill off _mesa_do_init_remap_table()Emil Velikov2016-06-131-18/+7
* mesa: use native types when possibleEmil Velikov2016-06-131-5/+6
* mesa: make _mesa_map_function_spec() staticEmil Velikov2016-06-131-3/+3
* mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov2016-06-131-18/+0
* mesa: remove unused _mesa_map_function_array()Emil Velikov2016-06-131-44/+0
* mesa: remove unused function _mesa_map_static_functions()Emil Velikov2016-06-131-20/+0
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2013-04-171-6/+0
* mesa: Print more informative debug for _mesa_do_init_remap_table().Eric Anholt2013-01-251-2/+4
* mesa: Allow contexts of different APIs to coexist.Chia-I Wu2010-11-021-5/+41
* mesa: Include mfeatures.h before testing feature macrosKristian Høgsberg2010-05-021-0/+2
* mesa: #ifdef out more remap_table related code when disabled.José Fonseca2010-05-021-3/+2
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-38/+10
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-2/+2
* glapi: Include headers with directory prefixes.Chia-I Wu2009-11-051-1/+1
* mesa/main: Add support for remap table.Chia-I Wu2009-10-231-0/+216