~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/glx/x11/glxextensions.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
   MESA_depth_float_bit,
46
46
   MESA_pixmap_colormap_bit,
47
47
   MESA_release_buffers_bit,
48
 
   MESA_set_3dfx_mode_bit,
49
48
   MESA_swap_control_bit,
50
49
   MESA_swap_frame_usage_bit,
51
50
   NV_float_buffer_bit,
54
53
   NV_vertex_array_range_bit,
55
54
   OML_swap_method_bit,
56
55
   OML_sync_control_bit,
57
 
   SGI_cushion_bit,
58
56
   SGI_make_current_read_bit,
59
57
   SGI_swap_control_bit,
60
58
   SGI_video_sync_bit,
61
59
   SGIS_blended_overlay_bit,
62
60
   SGIS_color_range_bit,
63
61
   SGIS_multisample_bit,
64
 
   SGIX_dm_buffer_bit,
65
62
   SGIX_fbconfig_bit,
66
63
   SGIX_pbuffer_bit,
67
64
   SGIX_swap_barrier_bit,
68
65
   SGIX_swap_group_bit,
69
 
   SGIX_video_resize_bit,
70
 
   SGIX_video_source_bit,
71
66
   SGIX_visual_select_group_bit,
72
 
   SUN_get_transparent_index_bit,
73
67
   EXT_texture_from_pixmap_bit
74
68
};
75
69
 
180
174
   GL_OES_compressed_paletted_texture_bit,
181
175
   GL_OES_read_format_bit,
182
176
   GL_SGI_color_matrix_bit,
 
177
   GL_SGI_color_table_bit,
183
178
   GL_SGI_texture_color_table_bit,
184
179
   GL_SGIS_generate_mipmap_bit,
185
180
   GL_SGIS_multisample_bit,