-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathextensions.txt
863 lines (863 loc) · 98.5 KB
/
extensions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
GL_3DFX_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/3DFX/3dfx_multisample.txt
GL_3DFX_tbuffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/3DFX/tbuffer.txt
GL_3DFX_texture_compression_FXT1 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/3DFX/texture_compression_FXT1.txt
GL_3DL_stereo_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/3DL/stereo_control.txt
GL_AMD_blend_minmax_factor https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/blend_minmax_factor.txt
GL_AMD_compressed_3DC_texture https://www.khronos.org/registry/gles/extensions/AMD/AMD_compressed_3DC_texture.txt
GL_AMD_compressed_ATC_texture https://www.khronos.org/registry/gles/extensions/AMD/AMD_compressed_ATC_texture.txt
GL_AMD_conservative_depth https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/conservative_depth.txt
GL_AMD_debug_output https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/debug_output.txt
GL_AMD_depth_clamp_separate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/depth_clamp_separate.txt
GL_AMD_draw_buffers_blend https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/draw_buffers_blend.txt
GL_AMD_framebuffer_sample_positions https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_framebuffer_sample_positions.txt
GL_AMD_gcn_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/gcn_shader.txt
GL_AMD_glx_gpu_association https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/glx_gpu_association.txt
GL_AMD_gpu_shader_half_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/gpu_shader_half_float.txt
GL_AMD_gpu_shader_int64 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/gpu_shader_int64.txt
GL_AMD_interleaved_elements https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/interleaved_elements.txt
GL_AMD_multi_draw_indirect https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/multi_draw_indirect.txt
GL_AMD_name_gen_delete https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/name_gen_delete.txt
GL_AMD_occlusion_query_event https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/occlusion_query_event.txt
GL_AMD_performance_monitor https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/performance_monitor.txt
GL_AMD_performance_monitor https://www.khronos.org/registry/gles/extensions/AMD/AMD_performance_monitor.txt
GL_AMD_pinned_memory https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/pinned_memory.txt
GL_AMD_program_binary_Z400 https://www.khronos.org/registry/gles/extensions/AMD/AMD_program_binary_Z400.txt
GL_AMD_query_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/query_buffer_object.txt
GL_AMD_sample_positions https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/sample_positions.txt
GL_AMD_seamless_cubemap_per_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/seamless_cubemap_per_texture.txt
GL_AMD_shader_atomic_counter_ops https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_atomic_counter_ops.txt
GL_AMD_shader_ballot https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_ballot.txt
GL_AMD_shader_explicit_vertex_parameter https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_explicit_vertex_parameter.txt
GL_AMD_shader_stencil_export https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_stencil_export.txt
GL_AMD_shader_stencil_value_export https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_stencil_value_export.txt
GL_AMD_shader_trinary_minmax https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/shader_trinary_minmax.txt
GL_AMD_sparse_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/sparse_texture.txt
GL_AMD_stencil_operation_extended https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/stencil_operation_extended.txt
GL_AMD_texture_texture4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/texture_texture4.txt
GL_AMD_transform_feedback3_lines_triangles https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/transform_feedback3_lines_triangles.txt
GL_AMD_transform_feedback4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/transform_feedback4.txt
GL_AMD_vertex_shader_layer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/vertex_shader_layer.txt
GL_AMD_vertex_shader_tessellator https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/vertex_shader_tessellator.txt
GL_AMD_vertex_shader_viewport_index https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/vertex_shader_viewport_index.txt
GL_AMD_wgl_gpu_association https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/AMD/wgl_gpu_association.txt
GL_ANDROID_extension_pack_es31a https://www.khronos.org/registry/gles/extensions/ANDROID/ANDROID_extension_pack_es31a.txt
GL_ANGLE_depth_texture https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_depth_texture.txt
GL_ANGLE_framebuffer_blit https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_framebuffer_blit.txt
GL_ANGLE_framebuffer_multisample https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_framebuffer_multisample.txt
GL_ANGLE_instanced_arrays https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_instanced_arrays.txt
GL_ANGLE_pack_reverse_row_order https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_pack_reverse_row_order.txt
GL_ANGLE_program_binary https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_program_binary.txt
GL_ANGLE_texture_compression_dxt3 https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_texture_compression_dxt3.txt
GL_ANGLE_texture_compression_dxt5 https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_texture_compression_dxt5.txt
GL_ANGLE_texture_usage https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_texture_usage.txt
GL_ANGLE_translated_shader_source https://www.khronos.org/registry/gles/extensions/ANGLE/ANGLE_translated_shader_source.txt
GL_APPLE_aux_depth_stencil https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/aux_depth_stencil.txt
GL_APPLE_client_storage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/client_storage.txt
GL_APPLE_clip_distance https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_clip_distance.txt
GL_APPLE_color_buffer_packed_float https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_color_buffer_packed_float.txt
GL_APPLE_copy_texture_levels https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_copy_texture_levels.txt
GL_APPLE_element_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/element_array.txt
GL_APPLE_fence https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/fence.txt
GL_APPLE_float_pixels https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/float_pixels.txt
GL_APPLE_flush_buffer_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/flush_buffer_range.txt
GL_APPLE_framebuffer_multisample https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_framebuffer_multisample.txt
GL_APPLE_object_purgeable https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/object_purgeable.txt
GL_APPLE_rgb_422 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/rgb_422.txt
GL_APPLE_rgb_422 https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_rgb_422.txt
GL_APPLE_row_bytes https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/row_bytes.txt
GL_APPLE_specular_vector https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/specular_vector.txt
GL_APPLE_sync https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_sync.txt
GL_APPLE_texture_2D_limited_npot https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_texture_2D_limited_npot.txt
GL_APPLE_texture_format_BGRA8888 https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_texture_format_BGRA8888.txt
GL_APPLE_texture_max_level https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_texture_max_level.txt
GL_APPLE_texture_packed_float https://www.khronos.org/registry/gles/extensions/APPLE/APPLE_texture_packed_float.txt
GL_APPLE_texture_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/texture_range.txt
GL_APPLE_transform_hint https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/transform_hint.txt
GL_APPLE_vertex_array_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/vertex_array_object.txt
GL_APPLE_vertex_array_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/vertex_array_range.txt
GL_APPLE_vertex_program_evaluators https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/vertex_program_evaluators.txt
GL_APPLE_ycbcr_422 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/APPLE/ycbcr_422.txt
GL_ARB_ES2_compatibility https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/ES2_compatibility.txt
GL_ARB_ES3_1_compatibility https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/ES3_1_compatibility.txt
GL_ARB_ES3_2_compatibility https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/ES3_2_compatibility.txt
GL_ARB_ES3_compatibility https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/ES3_compatibility.txt
GL_ARB_arrays_of_arrays https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/arrays_of_arrays.txt
GL_ARB_base_instance https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/base_instance.txt
GL_ARB_bindless_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/bindless_texture.txt
GL_ARB_blend_func_extended https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/blend_func_extended.txt
GL_ARB_buffer_storage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/buffer_storage.txt
GL_ARB_cl_event https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/cl_event.txt
GL_ARB_clear_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/clear_buffer_object.txt
GL_ARB_clear_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/clear_texture.txt
GL_ARB_clip_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/clip_control.txt
GL_ARB_color_buffer_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/color_buffer_float.txt
GL_ARB_compatibility https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/compatibility.txt
GL_ARB_compressed_texture_pixel_storage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/compressed_texture_pixel_storage.txt
GL_ARB_compute_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/compute_shader.txt
GL_ARB_compute_variable_group_size https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/compute_variable_group_size.txt
GL_ARB_conditional_render_inverted https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/conditional_render_inverted.txt
GL_ARB_conservative_depth https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/conservative_depth.txt
GL_ARB_copy_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/copy_buffer.txt
GL_ARB_copy_image https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/copy_image.txt
GL_ARB_cull_distance https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/cull_distance.txt
GL_ARB_debug_output https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/debug_output.txt
GL_ARB_depth_buffer_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/depth_buffer_float.txt
GL_ARB_depth_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/depth_clamp.txt
GL_ARB_depth_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/depth_texture.txt
GL_ARB_derivative_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/derivative_control.txt
GL_ARB_direct_state_access https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/direct_state_access.txt
GL_ARB_draw_buffers https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/draw_buffers.txt
GL_ARB_draw_buffers_blend https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/draw_buffers_blend.txt
GL_ARB_draw_elements_base_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/draw_elements_base_vertex.txt
GL_ARB_draw_indirect https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/draw_indirect.txt
GL_ARB_draw_instanced https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/draw_instanced.txt
GL_ARB_enhanced_layouts https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/enhanced_layouts.txt
GL_ARB_explicit_attrib_location https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/explicit_attrib_location.txt
GL_ARB_explicit_uniform_location https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/explicit_uniform_location.txt
GL_ARB_fragment_coord_conventions https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_coord_conventions.txt
GL_ARB_fragment_layer_viewport https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_layer_viewport.txt
GL_ARB_fragment_program https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_program.txt
GL_ARB_fragment_program_shadow https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_program_shadow.txt
GL_ARB_fragment_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_shader.txt
GL_ARB_fragment_shader_interlock https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/fragment_shader_interlock.txt
GL_ARB_framebuffer_no_attachments https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/framebuffer_no_attachments.txt
GL_ARB_framebuffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/framebuffer_object.txt
GL_ARB_framebuffer_sRGB https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/framebuffer_sRGB.txt
GL_ARB_geometry_shader4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/geometry_shader4.txt
GL_ARB_get_proc_address https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/get_proc_address.txt
GL_ARB_get_program_binary https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/get_program_binary.txt
GL_ARB_get_texture_sub_image https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/get_texture_sub_image.txt
GL_ARB_glx_create_context https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/glx_create_context.txt
GL_ARB_glx_create_context_robustness https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/glx_create_context_robustness.txt
GL_ARB_glx_robustness_isolation https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/glx_robustness_isolation.txt
GL_ARB_gpu_shader5 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/gpu_shader5.txt
GL_ARB_gpu_shader_fp64 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/gpu_shader_fp64.txt
GL_ARB_gpu_shader_int64 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/gpu_shader_int64.txt
GL_ARB_half_float_pixel https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/half_float_pixel.txt
GL_ARB_half_float_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/half_float_vertex.txt
GL_ARB_indirect_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/indirect_parameters.txt
GL_ARB_instanced_arrays https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/instanced_arrays.txt
GL_ARB_internalformat_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/internalformat_query.txt
GL_ARB_internalformat_query2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/internalformat_query2.txt
GL_ARB_invalidate_subdata https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/invalidate_subdata.txt
GL_ARB_map_buffer_alignment https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/map_buffer_alignment.txt
GL_ARB_map_buffer_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/map_buffer_range.txt
GL_ARB_matrix_palette https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/matrix_palette.txt
GL_ARB_multi_bind https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/multi_bind.txt
GL_ARB_multi_draw_indirect https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/multi_draw_indirect.txt
GL_ARB_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/multisample.txt
GL_ARB_multitexture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/multitexture.txt
GL_ARB_occlusion_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/occlusion_query.txt
GL_ARB_occlusion_query2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/occlusion_query2.txt
GL_ARB_parallel_shader_compile https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/parallel_shader_compile.txt
GL_ARB_pipeline_statistics_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/pipeline_statistics_query.txt
GL_ARB_pixel_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/pixel_buffer_object.txt
GL_ARB_point_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/point_parameters.txt
GL_ARB_point_sprite https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/point_sprite.txt
GL_ARB_post_depth_coverage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/post_depth_coverage.txt
GL_ARB_program_interface_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/program_interface_query.txt
GL_ARB_provoking_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/provoking_vertex.txt
GL_ARB_query_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/query_buffer_object.txt
GL_ARB_robust_buffer_access_behavior https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/robust_buffer_access_behavior.txt
GL_ARB_robustness https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/robustness.txt
GL_ARB_robustness_isolation https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/robustness_isolation.txt
GL_ARB_sample_locations https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sample_locations.txt
GL_ARB_sample_shading https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sample_shading.txt
GL_ARB_sampler_objects https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sampler_objects.txt
GL_ARB_seamless_cube_map https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/seamless_cube_map.txt
GL_ARB_seamless_cubemap_per_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/seamless_cubemap_per_texture.txt
GL_ARB_separate_shader_objects https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/separate_shader_objects.txt
GL_ARB_shader_atomic_counter_ops https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_atomic_counter_ops.txt
GL_ARB_shader_atomic_counters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_atomic_counters.txt
GL_ARB_shader_ballot https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_ballot.txt
GL_ARB_shader_bit_encoding https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_bit_encoding.txt
GL_ARB_shader_clock https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_clock.txt
GL_ARB_shader_draw_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_draw_parameters.txt
GL_ARB_shader_group_vote https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_group_vote.txt
GL_ARB_shader_image_load_store https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_image_load_store.txt
GL_ARB_shader_image_size https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_image_size.txt
GL_ARB_shader_objects https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_objects.txt
GL_ARB_shader_precision https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_precision.txt
GL_ARB_shader_stencil_export https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_stencil_export.txt
GL_ARB_shader_storage_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_storage_buffer_object.txt
GL_ARB_shader_subroutine https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_subroutine.txt
GL_ARB_shader_texture_image_samples https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_texture_image_samples.txt
GL_ARB_shader_texture_lod https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_texture_lod.txt
GL_ARB_shader_viewport_layer_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shader_viewport_layer_array.txt
GL_ARB_shading_language_100 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shading_language_100.txt
GL_ARB_shading_language_420pack https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shading_language_420pack.txt
GL_ARB_shading_language_include https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shading_language_include.txt
GL_ARB_shading_language_packing https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shading_language_packing.txt
GL_ARB_shadow https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shadow.txt
GL_ARB_shadow_ambient https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/shadow_ambient.txt
GL_ARB_sparse_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sparse_buffer.txt
GL_ARB_sparse_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sparse_texture.txt
GL_ARB_sparse_texture2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sparse_texture2.txt
GL_ARB_sparse_texture_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sparse_texture_clamp.txt
GL_ARB_stencil_texturing https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/stencil_texturing.txt
GL_ARB_sync https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/sync.txt
GL_ARB_tessellation_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/tessellation_shader.txt
GL_ARB_texture_barrier https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_barrier.txt
GL_ARB_texture_border_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_border_clamp.txt
GL_ARB_texture_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_buffer_object.txt
GL_ARB_texture_buffer_object_rgb32 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_buffer_object_rgb32.txt
GL_ARB_texture_buffer_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_buffer_range.txt
GL_ARB_texture_compression https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_compression.txt
GL_ARB_texture_compression_bptc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_compression_bptc.txt
GL_ARB_texture_compression_rgtc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_compression_rgtc.txt
GL_ARB_texture_cube_map https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_cube_map.txt
GL_ARB_texture_cube_map_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_cube_map_array.txt
GL_ARB_texture_env_add https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_env_add.txt
GL_ARB_texture_env_combine https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_env_combine.txt
GL_ARB_texture_env_crossbar https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_env_crossbar.txt
GL_ARB_texture_env_dot3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_env_dot3.txt
GL_ARB_texture_filter_minmax https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_filter_minmax.txt
GL_ARB_texture_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_float.txt
GL_ARB_texture_gather https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_gather.txt
GL_ARB_texture_mirror_clamp_to_edge https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_mirror_clamp_to_edge.txt
GL_ARB_texture_mirrored_repeat https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_mirrored_repeat.txt
GL_ARB_texture_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_multisample.txt
GL_ARB_texture_non_power_of_two https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_non_power_of_two.txt
GL_ARB_texture_query_levels https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_query_levels.txt
GL_ARB_texture_query_lod https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_query_lod.txt
GL_ARB_texture_rectangle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_rectangle.txt
GL_ARB_texture_rg https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_rg.txt
GL_ARB_texture_rgb10_a2ui https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_rgb10_a2ui.txt
GL_ARB_texture_stencil8 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_stencil8.txt
GL_ARB_texture_storage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_storage.txt
GL_ARB_texture_storage_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_storage_multisample.txt
GL_ARB_texture_swizzle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_swizzle.txt
GL_ARB_texture_view https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/texture_view.txt
GL_ARB_timer_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/timer_query.txt
GL_ARB_transform_feedback2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/transform_feedback2.txt
GL_ARB_transform_feedback3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/transform_feedback3.txt
GL_ARB_transform_feedback_instanced https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/transform_feedback_instanced.txt
GL_ARB_transform_feedback_overflow_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/transform_feedback_overflow_query.txt
GL_ARB_transpose_matrix https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/transpose_matrix.txt
GL_ARB_uniform_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/uniform_buffer_object.txt
GL_ARB_vertex_array_bgra https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_array_bgra.txt
GL_ARB_vertex_array_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_array_object.txt
GL_ARB_vertex_attrib_64bit https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_attrib_64bit.txt
GL_ARB_vertex_attrib_binding https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_attrib_binding.txt
GL_ARB_vertex_blend https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_blend.txt
GL_ARB_vertex_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_buffer_object.txt
GL_ARB_vertex_program https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_program.txt
GL_ARB_vertex_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_shader.txt
GL_ARB_vertex_type_10f_11f_11f_rev https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_type_10f_11f_11f_rev.txt
GL_ARB_vertex_type_2_10_10_10_rev https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/vertex_type_2_10_10_10_rev.txt
GL_ARB_viewport_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/viewport_array.txt
GL_ARB_wgl_buffer_region https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_buffer_region.txt
GL_ARB_wgl_create_context https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_create_context.txt
GL_ARB_wgl_create_context_robustness https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_create_context_robustness.txt
GL_ARB_wgl_extensions_string https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_extensions_string.txt
GL_ARB_wgl_make_current_read https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_make_current_read.txt
GL_ARB_wgl_pbuffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_pbuffer.txt
GL_ARB_wgl_pixel_format https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_pixel_format.txt
GL_ARB_wgl_render_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_render_texture.txt
GL_ARB_wgl_robustness_isolation https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/wgl_robustness_isolation.txt
GL_ARB_window_pos https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ARB/window_pos.txt
GL_ARM_mali_program_binary https://www.khronos.org/registry/gles/extensions/ARM/ARM_mali_program_binary.txt
GL_ARM_mali_shader_binary https://www.khronos.org/registry/gles/extensions/ARM/ARM_mali_shader_binary.txt
GL_ARM_rgba8 https://www.khronos.org/registry/gles/extensions/ARM/ARM_rgba8.txt
GL_ARM_shader_framebuffer_fetch https://www.khronos.org/registry/gles/extensions/ARM/ARM_shader_framebuffer_fetch.txt
GL_ARM_shader_framebuffer_fetch_depth_stencil https://www.khronos.org/registry/gles/extensions/ARM/ARM_shader_framebuffer_fetch_depth_stencil.txt
GL_ATI_draw_buffers https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/draw_buffers.txt
GL_ATI_element_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/element_array.txt
GL_ATI_envmap_bumpmap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/envmap_bumpmap.txt
GL_ATI_fragment_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/fragment_shader.txt
GL_ATI_map_object_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/map_object_buffer.txt
GL_ATI_meminfo https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/meminfo.txt
GL_ATI_pixel_format_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/pixel_format_float.txt
GL_ATI_pn_triangles https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/pn_triangles.txt
GL_ATI_separate_stencil https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/separate_stencil.txt
GL_ATI_text_fragment_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/text_fragment_shader.txt
GL_ATI_texture_env_combine3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/texture_env_combine3.txt
GL_ATI_texture_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/texture_float.txt
GL_ATI_texture_mirror_once https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/texture_mirror_once.txt
GL_ATI_vertex_array_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/vertex_array_object.txt
GL_ATI_vertex_attrib_array_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/vertex_attrib_array_object.txt
GL_ATI_vertex_streams https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/ATI/vertex_streams.txt
GL_DMP_program_binary https://www.khronos.org/registry/gles/extensions/DMP/DMP_program_binary.txt
GL_DMP_shader_binary https://www.khronos.org/registry/gles/extensions/DMP/DMP_shader_binary.txt
GL_EXT_422_pixels https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/422_pixels.txt
GL_EXT_EXT_debug_label https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/EXT_debug_label.txt
GL_EXT_EXT_debug_marker https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/EXT_debug_marker.txt
GL_EXT_abgr https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/abgr.txt
GL_EXT_bgra https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/bgra.txt
GL_EXT_bindable_uniform https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/bindable_uniform.txt
GL_EXT_blend_color https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_color.txt
GL_EXT_blend_equation_separate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_equation_separate.txt
GL_EXT_blend_func_separate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_func_separate.txt
GL_EXT_blend_logic_op https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_logic_op.txt
GL_EXT_blend_minmax https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_minmax.txt
GL_EXT_blend_minmax https://www.khronos.org/registry/gles/extensions/EXT/EXT_blend_minmax.txt
GL_EXT_blend_subtract https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/blend_subtract.txt
GL_EXT_buffer_storage https://www.khronos.org/registry/gles/extensions/EXT/EXT_buffer_storage.txt
GL_EXT_clear_texture https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_clear_texture.txt
GL_EXT_clip_cull_distance https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_clip_cull_distance.txt
GL_EXT_clip_volume_hint https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/clip_volume_hint.txt
GL_EXT_cmyka https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/cmyka.txt
GL_EXT_color_buffer_float https://www.khronos.org/registry/gles/extensions/EXT/EXT_color_buffer_float.txt
GL_EXT_color_buffer_half_float https://www.khronos.org/registry/gles/extensions/EXT/EXT_color_buffer_half_float.txt
GL_EXT_color_subtable https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/color_subtable.txt
GL_EXT_compiled_vertex_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/compiled_vertex_array.txt
GL_EXT_compressed_ETC1_RGB8_sub_texture https://www.khronos.org/registry/gles/extensions/EXT/EXT_compressed_ETC1_RGB8_sub_texture.txt
GL_EXT_conservative_depth https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_conservative_depth.txt
GL_EXT_convolution https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/convolution.txt
GL_EXT_coordinate_frame https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/coordinate_frame.txt
GL_EXT_copy_image https://www.khronos.org/registry/gles/extensions/EXT/EXT_copy_image.txt
GL_EXT_copy_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/copy_texture.txt
GL_EXT_cull_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/cull_vertex.txt
GL_EXT_debug_label https://www.khronos.org/registry/gles/extensions/EXT/EXT_debug_label.txt
GL_EXT_debug_marker https://www.khronos.org/registry/gles/extensions/EXT/EXT_debug_marker.txt
GL_EXT_depth_bounds_test https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/depth_bounds_test.txt
GL_EXT_direct_state_access https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/direct_state_access.txt
GL_EXT_discard_framebuffer https://www.khronos.org/registry/gles/extensions/EXT/EXT_discard_framebuffer.txt
GL_EXT_disjoint_timer_query https://www.khronos.org/registry/gles/extensions/EXT/EXT_disjoint_timer_query.txt
GL_EXT_draw_buffers https://www.khronos.org/registry/gles/extensions/EXT/EXT_draw_buffers.txt
GL_EXT_draw_buffers2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/draw_buffers2.txt
GL_EXT_draw_buffers_indexed https://www.khronos.org/registry/gles/extensions/EXT/EXT_draw_buffers_indexed.txt
GL_EXT_draw_instanced https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/draw_instanced.txt
GL_EXT_draw_instanced https://www.khronos.org/registry/gles/extensions/EXT/EXT_draw_instanced.txt
GL_EXT_draw_range_elements https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/draw_range_elements.txt
GL_EXT_draw_transform_feedback https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_draw_transform_feedback.txt
GL_EXT_float_blend https://www.khronos.org/registry/gles/extensions/EXT/EXT_float_blend.txt
GL_EXT_fog_coord https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/fog_coord.txt
GL_EXT_frag_depth https://www.khronos.org/registry/gles/extensions/EXT/EXT_frag_depth.txt
GL_EXT_fragment_lighting https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/fragment_lighting.txt
GL_EXT_framebuffer_blit https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/framebuffer_blit.txt
GL_EXT_framebuffer_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/framebuffer_multisample.txt
GL_EXT_framebuffer_multisample_blit_scaled https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/framebuffer_multisample_blit_scaled.txt
GL_EXT_framebuffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/framebuffer_object.txt
GL_EXT_framebuffer_sRGB https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/framebuffer_sRGB.txt
GL_EXT_geometry_point_size https://www.khronos.org/registry/gles/extensions/EXT/EXT_geometry_point_size.txt
GL_EXT_geometry_shader https://www.khronos.org/registry/gles/extensions/EXT/EXT_geometry_shader.txt
GL_EXT_geometry_shader4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/geometry_shader4.txt
GL_EXT_glx_buffer_age https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/glx_buffer_age.txt
GL_EXT_glx_create_context_es2_profile https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/glx_create_context_es2_profile.txt
GL_EXT_glx_stereo_tree https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/glx_stereo_tree.txt
GL_EXT_glx_swap_control_tear https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/glx_swap_control_tear.txt
GL_EXT_gpu_program_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/gpu_program_parameters.txt
GL_EXT_gpu_shader4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/gpu_shader4.txt
GL_EXT_gpu_shader5 https://www.khronos.org/registry/gles/extensions/EXT/EXT_gpu_shader5.txt
GL_EXT_histogram https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/histogram.txt
GL_EXT_import_context https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/import_context.txt
GL_EXT_index_array_formats https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/index_array_formats.txt
GL_EXT_index_func https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/index_func.txt
GL_EXT_index_material https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/index_material.txt
GL_EXT_index_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/index_texture.txt
GL_EXT_instanced_arrays https://www.khronos.org/registry/gles/extensions/EXT/EXT_instanced_arrays.txt
GL_EXT_light_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/light_texture.txt
GL_EXT_map_buffer_range https://www.khronos.org/registry/gles/extensions/EXT/EXT_map_buffer_range.txt
GL_EXT_misc_attribute https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/misc_attribute.txt
GL_EXT_multi_draw_arrays https://www.khronos.org/registry/gles/extensions/EXT/EXT_multi_draw_arrays.txt
GL_EXT_multi_draw_arrays https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/multi_draw_arrays.txt
GL_EXT_multisample_compatibility https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_multisample_compatibility.txt
GL_EXT_multisampled_render_to_texture https://www.khronos.org/registry/gles/extensions/EXT/EXT_multisampled_render_to_texture.txt
GL_EXT_multiview_draw_buffers https://www.khronos.org/registry/gles/extensions/EXT/EXT_multiview_draw_buffers.txt
GL_EXT_nurbs_tessellator https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/nurbs_tessellator.txt
GL_EXT_object_space_tess https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/object_space_tess.txt
GL_EXT_occlusion_query_boolean https://www.khronos.org/registry/gles/extensions/EXT/EXT_occlusion_query_boolean.txt
GL_EXT_packed_depth_stencil https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/packed_depth_stencil.txt
GL_EXT_packed_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/packed_float.txt
GL_EXT_packed_pixels https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/packed_pixels.txt
GL_EXT_paletted_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/paletted_texture.txt
GL_EXT_pixel_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/pixel_buffer_object.txt
GL_EXT_pixel_transform https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/pixel_transform.txt
GL_EXT_pixel_transform_color_table https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/pixel_transform_color_table.txt
GL_EXT_point_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/point_parameters.txt
GL_EXT_polygon_offset https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/polygon_offset.txt
GL_EXT_polygon_offset_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/polygon_offset_clamp.txt
GL_EXT_post_depth_coverage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/post_depth_coverage.txt
GL_EXT_primitive_bounding_box https://www.khronos.org/registry/gles/extensions/EXT/EXT_primitive_bounding_box.txt
GL_EXT_protected_textures https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_protected_textures.txt
GL_EXT_provoking_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/provoking_vertex.txt
GL_EXT_pvrtc_sRGB https://www.khronos.org/registry/gles/extensions/EXT/EXT_pvrtc_sRGB.txt
GL_EXT_raster_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/raster_multisample.txt
GL_EXT_read_format_bgra https://www.khronos.org/registry/gles/extensions/EXT/EXT_read_format_bgra.txt
GL_EXT_rescale_normal https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/rescale_normal.txt
GL_EXT_robustness https://www.khronos.org/registry/gles/extensions/EXT/EXT_robustness.txt
GL_EXT_sRGB https://www.khronos.org/registry/gles/extensions/EXT/EXT_sRGB.txt
GL_EXT_sRGB_write_control https://www.khronos.org/registry/gles/extensions/EXT/EXT_sRGB_write_control.txt
GL_EXT_scene_marker https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/scene_marker.txt
GL_EXT_secondary_color https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/secondary_color.txt
GL_EXT_separate_shader_objects https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/separate_shader_objects.txt
GL_EXT_separate_shader_objects https://www.khronos.org/registry/gles/extensions/EXT/EXT_separate_shader_objects.txt
GL_EXT_separate_specular_color https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/separate_specular_color.txt
GL_EXT_shader_framebuffer_fetch https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_framebuffer_fetch.txt
GL_EXT_shader_group_vote https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_shader_group_vote.txt
GL_EXT_shader_image_load_formatted https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shader_image_load_formatted.txt
GL_EXT_shader_image_load_store https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shader_image_load_store.txt
GL_EXT_shader_implicit_conversions https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_implicit_conversions.txt
GL_EXT_shader_integer_mix https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shader_integer_mix.txt
GL_EXT_shader_integer_mix https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_integer_mix.txt
GL_EXT_shader_io_blocks https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_io_blocks.txt
GL_EXT_shader_non_constant_global_initializers https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_shader_non_constant_global_initializers.txt
GL_EXT_shader_pixel_local_storage https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_pixel_local_storage.txt
GL_EXT_shader_pixel_local_storage2 https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_shader_pixel_local_storage2.txt
GL_EXT_shader_texture_lod https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_texture_lod.txt
GL_EXT_shadow_funcs https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shadow_funcs.txt
GL_EXT_shadow_samplers https://www.khronos.org/registry/gles/extensions/EXT/EXT_shadow_samplers.txt
GL_EXT_shared_texture_palette https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/shared_texture_palette.txt
GL_EXT_sparse_texture https://www.khronos.org/registry/gles/extensions/EXT/EXT_sparse_texture.txt
GL_EXT_sparse_texture2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/sparse_texture2.txt
GL_EXT_static_vertex_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/static_vertex_array.txt
GL_EXT_stencil_clear_tag https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/stencil_clear_tag.txt
GL_EXT_stencil_two_side https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/stencil_two_side.txt
GL_EXT_stencil_wrap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/stencil_wrap.txt
GL_EXT_subtexture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/subtexture.txt
GL_EXT_swap_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/swap_control.txt
GL_EXT_tessellation_point_size https://www.khronos.org/registry/gles/extensions/EXT/EXT_tessellation_point_size.txt
GL_EXT_tessellation_shader https://www.khronos.org/registry/gles/extensions/EXT/EXT_tessellation_shader.txt
GL_EXT_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture.txt
GL_EXT_texture3D https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture3D.txt
GL_EXT_texture_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_array.txt
GL_EXT_texture_border_clamp https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_border_clamp.txt
GL_EXT_texture_buffer https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_buffer.txt
GL_EXT_texture_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_buffer_object.txt
GL_EXT_texture_compression_dxt1 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_compression_dxt1.txt
GL_EXT_texture_compression_dxt1 https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_compression_dxt1.txt
GL_EXT_texture_compression_latc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_compression_latc.txt
GL_EXT_texture_compression_rgtc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_compression_rgtc.txt
GL_EXT_texture_compression_s3tc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_compression_s3tc.txt
GL_EXT_texture_compression_s3tc https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_compression_s3tc.txt
GL_EXT_texture_cube_map_array https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_cube_map_array.txt
GL_EXT_texture_env https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_env.txt
GL_EXT_texture_env_add https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_env_add.txt
GL_EXT_texture_env_combine https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_env_combine.txt
GL_EXT_texture_env_dot3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_env_dot3.txt
GL_EXT_texture_filter_anisotropic https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_filter_anisotropic.txt
GL_EXT_texture_filter_anisotropic https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_filter_anisotropic.txt
GL_EXT_texture_filter_minmax https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_filter_minmax.txt
GL_EXT_texture_format_BGRA8888 https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_format_BGRA8888.txt
GL_EXT_texture_from_pixmap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_from_pixmap.txt
GL_EXT_texture_integer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_integer.txt
GL_EXT_texture_lod_bias https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_lod_bias.txt
GL_EXT_texture_lod_bias https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_lod_bias.txt
GL_EXT_texture_mirror_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_mirror_clamp.txt
GL_EXT_texture_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_object.txt
GL_EXT_texture_perturb_normal https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_perturb_normal.txt
GL_EXT_texture_rg https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_rg.txt
GL_EXT_texture_sRGB https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_sRGB.txt
GL_EXT_texture_sRGB_decode https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_sRGB_decode.txt
GL_EXT_texture_sRGB_R8 https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_sRGB_R8.txt
GL_EXT_texture_sRGB_RG8 https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_sRGB_RG8.txt
GL_EXT_texture_shared_exponent https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_shared_exponent.txt
GL_EXT_texture_snorm https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_snorm.txt
GL_EXT_texture_storage https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_storage.txt
GL_EXT_texture_swizzle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/texture_swizzle.txt
GL_EXT_texture_type_2_10_10_10_REV https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_type_2_10_10_10_REV.txt
GL_EXT_texture_view https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_view.txt
GL_EXT_timer_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/timer_query.txt
GL_EXT_transform_feedback https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/transform_feedback.txt
GL_EXT_unpack_subimage https://www.khronos.org/registry/gles/extensions/EXT/EXT_unpack_subimage.txt
GL_EXT_vertex_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_array.txt
GL_EXT_vertex_array_bgra https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_array_bgra.txt
GL_EXT_vertex_array_set https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_array_set.txt
GL_EXT_vertex_array_set.alt https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_array_set.alt.txt
GL_EXT_vertex_attrib_64bit https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_attrib_64bit.txt
GL_EXT_vertex_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_shader.txt
GL_EXT_vertex_weighting https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/vertex_weighting.txt
GL_EXT_visual_info https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/visual_info.txt
GL_EXT_visual_rating https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/visual_rating.txt
GL_EXT_window_rectangles https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/window_rectangles.txt
GL_EXT_wgl_create_context_es2_profile https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_create_context_es2_profile.txt
GL_EXT_wgl_depth_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_depth_float.txt
GL_EXT_wgl_display_color_table https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_display_color_table.txt
GL_EXT_wgl_extensions_string https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_extensions_string.txt
GL_EXT_wgl_make_current_read https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_make_current_read.txt
GL_EXT_wgl_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_multisample.txt
GL_EXT_wgl_pbuffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_pbuffer.txt
GL_EXT_wgl_pixel_format https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_pixel_format.txt
GL_EXT_wgl_swap_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_swap_control.txt
GL_EXT_wgl_swap_control_tear https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/wgl_swap_control_tear.txt
GL_EXT_x11_sync_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/EXT/x11_sync_object.txt
GL_EXT_YUV_target https://www.khronos.org/registry/gles/extensions/EXT/EXT_YUV_target.txt
GL_FJ_shader_binary_GCCSO https://www.khronos.org/registry/gles/extensions/FJ/FJ_shader_binary_GCCSO.txt
GL_GREMEDY_frame_terminator https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/GREMEDY/frame_terminator.txt
GL_GREMEDY_string_marker https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/GREMEDY/string_marker.txt
GL_HP_convolution_border_modes https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/HP/convolution_border_modes.txt
GL_HP_image_transform https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/HP/image_transform.txt
GL_HP_occlusion_test https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/HP/occlusion_test.txt
GL_HP_texture_lighting https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/HP/texture_lighting.txt
GL_I3D_wgl_digital_video_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_digital_video_control.txt
GL_I3D_wgl_gamma https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_gamma.txt
GL_I3D_wgl_genlock https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_genlock.txt
GL_I3D_wgl_image_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_image_buffer.txt
GL_I3D_wgl_swap_frame_lock https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_swap_frame_lock.txt
GL_I3D_wgl_swap_frame_usage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/I3D/wgl_swap_frame_usage.txt
GL_IBM_cull_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/cull_vertex.txt
GL_IBM_multimode_draw_arrays https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/multimode_draw_arrays.txt
GL_IBM_rasterpos_clip https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/rasterpos_clip.txt
GL_IBM_static_data https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/static_data.txt
GL_IBM_texture_mirrored_repeat https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/texture_mirrored_repeat.txt
GL_IBM_vertex_array_lists https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/IBM/vertex_array_lists.txt
GL_IMG_bindless_texture https://www.khronos.org/registry/OpenGL/extensions/IMG/IMG_bindless_texture.txt
GL_IMG_framebuffer_downsample https://www.khronos.org/registry/OpenGL/extensions/IMG/IMG_framebuffer_downsample.txt
GL_IMG_multisampled_render_to_texture https://www.khronos.org/registry/gles/extensions/IMG/IMG_multisampled_render_to_texture.txt
GL_IMG_program_binary https://www.khronos.org/registry/gles/extensions/IMG/IMG_program_binary.txt
GL_IMG_read_format https://www.khronos.org/registry/gles/extensions/IMG/IMG_read_format.txt
GL_IMG_shader_binary https://www.khronos.org/registry/gles/extensions/IMG/IMG_shader_binary.txt
GL_IMG_texture_compression_pvrtc https://www.khronos.org/registry/gles/extensions/IMG/IMG_texture_compression_pvrtc.txt
GL_IMG_texture_compression_pvrtc2 https://www.khronos.org/registry/gles/extensions/IMG/IMG_texture_compression_pvrtc2.txt
GL_IMG_texture_env_enhanced_fixed_function https://www.khronos.org/registry/gles/extensions/IMG/IMG_texture_env_enhanced_fixed_function.txt
GL_IMG_texture_filter_cubic https://www.khronos.org/registry/OpenGL/extensions/IMG/IMG_texture_filter_cubic.txt
GL_IMG_user_clip_plane https://www.khronos.org/registry/gles/extensions/IMG/IMG_user_clip_plane.txt
GL_INGR_color_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INGR/color_clamp.txt
GL_INGR_interlace_read https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INGR/interlace_read.txt
GL_INTEL_conservative_rasterization https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/conservative_rasterization.txt
GL_INTEL_fragment_shader_ordering https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/fragment_shader_ordering.txt
GL_INTEL_framebuffer_CMAA https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/framebuffer_CMAA.txt
GL_INTEL_map_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/map_texture.txt
GL_INTEL_parallel_arrays https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/parallel_arrays.txt
GL_INTEL_performance_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/performance_query.txt
GL_INTEL_performance_query https://www.khronos.org/registry/gles/extensions/INTEL/INTEL_performance_query.txt
GL_INTEL_swap_event https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/swap_event.txt
GL_INTEL_texture_scissor https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/INTEL/texture_scissor.txt
GL_KHR_blend_equation_advanced https://www.khronos.org/registry/gles/extensions/KHR/KHR_blend_equation_advanced.txt
GL_KHR_blend_equation_advanced https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/blend_equation_advanced.txt
GL_KHR_blend_equation_advanced_coherent https://www.khronos.org/registry/gles/extensions/KHR/KHR_blend_equation_advanced_coherent.txt
GL_KHR_context_flush_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/context_flush_control.txt
GL_KHR_context_flush_control https://www.khronos.org/registry/gles/extensions/KHR/context_flush_control.txt
GL_KHR_debug https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/debug.txt
GL_KHR_debug https://www.khronos.org/registry/gles/extensions/KHR/debug.txt
GL_KHR_no_error https://www.khronos.org/registry/gles/extensions/KHR/no_error.txt
GL_KHR_robust_buffer_access_behavior https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/robust_buffer_access_behavior.txt
GL_KHR_robust_buffer_access_behavior https://www.khronos.org/registry/gles/extensions/KHR/robust_buffer_access_behavior.txt
GL_KHR_robustness https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/robustness.txt
GL_KHR_robustness https://www.khronos.org/registry/gles/extensions/KHR/robustness.txt
GL_KHR_texture_compression_astc_hdr https://www.khronos.org/registry/gles/extensions/KHR/KHR_texture_compression_astc_hdr.txt
GL_KHR_texture_compression_astc_hdr https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/texture_compression_astc_hdr.txt
GL_KHR_texture_compression_astc_ldr https://www.khronos.org/registry/gles/extensions/KHR/KHR_texture_compression_astc_ldr.txt
GL_KHR_texture_compression_astc_sliced_3d https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/KHR/texture_compression_astc_sliced_3d.txt
GL_MESAX_texture_stack https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESAX/texture_stack.txt
GL_MESA_agp_offset https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/agp_offset.txt
GL_MESA_copy_sub_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/copy_sub_buffer.txt
GL_MESA_glx_query_renderer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/glx_query_renderer.txt
GL_MESA_pack_invert https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/pack_invert.txt
GL_MESA_pixmap_colormap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/pixmap_colormap.txt
GL_MESA_release_buffers https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/release_buffers.txt
GL_MESA_resize_buffers https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/resize_buffers.txt
GL_MESA_set_3dfx_mode https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/set_3dfx_mode.txt
GL_MESA_window_pos https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/window_pos.txt
GL_MESA_ycbcr_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/MESA/ycbcr_texture.txt
GL_NVX_gpu_memory_info https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NVX/gpu_memory_info.txt
GL_NVX_nvx_conditional_render https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NVX/nvx_conditional_render.txt
GL_NV_3dvision_settings https://www.khronos.org/registry/gles/extensions/NV/NV_3dvision_settings.txt
GL_NV_DX_interop https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/DX_interop.txt
GL_NV_DX_interop2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/DX_interop2.txt
GL_NV_EGL_stream_consumer_external https://www.khronos.org/registry/gles/extensions/NV/NV_EGL_stream_consumer_external.txt
GL_NV_bgr https://www.khronos.org/registry/gles/extensions/NV/NV_bgr.txt
GL_NV_bindless_multi_draw_indirect https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/bindless_multi_draw_indirect.txt
GL_NV_bindless_multi_draw_indirect_count https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/bindless_multi_draw_indirect_count.txt
GL_NV_bindless_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/bindless_texture.txt
GL_NV_blend_equation_advanced https://www.khronos.org/registry/gles/extensions/NV/NV_blend_equation_advanced.txt
GL_NV_blend_equation_advanced https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/blend_equation_advanced.txt
GL_NV_blend_equation_advanced_coherent https://www.khronos.org/registry/gles/extensions/NV/NV_blend_equation_advanced_coherent.txt
GL_NV_blend_square https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/blend_square.txt
GL_NV_clip_space_w_scaling https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/clip_space_w_scaling.txt
GL_NV_command_list https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/command_list.txt
GL_NV_compute_program5 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/compute_program5.txt
GL_NV_conditional_render https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/conditional_render.txt
GL_NV_conservative_raster https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/conservative_raster.txt
GL_NV_conservative_raster_dilate https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/conservative_raster_dilate.txt
GL_NV_conservative_raster_pre_snap_triangles https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/conservative_raster_pre_snap_triangles.txt
GL_NV_copy_buffer https://www.khronos.org/registry/gles/extensions/NV/NV_copy_buffer.txt
GL_NV_copy_depth_to_color https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/copy_depth_to_color.txt
GL_NV_copy_image https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/copy_image.txt
GL_NV_coverage_sample https://www.khronos.org/registry/gles/extensions/NV/NV_coverage_sample.txt
GL_NV_deep_texture3D https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/deep_texture3D.txt
GL_NV_depth_buffer_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/depth_buffer_float.txt
GL_NV_depth_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/depth_clamp.txt
GL_NV_depth_nonlinear https://www.khronos.org/registry/gles/extensions/NV/NV_depth_nonlinear.txt
GL_NV_draw_buffers https://www.khronos.org/registry/gles/extensions/NV/NV_draw_buffers.txt
GL_NV_draw_instanced https://www.khronos.org/registry/gles/extensions/NV/NV_draw_instanced.txt
GL_NV_draw_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/draw_texture.txt
GL_NV_draw_texture https://www.khronos.org/registry/gles/extensions/NV/NV_draw_texture.txt
GL_NV_evaluators https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/evaluators.txt
GL_NV_explicit_attrib_location https://www.khronos.org/registry/gles/extensions/NV/NV_explicit_attrib_location.txt
GL_NV_explicit_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/explicit_multisample.txt
GL_NV_fbo_color_attachments https://www.khronos.org/registry/gles/extensions/NV/NV_fbo_color_attachments.txt
GL_NV_fence https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fence.txt
GL_NV_fence https://www.khronos.org/registry/gles/extensions/NV/NV_fence.txt
GL_NV_fill_rectangle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fill_rectangle.txt
GL_NV_float_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/float_buffer.txt
GL_NV_fog_distance https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fog_distance.txt
GL_NV_fragment_coverage_to_color https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_coverage_to_color.txt
GL_NV_fragment_program https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_program.txt
GL_NV_fragment_program2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_program2.txt
GL_NV_fragment_program4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_program4.txt
GL_NV_fragment_program_option https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_program_option.txt
GL_NV_fragment_shader_interlock https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/fragment_shader_interlock.txt
GL_NV_framebuffer_blit https://www.khronos.org/registry/gles/extensions/NV/NV_framebuffer_blit.txt
GL_NV_framebuffer_mixed_samples https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/framebuffer_mixed_samples.txt
GL_NV_framebuffer_multisample https://www.khronos.org/registry/gles/extensions/NV/NV_framebuffer_multisample.txt
GL_NV_framebuffer_multisample_coverage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/framebuffer_multisample_coverage.txt
GL_NV_generate_mipmap_sRGB https://www.khronos.org/registry/gles/extensions/NV/NV_generate_mipmap_sRGB.txt
GL_NV_geometry_program4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/geometry_program4.txt
GL_NV_geometry_shader4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/geometry_shader4.txt
GL_NV_geometry_shader_passthrough https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/geometry_shader_passthrough.txt
GL_NV_glx_copy_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/glx_copy_buffer.txt
GL_NV_glx_delay_before_swap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/glx_delay_before_swap.txt
GL_NV_glx_swap_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/glx_swap_group.txt
GL_NV_glx_video_output https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/glx_video_output.txt
GL_NV_gpu_affinity https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/gpu_affinity.txt
GL_NV_gpu_program4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/gpu_program4.txt
GL_NV_gpu_program5 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/gpu_program5.txt
GL_NV_gpu_program5_mem_extended https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/gpu_program5_mem_extended.txt
GL_NV_gpu_shader5 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/gpu_shader5.txt
GL_NV_half_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/half_float.txt
GL_NV_instanced_arrays https://www.khronos.org/registry/gles/extensions/NV/NV_instanced_arrays.txt
GL_NV_internalformat_sample_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/internalformat_sample_query.txt
GL_NV_internalformat_sample_query https://www.khronos.org/registry/gles/extensions/NV/NV_internalformat_sample_query.txt
GL_NV_light_max_exponent https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/light_max_exponent.txt
GL_NV_multisample_coverage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/multisample_coverage.txt
GL_NV_multisample_filter_hint https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/multisample_filter_hint.txt
GL_NV_non_square_matrices https://www.khronos.org/registry/gles/extensions/NV/NV_non_square_matrices.txt
GL_NV_occlusion_query https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/occlusion_query.txt
GL_NV_pack_subimage https://www.khronos.org/registry/gles/extensions/NV/NV_pack_subimage.txt
GL_NV_packed_depth_stencil https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/packed_depth_stencil.txt
GL_NV_packed_float https://www.khronos.org/registry/gles/extensions/NV/NV_packed_float.txt
GL_NV_parameter_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/parameter_buffer_object.txt
GL_NV_parameter_buffer_object2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/parameter_buffer_object2.txt
GL_NV_path_rendering https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/path_rendering.txt
GL_NV_path_rendering_shared_edge https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/path_rendering_shared_edge.txt
GL_NV_pixel_buffer_object https://www.khronos.org/registry/gles/extensions/NV/NV_pixel_buffer_object.txt
GL_NV_pixel_data_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/pixel_data_range.txt
GL_NV_platform_binary https://www.khronos.org/registry/gles/extensions/NV/NV_platform_binary.txt
GL_NV_point_sprite https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/point_sprite.txt
GL_NV_polygon_mode https://www.khronos.org/registry/gles/extensions/NV/NV_polygon_mode.txt
GL_NV_present_video https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/present_video.txt
GL_NV_primitive_restart https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/primitive_restart.txt
GL_NV_read_buffer https://www.khronos.org/registry/gles/extensions/NV/NV_read_buffer.txt
GL_NV_read_depth_stencil https://www.khronos.org/registry/gles/extensions/NV/NV_read_depth_stencil.txt
GL_NV_register_combiners https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/register_combiners.txt
GL_NV_register_combiners2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/register_combiners2.txt
GL_NV_render_depth_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/render_depth_texture.txt
GL_NV_render_texture_rectangle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/render_texture_rectangle.txt
GL_NV_robustness_video_memory_purge https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/robustness_video_memory_purge.txt
GL_NV_sRGB_formats https://www.khronos.org/registry/gles/extensions/NV/NV_sRGB_formats.txt
GL_NV_sample_locations https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/sample_locations.txt
GL_NV_sample_mask_override_coverage https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/sample_mask_override_coverage.txt
GL_NV_shader_atomic_counters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_atomic_counters.txt
GL_NV_shader_atomic_float https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_atomic_float.txt
GL_NV_shader_atomic_float64 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_atomic_float64.txt
GL_NV_shader_atomic_fp16_vector https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_atomic_fp16_vector.txt
GL_NV_shader_atomic_int64 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_atomic_int64.txt
GL_NV_shader_buffer_load https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_buffer_load.txt
GL_NV_shader_buffer_store https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_buffer_store.txt
GL_NV_shader_storage_buffer_object https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_storage_buffer_object.txt
GL_NV_shader_thread_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_thread_group.txt
GL_NV_shader_thread_shuffle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/shader_thread_shuffle.txt
GL_NV_shadow_samplers_array https://www.khronos.org/registry/gles/extensions/NV/NV_shadow_samplers_array.txt
GL_NV_shadow_samplers_cube https://www.khronos.org/registry/gles/extensions/NV/NV_shadow_samplers_cube.txt
GL_NV_stereo_view_rendering https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/stereo_view_rendering.txt
GL_NV_tessellation_program5 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/tessellation_program5.txt
GL_NV_texgen_emboss https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texgen_emboss.txt
GL_NV_texgen_reflection https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texgen_reflection.txt
GL_NV_texture_array https://www.khronos.org/registry/gles/extensions/NV/NV_texture_array.txt
GL_NV_texture_barrier https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_barrier.txt
GL_NV_texture_border_clamp https://www.khronos.org/registry/gles/extensions/NV/NV_texture_border_clamp.txt
GL_NV_texture_compression_latc https://www.khronos.org/registry/gles/extensions/NV/NV_texture_compression_latc.txt
GL_NV_texture_compression_s3tc https://www.khronos.org/registry/gles/extensions/NV/NV_texture_compression_s3tc.txt
GL_NV_texture_compression_s3tc_update https://www.khronos.org/registry/gles/extensions/NV/NV_texture_compression_s3tc_update.txt
GL_NV_texture_compression_vtc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_compression_vtc.txt
GL_NV_texture_env_combine4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_env_combine4.txt
GL_NV_texture_expand_normal https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_expand_normal.txt
GL_NV_texture_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_multisample.txt
GL_NV_texture_npot_2D_mipmap https://www.khronos.org/registry/gles/extensions/NV/NV_texture_npot_2D_mipmap.txt
GL_NV_texture_rectangle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_rectangle.txt
GL_NV_texture_shader https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_shader.txt
GL_NV_texture_shader2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_shader2.txt
GL_NV_texture_shader3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/texture_shader3.txt
GL_NV_transform_feedback https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/transform_feedback.txt
GL_NV_transform_feedback2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/transform_feedback2.txt
GL_NV_uniform_buffer_unified_memory https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/uniform_buffer_unified_memory.txt
GL_NV_vdpau_interop https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vdpau_interop.txt
GL_NV_vertex_array_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_array_range.txt
GL_NV_vertex_array_range2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_array_range2.txt
GL_NV_vertex_attrib_integer_64bit https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_attrib_integer_64bit.txt
GL_NV_vertex_buffer_unified_memory https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_buffer_unified_memory.txt
GL_NV_vertex_program https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program.txt
GL_NV_vertex_program1_1 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program1_1.txt
GL_NV_vertex_program2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program2.txt
GL_NV_vertex_program2_option https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program2_option.txt
GL_NV_vertex_program3 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program3.txt
GL_NV_vertex_program4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/vertex_program4.txt
GL_NV_video_capture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/video_capture.txt
GL_NV_viewport_array2 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/viewport_array2.txt
GL_NV_viewport_swizzle https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/viewport_swizzle.txt
GL_NV_wgl_delay_before_swap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/wgl_delay_before_swap.txt
GL_NV_wgl_swap_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/wgl_swap_group.txt
GL_NV_wgl_video_output https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/NV/wgl_video_output.txt
GL_OES_EGL_image https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image.txt
GL_OES_EGL_image_external https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external.txt
GL_OES_EGL_image_external_essl3 https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_image_external_essl3.txt
GL_OES_EGL_sync https://www.khronos.org/registry/gles/extensions/OES/OES_EGL_sync.txt
GL_OES_blend_equation_separate https://www.khronos.org/registry/gles/extensions/OES/OES_blend_equation_separate.txt
GL_OES_blend_func_separate https://www.khronos.org/registry/gles/extensions/OES/OES_blend_func_separate.txt
GL_OES_blend_subtract https://www.khronos.org/registry/gles/extensions/OES/OES_blend_subtract.txt
GL_OES_byte_coordinates https://www.khronos.org/registry/gles/extensions/OES/OES_byte_coordinates.txt
GL_OES_compressed_ETC1_RGB8_texture https://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt
GL_OES_compressed_paletted_texture https://www.khronos.org/registry/gles/extensions/OES/OES_compressed_paletted_texture.txt
GL_OES_copy_image https://www.khronos.org/registry/gles/extensions/OES/OES_copy_image.txt
GL_OES_depth24 https://www.khronos.org/registry/gles/extensions/OES/OES_depth24.txt
GL_OES_depth32 https://www.khronos.org/registry/gles/extensions/OES/OES_depth32.txt
GL_OES_depth_texture https://www.khronos.org/registry/gles/extensions/OES/OES_depth_texture.txt
GL_OES_depth_texture_cube_map https://www.khronos.org/registry/gles/extensions/OES/OES_depth_texture_cube_map.txt
GL_OES_draw_buffers_indexed https://www.khronos.org/registry/gles/extensions/OES/OES_draw_buffers_indexed.txt
GL_OES_draw_elements_base_vertex https://www.khronos.org/registry/gles/extensions/OES/OES_draw_elements_base_vertex.txt
GL_OES_draw_texture https://www.khronos.org/registry/gles/extensions/OES/OES_draw_texture.txt
GL_OES_element_index_uint https://www.khronos.org/registry/gles/extensions/OES/OES_element_index_uint.txt
GL_OES_extended_matrix_palette https://www.khronos.org/registry/gles/extensions/OES/OES_extended_matrix_palette.txt
GL_OES_fbo_render_mipmap https://www.khronos.org/registry/gles/extensions/OES/OES_fbo_render_mipmap.txt
GL_OES_fixed_point https://www.khronos.org/registry/gles/extensions/OES/OES_fixed_point.txt
GL_OES_fragment_precision_high https://www.khronos.org/registry/gles/extensions/OES/OES_fragment_precision_high.txt
GL_OES_framebuffer_object https://www.khronos.org/registry/gles/extensions/OES/OES_framebuffer_object.txt
GL_OES_geometry_point_size https://www.khronos.org/registry/gles/extensions/OES/OES_geometry_shader.txt
GL_OES_geometry_shader https://www.khronos.org/registry/gles/extensions/OES/OES_geometry_shader.txt
GL_OES_get_program_binary https://www.khronos.org/registry/gles/extensions/OES/OES_get_program_binary.txt
GL_OES_gpu_shader5 https://www.khronos.org/registry/gles/extensions/OES/OES_gpu_shader5.txt
GL_OES_mapbuffer https://www.khronos.org/registry/gles/extensions/OES/OES_mapbuffer.txt
GL_OES_matrix_get https://www.khronos.org/registry/gles/extensions/OES/OES_matrix_get.txt
GL_OES_matrix_palette https://www.khronos.org/registry/gles/extensions/OES/OES_matrix_palette.txt
GL_OES_packed_depth_stencil https://www.khronos.org/registry/gles/extensions/OES/OES_packed_depth_stencil.txt
GL_OES_point_size_array https://www.khronos.org/registry/gles/extensions/OES/OES_point_size_array.txt
GL_OES_point_sprite https://www.khronos.org/registry/gles/extensions/OES/OES_point_sprite.txt
GL_OES_primitive_bounding_box https://www.khronos.org/registry/gles/extensions/OES/OES_primitive_bounding_box.txt
GL_OES_query_matrix https://www.khronos.org/registry/gles/extensions/OES/OES_query_matrix.txt
GL_OES_read_format https://www.khronos.org/registry/gles/extensions/OES/OES_read_format.txt
GL_OES_required_internalformat https://www.khronos.org/registry/gles/extensions/OES/OES_required_internalformat.txt
GL_OES_rgb8_rgba8 https://www.khronos.org/registry/gles/extensions/OES/OES_rgb8_rgba8.txt
GL_OES_sample_shading https://www.khronos.org/registry/gles/extensions/OES/OES_sample_shading.txt
GL_OES_sample_variables https://www.khronos.org/registry/gles/extensions/OES/OES_sample_variables.txt
GL_OES_shader_image_atomic https://www.khronos.org/registry/gles/extensions/OES/OES_shader_image_atomic.txt
GL_OES_shader_io_blocks https://www.khronos.org/registry/gles/extensions/OES/OES_shader_io_blocks.txt
GL_OES_shader_multisample_interpolation https://www.khronos.org/registry/gles/extensions/OES/OES_shader_multisample_interpolation.txt
GL_OES_single_precision https://www.khronos.org/registry/gles/extensions/OES/OES_single_precision.txt
GL_OES_standard_derivatives https://www.khronos.org/registry/gles/extensions/OES/OES_standard_derivatives.txt
GL_OES_stencil1 https://www.khronos.org/registry/gles/extensions/OES/OES_stencil1.txt
GL_OES_stencil4 https://www.khronos.org/registry/gles/extensions/OES/OES_stencil4.txt
GL_OES_stencil8 https://www.khronos.org/registry/gles/extensions/OES/OES_stencil8.txt
GL_OES_stencil_wrap https://www.khronos.org/registry/gles/extensions/OES/OES_stencil_wrap.txt
GL_OES_surfaceless_context https://www.khronos.org/registry/gles/extensions/OES/OES_surfaceless_context.txt
GL_OES_tessellation_point_size https://www.khronos.org/registry/gles/extensions/OES/OES_tessellation_shader.txt
GL_OES_tessellation_shader https://www.khronos.org/registry/gles/extensions/OES/OES_tessellation_shader.txt
GL_OES_texture_3D https://www.khronos.org/registry/gles/extensions/OES/OES_texture_3D.txt
GL_OES_texture_border_clamp https://www.khronos.org/registry/gles/extensions/OES/OES_texture_border_clamp.txt
GL_OES_texture_buffer https://www.khronos.org/registry/gles/extensions/OES/OES_texture_buffer.txt
GL_OES_texture_compression_astc https://www.khronos.org/registry/gles/extensions/OES/OES_texture_compression_astc.txt
GL_OES_texture_cube_map https://www.khronos.org/registry/gles/extensions/OES/OES_texture_cube_map.txt
GL_OES_texture_cube_map_array https://www.khronos.org/registry/gles/extensions/OES/OES_texture_cube_map_array.txt
GL_OES_texture_env_crossbar https://www.khronos.org/registry/gles/extensions/OES/OES_texture_env_crossbar.txt
GL_OES_texture_float https://www.khronos.org/registry/gles/extensions/OES/OES_texture_float.txt
GL_OES_texture_float_linear https://www.khronos.org/registry/gles/extensions/OES/OES_texture_float_linear.txt
GL_OES_texture_half_float https://www.khronos.org/registry/gles/extensions/OES/OES_texture_half_float.txt
GL_OES_texture_half_float_linear https://www.khronos.org/registry/gles/extensions/OES/OES_texture_half_float_linear.txt
GL_OES_texture_mirrored_repeat https://www.khronos.org/registry/gles/extensions/OES/OES_texture_mirrored_repeat.txt
GL_OES_texture_npot https://www.khronos.org/registry/gles/extensions/OES/OES_texture_npot.txt
GL_OES_texture_stencil8 https://www.khronos.org/registry/gles/extensions/OES/OES_texture_stencil8.txt
GL_OES_texture_storage_multisample_2d_array https://www.khronos.org/registry/gles/extensions/OES/OES_texture_storage_multisample_2d_array.txt
GL_OES_texture_view https://www.khronos.org/registry/gles/extensions/OES/OES_texture_view.txt
GL_OES_vertex_array_object https://www.khronos.org/registry/gles/extensions/OES/OES_vertex_array_object.txt
GL_OES_vertex_half_float https://www.khronos.org/registry/gles/extensions/OES/OES_vertex_half_float.txt
GL_OES_vertex_type_10_10_10_2 https://www.khronos.org/registry/gles/extensions/OES/OES_vertex_type_10_10_10_2.txt
GL_OES_viewport_array https://www.khronos.org/registry/OpenGL/extensions/OES/OES_viewport_array.txt
GL_OML_glx_swap_method https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/glx_swap_method.txt
GL_OML_glx_sync_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/glx_sync_control.txt
GL_OML_interlace https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/interlace.txt
GL_OML_resample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/resample.txt
GL_OML_subsample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/subsample.txt
GL_OML_wgl_sync_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/OML/wgl_sync_control.txt
GL_OVR_multiview https://www.khronos.org/registry/gles/extensions/OVR/multiview.txt
GL_OVR_multiview2 https://www.khronos.org/registry/gles/extensions/OVR/multiview2.txt
GL_OVR_multiview_multisampled_render_to_texture https://www.khronos.org/registry/OpenGL/extensions/OVR/OVR_multiview_multisampled_render_to_texture.txt
GL_PGI_misc_hints https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/PGI/misc_hints.txt
GL_PGI_vertex_hints https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/PGI/vertex_hints.txt
GL_QCOM_alpha_test https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_alpha_test.txt
GL_QCOM_binning_control https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_binning_control.txt
GL_QCOM_driver_control https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_driver_control.txt
GL_QCOM_extended_get https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_extended_get.txt
GL_QCOM_extended_get2 https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_extended_get2.txt
GL_QCOM_performance_monitor_global_mode https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_performance_monitor_global_mode.txt
GL_QCOM_tiled_rendering https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_tiled_rendering.txt
GL_QCOM_writeonly_rendering https://www.khronos.org/registry/gles/extensions/QCOM/QCOM_writeonly_rendering.txt
GL_REND_screen_coordinates https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/REND/screen_coordinates.txt
GL_S3_s3tc https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/S3/s3tc.txt
GL_SGIS_blended_overlay https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/blended_overlay.txt
GL_SGIS_color_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/color_range.txt
GL_SGIS_detail_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/detail_texture.txt
GL_SGIS_fog_func https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/fog_func.txt
GL_SGIS_generate_mipmap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/generate_mipmap.txt
GL_SGIS_multisample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/multisample.txt
GL_SGIS_pixel_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/pixel_texture.txt
GL_SGIS_point_line_texgen https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/point_line_texgen.txt
GL_SGIS_sharpen_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/sharpen_texture.txt
GL_SGIS_texture4D https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture4D.txt
GL_SGIS_texture_border_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_border_clamp.txt
GL_SGIS_texture_color_mask https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_color_mask.txt
GL_SGIS_texture_edge_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_edge_clamp.txt
GL_SGIS_texture_filter4 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_filter4.txt
GL_SGIS_texture_lod https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_lod.txt
GL_SGIS_texture_select https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIS/texture_select.txt
GL_SGIX_async https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/async.txt
GL_SGIX_async_histogram https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/async_histogram.txt
GL_SGIX_async_pixel https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/async_pixel.txt
GL_SGIX_blend_alpha_minmax https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/blend_alpha_minmax.txt
GL_SGIX_clipmap https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/clipmap.txt
GL_SGIX_convolution_accuracy https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/convolution_accuracy.txt
GL_SGIX_depth_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/depth_texture.txt
GL_SGIX_dmbuffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/dmbuffer.txt
GL_SGIX_fbconfig https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/fbconfig.txt
GL_SGIX_flush_raster https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/flush_raster.txt
GL_SGIX_fog_offset https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/fog_offset.txt
GL_SGIX_fog_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/fog_texture.txt
GL_SGIX_fragment_specular_lighting https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/fragment_specular_lighting.txt
GL_SGIX_framezoom https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/framezoom.txt
GL_SGIX_hyperpipe_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/hyperpipe_group.txt
GL_SGIX_instruments https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/instruments.txt
GL_SGIX_interlace https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/interlace.txt
GL_SGIX_ir_instrument1 https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/ir_instrument1.txt
GL_SGIX_list_priority https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/list_priority.txt
GL_SGIX_pbuffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/pbuffer.txt
GL_SGIX_pixel_texture_bits https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/pixel_texture_bits.txt
GL_SGIX_reference_plane https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/reference_plane.txt
GL_SGIX_resample https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/resample.txt
GL_SGIX_sgix_pixel_texture https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/sgix_pixel_texture.txt
GL_SGIX_shadow https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/shadow.txt
GL_SGIX_shadow_ambient https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/shadow_ambient.txt
GL_SGIX_sprite https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/sprite.txt
GL_SGIX_swap_barrier https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/swap_barrier.txt
GL_SGIX_swap_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/swap_group.txt
GL_SGIX_tag_sample_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/tag_sample_buffer.txt
GL_SGIX_texture_coordinate_clamp https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_coordinate_clamp.txt
GL_SGIX_texture_env_add https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_env_add.txt
GL_SGIX_texture_lod_bias https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_lod_bias.txt
GL_SGIX_texture_multi_buffer https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_multi_buffer.txt
GL_SGIX_texture_range https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_range.txt
GL_SGIX_texture_scale_bias https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/texture_scale_bias.txt
GL_SGIX_vertex_preclip https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/vertex_preclip.txt
GL_SGIX_video_resize https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/video_resize.txt
GL_SGIX_video_source https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/video_source.txt
GL_SGIX_visual_select_group https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/visual_select_group.txt
GL_SGIX_ycrcb https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGIX/ycrcb.txt
GL_SGI_color_matrix https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/color_matrix.txt
GL_SGI_color_table https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/color_table.txt
GL_SGI_cushion https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/cushion.txt
GL_SGI_filter4_parameters https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/filter4_parameters.txt
GL_SGI_make_current_read https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/make_current_read.txt
GL_SGI_swap_control https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/swap_control.txt
GL_SGI_texture_color_table https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/texture_color_table.txt
GL_SGI_video_sync https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SGI/video_sync.txt
GL_SUNX_constant_data https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUNX/constant_data.txt
GL_SUN_convolution_border_modes https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/convolution_border_modes.txt
GL_SUN_get_transparent_index https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/get_transparent_index.txt
GL_SUN_global_alpha https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/global_alpha.txt
GL_SUN_mesh_array https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/mesh_array.txt
GL_SUN_multi_draw_arrays https://www.khronos.org/registry/gles/extensions/SUN/SUN_multi_draw_arrays.txt
GL_SUN_slice_accum https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/slice_accum.txt
GL_SUN_triangle_list https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/triangle_list.txt
GL_SUN_vertex https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/SUN/vertex.txt
GL_VIV_shader_binary https://www.khronos.org/registry/gles/extensions/VIV/VIV_shader_binary.txt
GL_WIN_phong_shading https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/WIN/phong_shading.txt
GL_WIN_specular_fog https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/specs/WIN/specular_fog.txt