mesa/src
Emil Velikov cf317bf093 mapi: add all _glapi_table entrypoints to static_data.py
Currently various parts of mesa use the glapi_table differently.

Some use _glapi_get_proc_offset() to get the offset, while others
directly reference the specific offset via _gloffset_Function.

Add all static entries, to ensure things don't break as we flip to the
upstream XML + new mapi generator.

Note: the offsets are also used for the alias remap table, thus we need
to ensure we honour the correct offsets range or it will break.

Currently this is done via MAX_OFFSETS constant, although a better
solution is in the works.

v2: add FramebufferTexture2DMultisampleEXT
v3: add MAX_OFFSETS guard

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> (v1)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2019-01-24 18:13:25 +00:00
..
amd radv: always pass the GFX9 fence data to si_cs_emit_cache_flush() 2019-01-23 11:31:14 +01:00
broadcom v3d: Add support for CS barrier() intrinsics. 2019-01-14 15:40:55 -08:00
compiler nir: Length of boolean vtn_value now is 1 2019-01-23 15:43:06 -06:00
egl egl/glvnd: sync egl.xml from Khronos 2019-01-24 16:55:21 +00:00
freedreno freedreno: automake: ship ir3_nir_trig.py in the tarball 2019-01-24 18:13:24 +00:00
gallium gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS. 2019-01-23 17:16:22 -08:00
gbm
getopt
glx glx/test: meson: assorted include fixes 2018-12-12 19:24:14 +00:00
gtest
hgl
intel intel/compiler: Reset default flag register in brw_find_live_channel() 2019-01-23 22:48:29 -08:00
loader loader: fix the no-modifiers case 2019-01-22 16:33:27 -05:00
mapi mapi: add all _glapi_table entrypoints to static_data.py 2019-01-24 18:13:25 +00:00
mesa Revert "mesa/main: remove ARB suffix from glGetnTexImage" 2019-01-24 18:13:25 +00:00
util nir: check NIR_SKIP to skip passes by name 2019-01-18 12:31:49 -08:00
vulkan vulkan: make generated enum to strings helpers available from c++ 2019-01-22 18:20:53 +00:00
Makefile.am
meson.build
SConscript