~ubuntu-branches/ubuntu/precise/glew/precise

« back to all changes in this revision

Viewing changes to include/GL/wglew.h

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2011-01-11 11:20:03 UTC
  • mfrom: (1.1.8 upstream) (2.1.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110111112003-j2v6ob84i3h66z0z
Tags: 1.5.7-1
* New upstream release
* back to source format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
 
216
216
#endif /* WGL_ARB_create_context_profile */
217
217
 
 
218
/* ------------------- WGL_ARB_create_context_robustness ------------------- */
 
219
 
 
220
#ifndef WGL_ARB_create_context_robustness
 
221
#define WGL_ARB_create_context_robustness 1
 
222
 
 
223
#define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
 
224
#define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252
 
225
#define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
 
226
#define WGL_NO_RESET_NOTIFICATION_ARB 0x8261
 
227
 
 
228
#define WGLEW_ARB_create_context_robustness WGLEW_GET_VAR(__WGLEW_ARB_create_context_robustness)
 
229
 
 
230
#endif /* WGL_ARB_create_context_robustness */
 
231
 
218
232
/* ----------------------- WGL_ARB_extensions_string ----------------------- */
219
233
 
220
234
#ifndef WGL_ARB_extensions_string
454
468
 
455
469
#endif /* WGL_ATI_render_texture_rectangle */
456
470
 
 
471
/* ------------------- WGL_EXT_create_context_es2_profile ------------------ */
 
472
 
 
473
#ifndef WGL_EXT_create_context_es2_profile
 
474
#define WGL_EXT_create_context_es2_profile 1
 
475
 
 
476
#define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
 
477
 
 
478
#define WGLEW_EXT_create_context_es2_profile WGLEW_GET_VAR(__WGLEW_EXT_create_context_es2_profile)
 
479
 
 
480
#endif /* WGL_EXT_create_context_es2_profile */
 
481
 
457
482
/* -------------------------- WGL_EXT_depth_float -------------------------- */
458
483
 
459
484
#ifndef WGL_EXT_depth_float
871
896
 
872
897
#endif /* WGL_NV_gpu_affinity */
873
898
 
 
899
/* ---------------------- WGL_NV_multisample_coverage ---------------------- */
 
900
 
 
901
#ifndef WGL_NV_multisample_coverage
 
902
#define WGL_NV_multisample_coverage 1
 
903
 
 
904
#define WGL_COVERAGE_SAMPLES_NV 0x2042
 
905
#define WGL_COLOR_SAMPLES_NV 0x20B9
 
906
 
 
907
#define WGLEW_NV_multisample_coverage WGLEW_GET_VAR(__WGLEW_NV_multisample_coverage)
 
908
 
 
909
#endif /* WGL_NV_multisample_coverage */
 
910
 
874
911
/* -------------------------- WGL_NV_present_video ------------------------- */
875
912
 
876
913
#ifndef WGL_NV_present_video
1172
1209
WGLEW_EXPORT GLboolean __WGLEW_ARB_buffer_region;
1173
1210
WGLEW_EXPORT GLboolean __WGLEW_ARB_create_context;
1174
1211
WGLEW_EXPORT GLboolean __WGLEW_ARB_create_context_profile;
 
1212
WGLEW_EXPORT GLboolean __WGLEW_ARB_create_context_robustness;
1175
1213
WGLEW_EXPORT GLboolean __WGLEW_ARB_extensions_string;
1176
1214
WGLEW_EXPORT GLboolean __WGLEW_ARB_framebuffer_sRGB;
1177
1215
WGLEW_EXPORT GLboolean __WGLEW_ARB_make_current_read;
1182
1220
WGLEW_EXPORT GLboolean __WGLEW_ARB_render_texture;
1183
1221
WGLEW_EXPORT GLboolean __WGLEW_ATI_pixel_format_float;
1184
1222
WGLEW_EXPORT GLboolean __WGLEW_ATI_render_texture_rectangle;
 
1223
WGLEW_EXPORT GLboolean __WGLEW_EXT_create_context_es2_profile;
1185
1224
WGLEW_EXPORT GLboolean __WGLEW_EXT_depth_float;
1186
1225
WGLEW_EXPORT GLboolean __WGLEW_EXT_display_color_table;
1187
1226
WGLEW_EXPORT GLboolean __WGLEW_EXT_extensions_string;
1201
1240
WGLEW_EXPORT GLboolean __WGLEW_NV_copy_image;
1202
1241
WGLEW_EXPORT GLboolean __WGLEW_NV_float_buffer;
1203
1242
WGLEW_EXPORT GLboolean __WGLEW_NV_gpu_affinity;
 
1243
WGLEW_EXPORT GLboolean __WGLEW_NV_multisample_coverage;
1204
1244
WGLEW_EXPORT GLboolean __WGLEW_NV_present_video;
1205
1245
WGLEW_EXPORT GLboolean __WGLEW_NV_render_depth_texture;
1206
1246
WGLEW_EXPORT GLboolean __WGLEW_NV_render_texture_rectangle;