From: Johannes O. <joh...@gm...> - 2010-03-19 11:30:32
|
>Please apply this patch. > >Otherwise st:es has a compile error in st_es2.c! > >Thanks. >Johannes Ping If you do not believe try compiling it on a fresh machine like OBS. Include flow: src/gallium/state_trackers/es/st_es2.c -> src/mesa/state_tracker/st_manager.h -> src/mesa/state_tracker/st_context.h -> src/mesa/main/mtypes.h -> src/mesa/main/glheader.h src/mesa/main/glheader.h cannot find: #include "GL/gl.h" #include "GL/glext.h" #include "GL/internal/glcore.h" With the patch it can ... And Mesa/Gallium should always be in a compilable state, shouldn't it? Thanks. Johannes |