X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fpp%2Fsl_pp_dict.h;h=875217bd30913a4cecb7d6833ca6b6e2a3bec334;hb=2070f9f5bec99e7b91309060984431aa7ea32c00;hp=ba82b389b23fa1fdc70cda0095f62554e82a7811;hpb=ce8f486156f5c4b28b51954ea862675275c38f6d;p=mesa.git diff --git a/src/glsl/pp/sl_pp_dict.h b/src/glsl/pp/sl_pp_dict.h index ba82b389b23..875217bd309 100644 --- a/src/glsl/pp/sl_pp_dict.h +++ b/src/glsl/pp/sl_pp_dict.h @@ -28,10 +28,11 @@ #ifndef SL_PP_DICT_H #define SL_PP_DICT_H + +struct sl_pp_context; + struct sl_pp_dict { int all; - int _GL_ARB_draw_buffers; - int _GL_ARB_texture_rectangle; int require; int enable; @@ -42,7 +43,7 @@ struct sl_pp_dict { int ___LINE__; int ___FILE__; - int __VERSION__; + int ___VERSION__; int optimize; int debug; @@ -64,6 +65,9 @@ struct sl_pp_dict { int undef; int version; + + int _0; + int _1; };