glcpp: Add test involving token pasting of INTEGER tokens.
[mesa.git] / src / glsl / standalone_scaffolding.cpp
index f15f2d882debee728cfc1d99c9d96212017791ab..120ee953471f7a828a8b05f821630100b84d1e44 100644 (file)
@@ -79,6 +79,9 @@ void initialize_context_to_defaults(struct gl_context *ctx, gl_api api)
    ctx->Extensions.NV_texture_rectangle = true;
    ctx->Extensions.EXT_texture3D = true;
    ctx->Extensions.OES_EGL_image_external = true;
+   ctx->Extensions.ARB_shader_bit_encoding = true;
+   ctx->Extensions.OES_standard_derivatives = true;
+   ctx->Extensions.ARB_texture_cube_map_array = true;
 
    ctx->Const.GLSLVersion = 120;