Compilation of the latest git Mesa shows the following errors: make ----- In file included from main/api_exec.c:117:0: ../../src/mesa/main/remap_helper.h:4493:13: error: ‘DrawArraysInstanced_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4494:13: error: ‘DrawElementsInstanced_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4627:13: error: ‘FramebufferTextureARB_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4628:13: error: ‘FramebufferTextureFaceARB_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4629:13: error: ‘ProgramParameteriARB_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4645:13: error: ‘BindTransformFeedback_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4646:13: error: ‘DeleteTransformFeedbacks_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4647:13: error: ‘DrawTransformFeedback_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4648:13: error: ‘GenTransformFeedbacks_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4649:13: error: ‘IsTransformFeedback_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4650:13: error: ‘PauseTransformFeedback_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4651:13: error: ‘ResumeTransformFeedback_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4870:13: error: ‘BeginTransformFeedbackEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4871:13: error: ‘BindBufferBaseEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4872:13: error: ‘BindBufferOffsetEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4873:13: error: ‘BindBufferRangeEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4874:13: error: ‘EndTransformFeedbackEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4875:13: error: ‘GetTransformFeedbackVaryingEXT_remap_index’ undeclared here (not in a function) ../../src/mesa/main/remap_helper.h:4876:13: error: ‘TransformFeedbackVaryingsEXT_remap_index’ undeclared here (not in a function) main/api_exec.c: In function ‘_mesa_create_exec_table’: main/api_exec.c:737:4: warning: implicit declaration of function ‘SET_FramebufferTextureARB’ main/api_exec.c:738:4: warning: implicit declaration of function ‘SET_FramebufferTextureFaceARB’ make[2]: *** [main/api_exec.o] Error 1 make[2]: Leaving directory `/home/jos/tmp/xorg/git-master/mesa/src/mesa' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/home/jos/tmp/xorg/git-master/mesa/src' make: *** [default] Error 1 -----
Resolved after making new git clone.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.