Re: [Mesa-dev] [PATCH] make: Don't use builtin_stubs.cpp for standalone GLSL compiler.

2011-09-20 Thread Paul Berry
On 19 September 2011 23:13, Kenneth Graunke wrote: > builtin_stubs.cpp is only supposed to be used for builtin_compiler. It > contains a stub version of _mesa_glsl_initialize_functions() that does > nothing. > > libglsl.a already contains builtin_function.cpp, the generated file that > contains

[Mesa-dev] [PATCH] make: Don't use builtin_stubs.cpp for standalone GLSL compiler.

2011-09-19 Thread Kenneth Graunke
builtin_stubs.cpp is only supposed to be used for builtin_compiler. It contains a stub version of _mesa_glsl_initialize_functions() that does nothing. libglsl.a already contains builtin_function.cpp, the generated file that contains a version of _mesa_glsl_initialize_functions() that actually ini