OpenGLSupportedExtensions

Version 21 (JulFX, 12/08/2010 03:02 pm)

1 1 kervala
{{toc}}
2 2 kervala
3 15 JulFX
*List of supported OpenGL extensions by System/Driver/Card*
4 1 kervala
5 15 JulFX
Anyone can contribute by copying result 
6 1 kervala
7 15 JulFX
* Android : glInfo application on Android market.
8 15 JulFX
* Linux : *glxinfo -l* (mesa-utils) or *fglrxinfo* (ati proprietary)
9 15 JulFX
* Windows, MacOS and IOS user can try the "OpenGL Extension Viewer":http://www.realtech-vr.com/glview/index.html .
10 12 aquiles
11 15 JulFX
h1. Android
12 1 kervala
13 15 JulFX
h2. "Power VR SGX540":http://en.wikipedia.org/wiki/List_of_PowerVR_products#Series5_.28SGX.29 - Samsung Galaxy S (I9000)
14 1 kervala
15 1 kervala
<pre>
16 15 JulFX
Android Device
17 15 JulFX
   samsung / GT-I9000 / GT-I9000
18 15 JulFX
   2.1-update1 / armeabi-v7a
19 15 JulFX
OpenGL Version
20 15 JulFX
   OpenGL ES-CM 1.1
21 15 JulFX
OpenGL Vendor
22 15 JulFX
   Imagination Technologies
23 15 JulFX
OpenGL Renderer
24 15 JulFX
   PowerVR SGX 540
25 15 JulFX
OpenGL Extensions
26 15 JulFX
   EXT_multi_draw_arrays
27 15 JulFX
   EXT_texture_format_BGRA8888
28 15 JulFX
   IMG_read_format
29 15 JulFX
   IMG_texture_compression_pvrtc
30 15 JulFX
   IMG_texture_format_BGRA8888
31 15 JulFX
   IMG_texture_stream
32 15 JulFX
   IMG_vertex_program
33 15 JulFX
   OES_EGL_image
34 15 JulFX
   OES_blend_equation_separate
35 15 JulFX
   OES_blend_func_separate
36 15 JulFX
   OES_blend_subtract
37 15 JulFX
   OES_byte_coordinates
38 15 JulFX
   OES_compressed_ETC1_RGB8_texture
39 15 JulFX
   OES_compressed_paletted_texture
40 15 JulFX
   OES_depth24
41 15 JulFX
   OES_draw_texture
42 15 JulFX
   OES_extended_matrix_palette
43 15 JulFX
   OES_fixed_point
44 15 JulFX
   OES_framebuffer_object
45 15 JulFX
   OES_mapbuffer
46 15 JulFX
   OES_matrix_get
47 15 JulFX
   OES_matrix_palette
48 15 JulFX
   OES_point_size_array
49 15 JulFX
   OES_point_sprite
50 15 JulFX
   OES_query_matrix
51 15 JulFX
   OES_read_format
52 15 JulFX
   OES_required_internalformat
53 15 JulFX
   OES_rgb8_rgba8
54 15 JulFX
   OES_single_precision
55 15 JulFX
   OES_stencil8
56 15 JulFX
   OES_stencil_wrap
57 15 JulFX
   OES_texture_cube_map
58 15 JulFX
   OES_texture_env_crossbar
59 15 JulFX
   OES_texture_mirrored_repeat
60 15 JulFX
Limits OpenGL 1.0
61 15 JulFX
   ALIASED_LINE_WIDTH_RANGE = 1,16
62 15 JulFX
   ALIASED_POINT_SIZE_RANGE = 1,32
63 15 JulFX
   MAX_ELEMENTS_INDICES = 0
64 15 JulFX
   MAX_ELEMENTS_VERTICES = 0
65 15 JulFX
   MAX_LIGHTS = 8
66 15 JulFX
   MAX_MODELVIEW_STACK_DEPTH = 16
67 15 JulFX
   MAX_PROJECTION_STACK_DEPTH = 2
68 15 JulFX
   MAX_TEXTURE_SIZE = 2048
69 15 JulFX
   MAX_TEXTURE_STACK_DEPTH = 4
70 15 JulFX
   MAX_TEXTURE_UNITS = 4
71 15 JulFX
   MAX_VIEWPORT_DIMS = 2048,2048
72 15 JulFX
   SMOOTH_LINE_WIDTH_RANGE = 1,1
73 15 JulFX
   SMOOTH_POINT_SIZE_RANGE = 1,1
74 15 JulFX
   SUBPIXEL_BITS = 4
75 15 JulFX
Limits OpenGL 1.1
76 15 JulFX
   MAX_CLIP_PLANES = 6
77 15 JulFX
Limits OpenGL 1.1 Ext
78 15 JulFX
   MAX_COLOR_ATTACHMENTS_OES = 0
79 15 JulFX
   MAX_CUBE_MAP_TEXTURE_SIZE = 2048
80 15 JulFX
   MAX_PALETTE_MATRICES_OES = 32
81 15 JulFX
   MAX_RENDERBUFFER_SIZE_OES = 2048
82 15 JulFX
   MAX_VERTEX_UNITS_OES = 4
83 15 JulFX
Display Resolution
84 15 JulFX
   Pixels = 480 x 800
85 15 JulFX
   DPIs = 234.46153 x 236.27907
86 15 JulFX
Display Configurations
87 15 JulFX
   Standard
88 15 JulFX
      07: R5G6B5
89 15 JulFX
      06: R5G6B5 D24 S8
90 15 JulFX
      08: R5G6B5 D24 S8 MSAAx4
91 15 JulFX
      01: R8G8B8A8
92 15 JulFX
      04: R8G8B8A8
93 15 JulFX
      00: R8G8B8A8 D24 S8
94 15 JulFX
      03: R8G8B8A8 D24 S8
95 15 JulFX
      02: R8G8B8A8 D24 S8 MSAAx4
96 15 JulFX
      05: R8G8B8A8 D24 S8 MSAAx4
97 15 JulFX
Compressed Texture Formats
98 15 JulFX
   Reported
99 15 JulFX
      8b90: PALETTE4_RGB8_OES
100 15 JulFX
      8b91: PALETTE4_RGBA8_OES
101 15 JulFX
      8b92: PALETTE4_R5_G6_B5_OES
102 15 JulFX
      8b93: PALETTE4_RGBA4_OES
103 15 JulFX
      8b94: PALETTE4_RGB5_A1_OES
104 15 JulFX
      8b95: PALETTE8_RGB8_OES
105 15 JulFX
      8b96: PALETTE8_RGBA8_OES
106 15 JulFX
      8b97: PALETTE8_R5_G6_B5_OES
107 15 JulFX
      8b98: PALETTE8_RGBA4_OES
108 15 JulFX
      8b99: PALETTE8_RGB5_A1_OES
109 15 JulFX
      8c01: ???
110 15 JulFX
      8c03: ???
111 15 JulFX
      8c00: ???
112 15 JulFX
      8c02: ???
113 15 JulFX
      8d64: ETC1_RGB8_OES
114 15 JulFX
EGL Vendor & Version
115 15 JulFX
   Imagination Technologies
116 15 JulFX
   1.4 build 1.5.15.3070
117 15 JulFX
EGL Extensions
118 15 JulFX
   ANDROID_image_native_buffer
119 15 JulFX
   IMG_context_priority
120 15 JulFX
   KHR_gl_renderbuffer_image
121 15 JulFX
   KHR_gl_texture_2D_image
122 15 JulFX
   KHR_gl_texture_cubemap_image
123 15 JulFX
   KHR_image
124 15 JulFX
   KHR_image_base
125 15 JulFX
   KHR_vg_parent_image
126 15 JulFX
</pre>
127 15 JulFX
128 15 JulFX
h2. NVidia Tegra 250
129 15 JulFX
130 15 JulFX
<pre>
131 15 JulFX
Android Device
132 15 JulFX
   TOSHIBA / passion / Folio 100
133 15 JulFX
   2.2 / armeabi-v7a
134 15 JulFX
OpenGL Version
135 15 JulFX
   OpenGL ES-CM 1.1
136 15 JulFX
OpenGL Vendor
137 15 JulFX
   NVIDIA Corporation
138 15 JulFX
OpenGL Renderer
139 15 JulFX
   NVIDIA AP
140 15 JulFX
OpenGL Extensions
141 15 JulFX
   ARB_texture_non_power_of_two
142 15 JulFX
   EXT_bgra
143 15 JulFX
   EXT_texture_compression_dxt1
144 15 JulFX
   EXT_texture_compression_s3tc
145 15 JulFX
   EXT_texture_format_BGRA8888
146 15 JulFX
   OES_EGL_image
147 15 JulFX
   OES_byte_coordinates
148 15 JulFX
   OES_compressed_ETC1_RGB8_texture
149 15 JulFX
   OES_compressed_paletted_texture
150 15 JulFX
   OES_draw_texture
151 15 JulFX
   OES_extended_matrix_palette
152 15 JulFX
   OES_fbo_render_mipmap
153 15 JulFX
   OES_fixed_point
154 15 JulFX
   OES_framebuffer_object
155 15 JulFX
   OES_matrix_get
156 15 JulFX
   OES_matrix_palette
157 15 JulFX
   OES_point_size_array
158 15 JulFX
   OES_point_sprite
159 15 JulFX
   OES_query_matrix
160 15 JulFX
   OES_read_format
161 15 JulFX
   OES_rgb8_rgba8
162 15 JulFX
   OES_single_precision
163 15 JulFX
   OES_stencil8
164 15 JulFX
   OES_texture_cube_map
165 15 JulFX
   OES_vertex_half_float
166 15 JulFX
Limits OpenGL 1.0
167 15 JulFX
   ALIASED_LINE_WIDTH_RANGE = 1,256
168 15 JulFX
   ALIASED_POINT_SIZE_RANGE = 1,256
169 15 JulFX
   MAX_ELEMENTS_INDICES = 65536
170 15 JulFX
   MAX_ELEMENTS_VERTICES = 65536
171 15 JulFX
   MAX_LIGHTS = 8
172 15 JulFX
   MAX_MODELVIEW_STACK_DEPTH = 16
173 15 JulFX
   MAX_PROJECTION_STACK_DEPTH = 2
174 15 JulFX
   MAX_TEXTURE_SIZE = 2048
175 15 JulFX
   MAX_TEXTURE_STACK_DEPTH = 2
176 15 JulFX
   MAX_TEXTURE_UNITS = 2
177 15 JulFX
   MAX_VIEWPORT_DIMS = 3839,3839
178 15 JulFX
   SMOOTH_LINE_WIDTH_RANGE = 1,1
179 15 JulFX
   SMOOTH_POINT_SIZE_RANGE = 0,1
180 15 JulFX
   SUBPIXEL_BITS = 4
181 15 JulFX
Limits OpenGL 1.1
182 15 JulFX
   MAX_CLIP_PLANES = 1
183 15 JulFX
Limits OpenGL 1.1 Ext
184 15 JulFX
   MAX_COLOR_ATTACHMENTS_OES = 0
185 15 JulFX
   MAX_CUBE_MAP_TEXTURE_SIZE = 2048
186 15 JulFX
   MAX_PALETTE_MATRICES_OES = 32
187 15 JulFX
   MAX_RENDERBUFFER_SIZE_OES = 0
188 15 JulFX
   MAX_VERTEX_UNITS_OES = 4
189 15 JulFX
Display Resolution
190 15 JulFX
   Pixels = 1024 x 600
191 15 JulFX
   DPIs = 160.0 x 160.0
192 15 JulFX
Display Configurations
193 15 JulFX
   Standard
194 15 JulFX
      09: R5G6B5
195 15 JulFX
      08: R5G6B5 S8
196 15 JulFX
      07: R5G6B5 D16
197 15 JulFX
      06: R5G6B5 D16 S8
198 15 JulFX
      03: R8G8B8A8
199 15 JulFX
      02: R8G8B8A8 S8
200 15 JulFX
      01: R8G8B8A8 D16
201 15 JulFX
      00: R8G8B8A8 D16 S8
202 15 JulFX
   Slow
203 15 JulFX
      48: R5G6B5 Native
204 15 JulFX
      49: R5G6B5 D16 Native
205 15 JulFX
      50: R8G8B8 Native
206 15 JulFX
      51: R8G8B8 D16 Native
207 15 JulFX
      52: R8G8B8A8 Native
208 15 JulFX
      53: R8G8B8A8 D16 Native
209 15 JulFX
      54: A8 Native
210 15 JulFX
      55: A8 D16 Native
211 15 JulFX
Compressed Texture Formats
212 15 JulFX
   Reported
213 15 JulFX
      8b90: PALETTE4_RGB8_OES
214 15 JulFX
      8b91: PALETTE4_RGBA8_OES
215 15 JulFX
      8b92: PALETTE4_R5_G6_B5_OES
216 15 JulFX
      8b93: PALETTE4_RGBA4_OES
217 15 JulFX
      8b94: PALETTE4_RGB5_A1_OES
218 15 JulFX
      8b95: PALETTE8_RGB8_OES
219 15 JulFX
      8b96: PALETTE8_RGBA8_OES
220 15 JulFX
      8b97: PALETTE8_R5_G6_B5_OES
221 15 JulFX
      8b98: PALETTE8_RGBA4_OES
222 15 JulFX
      8b99: PALETTE8_RGB5_A1_OES
223 15 JulFX
      8d64: ETC1_RGB8_OES
224 15 JulFX
EGL Vendor & Version
225 15 JulFX
   Android
226 15 JulFX
   1.4 Android META-EGL
227 15 JulFX
EGL Extensions
228 15 JulFX
   ANDROID_get_render_buffer
229 15 JulFX
   ANDROID_image_native_buffer
230 15 JulFX
   ANDROID_swap_rectangle
231 15 JulFX
   KHR_gl_renderbuffer_image
232 15 JulFX
   KHR_gl_texture_2D_image
233 15 JulFX
   KHR_gl_texture_cubemap_image
234 15 JulFX
   KHR_image
235 15 JulFX
   KHR_image_base
236 15 JulFX
   KHR_image_pixmap
237 15 JulFX
</pre>
238 15 JulFX
239 15 JulFX
<pre>
240 15 JulFX
OpenGL vendor string: NVIDIA Corporation
241 15 JulFX
OpenGL renderer string: NVIDIA Tegra
242 15 JulFX
OpenGL version string: OpenGL ES 2.0
243 15 JulFX
OpenGL extensions:
244 15 JulFX
GL_NV_platform_binary
245 15 JulFX
GL_OES_rgb8_rgba8
246 15 JulFX
GL_OES_fbo_render_mipmap
247 15 JulFX
GL_NV_depth_nonlinear
248 15 JulFX
GL_NV_draw_path
249 15 JulFX
GL_OES_EGL_image
250 15 JulFX
GL_OES_vertex_half_float
251 15 JulFX
GL_NV_framebuffer_vertex_attrib_array
252 15 JulFX
GL_NV_coverage_sample
253 15 JulFX
GL_OES_mapbuffer
254 15 JulFX
GL_ARB_draw_buffers
255 15 JulFX
GL_EXT_Cg_shader
256 15 JulFX
GL_EXT_packed_float
257 15 JulFX
GL_OES_texture_half_float
258 15 JulFX
GL_OES_texture_float
259 15 JulFX
GL_EXT_texture_array
260 15 JulFX
GL_OES_compressed_ETC1_RGB8_texture
261 15 JulFX
GL_EXT_texture_compression_latc
262 15 JulFX
GL_EXT_texture_compression_dxt1
263 15 JulFX
GL_EXT_texture_compression_s3tc
264 15 JulFX
GL_EXT_texture_filter_anisotropic
265 15 JulFX
GL_NV_get_tex_image
266 15 JulFX
GL_NV_read_buffer
267 15 JulFX
GL_NV_shader_framebuffer_fetch
268 15 JulFX
GL_NV_fbo_color_attachments
269 15 JulFX
GL_EXT_bgra
270 15 JulFX
GL_EXT_texture_format_BGRA8888
271 15 JulFX
GL_EXT_unpack_subimage
272 15 JulFX
</pre>
273 15 JulFX
274 15 JulFX
h1. IOS
275 15 JulFX
276 20 JulFX
h2. Power VR SGX535 - IPhone 4
277 1 kervala
278 20 JulFX
<pre>
279 20 JulFX
GLView version="3.33"
280 20 JulFX
Vendor : Imagination Technologies
281 20 JulFX
Version : OpenGL ES-CM 1.1 IMGSGX535-48.14.1
282 20 JulFX
Renderer : PowerVR SGX 535
283 20 JulFX
Extensions : 
284 20 JulFX
GL_APPLE_framebuffer_multisample 
285 20 JulFX
GL_APPLE_texture_2D_limited_npot 
286 20 JulFX
GL_APPLE_texture_format_BGRA8888 
287 20 JulFX
GL_APPLE_texture_max_level 
288 20 JulFX
GL_EXT_blend_minmax 
289 20 JulFX
GL_EXT_discard_framebuffer 
290 20 JulFX
GL_EXT_read_format_bgra 
291 20 JulFX
GL_EXT_texture_filter_anisotropic 
292 20 JulFX
GL_EXT_texture_lod_bias 
293 20 JulFX
GL_IMG_read_format 
294 20 JulFX
GL_IMG_texture_compression_pvrtc 
295 20 JulFX
GL_OES_blend_equation_separate 
296 20 JulFX
GL_OES_blend_func_separate 
297 20 JulFX
GL_OES_blend_subtract 
298 20 JulFX
GL_OES_compressed_paletted_texture 
299 20 JulFX
GL_OES_depth24 
300 20 JulFX
GL_OES_draw_texture 
301 20 JulFX
GL_OES_fbo_render_mipmap 
302 20 JulFX
GL_OES_framebuffer_object 
303 20 JulFX
GL_OES_mapbuffer 
304 20 JulFX
GL_OES_matrix_palette 
305 20 JulFX
GL_OES_packed_depth_stencil 
306 20 JulFX
GL_OES_point_size_array 
307 20 JulFX
GL_OES_point_sprite 
308 20 JulFX
GL_OES_read_format 
309 20 JulFX
GL_OES_rgb8_rgba8 
310 20 JulFX
GL_OES_stencil8 
311 20 JulFX
GL_OES_stencil_wrap 
312 20 JulFX
GL_OES_texture_mirrored_repeat 
313 20 JulFX
GL_OES_vertex_array_object
314 20 JulFX
315 20 JulFX
ViewportMaxWidth : 2048
316 20 JulFX
ViewportMaxHeight : 2048
317 20 JulFX
SubPixelBits : 4
318 20 JulFX
AttribStackDepth : 0
319 20 JulFX
NameStackDepth : 0 
320 20 JulFX
MaxModelViewStackDepth : 16
321 20 JulFX
MaxProjectionStackDepth : 2
322 20 JulFX
MaxClientAttribStackDepth : 0
323 20 JulFX
MaxTextureStackDepth : 4
324 20 JulFX
LineSizeMin : 0
325 20 JulFX
LineSizeMax : 0
326 20 JulFX
LineSizeGran : 0
327 20 JulFX
PointSizeMin : 0
328 20 JulFX
PointSizeMax : 0
329 20 JulFX
PointSizeGran : 0
330 20 JulFX
AliasedLineWidthMin : 0
331 20 JulFX
AliasedLineWidthMax : 0
332 20 JulFX
AliasedPointSizeMin : 0
333 20 JulFX
AliasedPointSizeMax : 0
334 20 JulFX
NumClipPlanes : 6
335 20 JulFX
NumLights : 8
336 20 JulFX
PixelMapTable : 0
337 20 JulFX
TextureSize : 2048
338 20 JulFX
EvalOrder : 0
339 20 JulFX
MaxTextureAnisotropy : 2
340 20 JulFX
MaxTextureUnits : 8
341 20 JulFX
MaxTextureCubeSize : 0
342 20 JulFX
NumCompressedTextureFormats : 14
343 20 JulFX
MaxVertexBlend : 0
344 20 JulFX
MaxTexture3DSize : 0
345 20 JulFX
MaxOcclusionQueryBits : 0
346 20 JulFX
MaxPaletteMatrices : 11
347 20 JulFX
MaxPaletteVertexUnits : 4
348 20 JulFX
</pre>
349 20 JulFX
350 15 JulFX
h1. Linux 
351 15 JulFX
352 15 JulFX
353 15 JulFX
354 1 kervala
h2. ATI / "Proprietary":http://feeds.amd.com/catalystlinux/
355 15 JulFX
356 20 JulFX
h3. Radeon HD4890 (RV790) | Catalyst 10.10 fglrx 8.78.3
357 15 JulFX
358 15 JulFX
<pre>
359 1 kervala
name of display: :0.0
360 1 kervala
display: :0  screen: 0
361 1 kervala
direct rendering: Yes
362 15 JulFX
server glx vendor string: ATI
363 1 kervala
server glx version string: 1.4
364 1 kervala
server glx extensions:
365 1 kervala
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
366 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
367 15 JulFX
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, 
368 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
369 15 JulFX
client glx vendor string: ATI
370 1 kervala
client glx version string: 1.4
371 1 kervala
client glx extensions:
372 15 JulFX
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
373 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
374 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
375 15 JulFX
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_NV_swap_group, 
376 15 JulFX
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
377 15 JulFX
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
378 15 JulFX
    GLX_SGIX_pbuffer, GLX_SGIX_swap_barrier, GLX_SGIX_swap_group, 
379 1 kervala
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
380 15 JulFX
    GLX_EXT_framebuffer_sRGB, GLX_ARB_fbconfig_float, GLX_AMD_gpu_association
381 1 kervala
GLX version: 1.4
382 1 kervala
GLX extensions:
383 15 JulFX
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
384 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
385 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_swap_control, 
386 15 JulFX
    GLX_NV_swap_group, GLX_OML_swap_method, GLX_SGI_make_current_read, 
387 15 JulFX
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
388 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_swap_barrier, 
389 15 JulFX
    GLX_SGIX_swap_group, GLX_SGIX_visual_select_group, 
390 15 JulFX
    GLX_EXT_texture_from_pixmap
391 15 JulFX
OpenGL vendor string: ATI Technologies Inc.
392 15 JulFX
OpenGL renderer string: ATI Radeon HD 4800 Series   
393 15 JulFX
OpenGL version string: 3.3.10237 Compatibility Profile Context
394 15 JulFX
OpenGL shading language version string: 3.30
395 1 kervala
OpenGL extensions:
396 15 JulFX
    GL_AMDX_debug_output, GL_AMDX_vertex_shader_tessellator, 
397 15 JulFX
    GL_AMD_conservative_depth, GL_AMD_debug_output, GL_AMD_draw_buffers_blend, 
398 15 JulFX
    GL_AMD_name_gen_delete, GL_AMD_performance_monitor, 
399 15 JulFX
    GL_AMD_sample_positions, GL_AMD_seamless_cubemap_per_texture, 
400 15 JulFX
    GL_AMD_shader_stencil_export, GL_AMD_texture_cube_map_array, 
401 15 JulFX
    GL_AMD_texture_texture4, GL_AMD_vertex_shader_tessellator, 
402 15 JulFX
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, GL_ARB_copy_buffer, 
403 15 JulFX
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
404 15 JulFX
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
405 15 JulFX
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
406 15 JulFX
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, 
407 15 JulFX
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
408 15 JulFX
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
409 15 JulFX
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, GL_ARB_half_float_pixel, 
410 15 JulFX
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays, 
411 15 JulFX
    GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, 
412 15 JulFX
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
413 15 JulFX
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
414 15 JulFX
    GL_ARB_provoking_vertex, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
415 15 JulFX
    GL_ARB_seamless_cube_map, GL_ARB_shader_bit_encoding, 
416 15 JulFX
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod, 
417 15 JulFX
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
418 15 JulFX
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
419 15 JulFX
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
420 15 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, 
421 15 JulFX
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
422 15 JulFX
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
423 15 JulFX
    GL_ARB_texture_float, GL_ARB_texture_gather, 
424 15 JulFX
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
425 15 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_lod, 
426 15 JulFX
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
427 15 JulFX
    GL_ARB_texture_snorm, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
428 15 JulFX
    GL_ARB_transform_feedback3, GL_ARB_transpose_matrix, 
429 15 JulFX
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
430 1 kervala
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
431 15 JulFX
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
432 15 JulFX
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_draw_buffers, 
433 15 JulFX
    GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_meminfo, 
434 15 JulFX
    GL_ATI_separate_stencil, GL_ATI_texture_compression_3dc, 
435 15 JulFX
    GL_ATI_texture_env_combine3, GL_ATI_texture_float, 
436 15 JulFX
    GL_ATI_texture_mirror_once, GL_EXT_abgr, GL_EXT_bgra, 
437 15 JulFX
    GL_EXT_bindable_uniform, GL_EXT_blend_color, 
438 1 kervala
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
439 15 JulFX
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
440 15 JulFX
    GL_EXT_copy_buffer, GL_EXT_copy_texture, GL_EXT_direct_state_access, 
441 15 JulFX
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
442 15 JulFX
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
443 15 JulFX
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
444 15 JulFX
    GL_EXT_geometry_shader4, GL_EXT_gpu_program_parameters, 
445 15 JulFX
    GL_EXT_gpu_shader4, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
446 15 JulFX
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
447 1 kervala
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
448 15 JulFX
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
449 15 JulFX
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, 
450 15 JulFX
    GL_EXT_subtexture, GL_EXT_texgen_reflection, GL_EXT_texture3D, 
451 15 JulFX
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
452 15 JulFX
    GL_EXT_texture_buffer_object_rgb32, GL_EXT_texture_compression_latc, 
453 15 JulFX
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
454 1 kervala
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
455 1 kervala
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
456 1 kervala
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
457 15 JulFX
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
458 15 JulFX
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
459 15 JulFX
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
460 15 JulFX
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
461 15 JulFX
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, 
462 15 JulFX
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
463 15 JulFX
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
464 15 JulFX
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, 
465 15 JulFX
    GL_NV_explicit_multisample, GL_NV_float_buffer, GL_NV_half_float, 
466 15 JulFX
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_SGIS_generate_mipmap, 
467 1 kervala
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, 
468 15 JulFX
    GL_WIN_swap_hint, WGL_EXT_swap_control
469 1 kervala
OpenGL limits:
470 1 kervala
    GL_MAX_ATTRIB_STACK_DEPTH = 16
471 1 kervala
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
472 15 JulFX
    GL_MAX_CLIP_PLANES = 8
473 15 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 10
474 15 JulFX
    GL_MAX_ELEMENTS_VERTICES = 2147483647
475 15 JulFX
    GL_MAX_ELEMENTS_INDICES = 16777215
476 15 JulFX
    GL_MAX_EVAL_ORDER = 40
477 1 kervala
    GL_MAX_LIGHTS = 8
478 1 kervala
    GL_MAX_LIST_NESTING = 64
479 1 kervala
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
480 1 kervala
    GL_MAX_NAME_STACK_DEPTH = 64
481 1 kervala
    GL_MAX_PIXEL_MAP_TABLE = 256
482 15 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 10
483 1 kervala
    GL_MAX_TEXTURE_STACK_DEPTH = 10
484 15 JulFX
    GL_MAX_TEXTURE_SIZE = 8192
485 15 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 8192
486 15 JulFX
    GL_MAX_VIEWPORT_DIMS = 8192, 8192
487 15 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 128
488 15 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 63
489 15 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 8192
490 15 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
491 15 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192
492 15 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0
493 1 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 8
494 15 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 16
495 1 kervala
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
496 1 kervala
    GL_MAX_DRAW_BUFFERS_ARB = 8
497 15 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
498 1 kervala
    GL_VERTEX_PROGRAM_ARB:
499 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 2147483647
500 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 2147483647
501 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 320
502 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256
503 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 256
504 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 256
505 1 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
506 1 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
507 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
508 1 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
509 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 256
510 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
511 1 kervala
    GL_FRAGMENT_PROGRAM_ARB:
512 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 2147483647
513 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 2147483647
514 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 320
515 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256
516 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 256
517 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 256
518 15 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 18
519 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 18
520 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
521 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
522 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 256
523 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
524 15 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 2147483647
525 15 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 2147483647
526 15 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 2147483647
527 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 2147483647
528 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 2147483647
529 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 2147483647
530 1 kervala
    GL_VERTEX_SHADER_ARB:
531 15 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 16384
532 15 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 64
533 1 kervala
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
534 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
535 1 kervala
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
536 1 kervala
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
537 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 16
538 1 kervala
    GL_FRAGMENT_SHADER_ARB:
539 15 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 16384
540 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 16
541 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
542 1 kervala
</pre>
543 1 kervala
544 15 JulFX
h2. ATI / "Radeon":http://wiki.x.org/wiki/radeon
545 1 kervala
546 15 JulFX
(empty)
547 1 kervala
548 15 JulFX
h2. Intel
549 15 JulFX
550 15 JulFX
(empty)
551 15 JulFX
552 15 JulFX
h2. "MESA":http://www.mesa3d.org/ Software Rasterizer
553 15 JulFX
554 15 JulFX
h3. GeForce 7300 Go
555 15 JulFX
556 1 kervala
<pre>
557 1 kervala
name of display: :0.0
558 1 kervala
display: :0  screen: 0
559 1 kervala
direct rendering: Yes
560 1 kervala
server glx vendor string: SGI
561 1 kervala
server glx version string: 1.4
562 1 kervala
server glx extensions:
563 1 kervala
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
564 1 kervala
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
565 1 kervala
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
566 1 kervala
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
567 1 kervala
    GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
568 1 kervala
client glx vendor string: Mesa Project and SGI
569 1 kervala
client glx version string: 1.4
570 1 kervala
client glx extensions:
571 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
572 1 kervala
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
573 1 kervala
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
574 1 kervala
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
575 1 kervala
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
576 1 kervala
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
577 1 kervala
    GLX_INTEL_swap_event
578 1 kervala
GLX version: 1.4
579 1 kervala
GLX extensions:
580 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
581 1 kervala
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
582 1 kervala
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
583 1 kervala
    GLX_INTEL_swap_event
584 1 kervala
OpenGL vendor string: Mesa Project
585 1 kervala
OpenGL renderer string: Software Rasterizer
586 1 kervala
OpenGL version string: 2.1 Mesa 7.9-devel
587 1 kervala
OpenGL shading language version string: 1.20
588 1 kervala
OpenGL extensions:
589 1 kervala
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
590 1 kervala
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
591 1 kervala
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
592 1 kervala
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
593 1 kervala
    GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, 
594 1 kervala
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, 
595 1 kervala
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
596 1 kervala
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
597 1 kervala
    GL_ARB_provoking_vertex, GL_ARB_shader_objects, 
598 1 kervala
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
599 1 kervala
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
600 1 kervala
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
601 1 kervala
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
602 1 kervala
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
603 1 kervala
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
604 1 kervala
    GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
605 1 kervala
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
606 1 kervala
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
607 1 kervala
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
608 1 kervala
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
609 1 kervala
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
610 1 kervala
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
611 1 kervala
    GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, 
612 1 kervala
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
613 1 kervala
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
614 1 kervala
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, 
615 1 kervala
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
616 1 kervala
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, 
617 1 kervala
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, 
618 1 kervala
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
619 1 kervala
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
620 1 kervala
    GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side, 
621 1 kervala
    GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
622 1 kervala
    GL_EXT_texture_array, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
623 1 kervala
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
624 1 kervala
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, 
625 1 kervala
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
626 1 kervala
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, 
627 1 kervala
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
628 1 kervala
    GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, 
629 1 kervala
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable, 
630 1 kervala
    GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, 
631 1 kervala
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
632 1 kervala
    GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
633 1 kervala
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
634 1 kervala
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
635 1 kervala
    GL_MESA_pack_invert, GL_MESA_resize_buffers, GL_MESA_texture_array, 
636 1 kervala
    GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, 
637 1 kervala
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program, 
638 1 kervala
    GL_NV_fragment_program_option, GL_NV_light_max_exponent, 
639 1 kervala
    GL_NV_packed_depth_stencil, GL_NV_point_sprite, GL_NV_texgen_reflection, 
640 1 kervala
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vertex_program, 
641 1 kervala
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, 
642 1 kervala
    GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, 
643 1 kervala
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
644 1 kervala
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
645 1 kervala
OpenGL limits:
646 1 kervala
    GL_MAX_ATTRIB_STACK_DEPTH = 16
647 1 kervala
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
648 1 kervala
    GL_MAX_CLIP_PLANES = 6
649 1 kervala
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
650 1 kervala
    GL_MAX_ELEMENTS_VERTICES = 3000
651 1 kervala
    GL_MAX_ELEMENTS_INDICES = 3000
652 1 kervala
    GL_MAX_EVAL_ORDER = 30
653 1 kervala
    GL_MAX_LIGHTS = 8
654 1 kervala
    GL_MAX_LIST_NESTING = 64
655 1 kervala
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
656 1 kervala
    GL_MAX_NAME_STACK_DEPTH = 64
657 1 kervala
    GL_MAX_PIXEL_MAP_TABLE = 256
658 1 kervala
    GL_MAX_PROJECTION_STACK_DEPTH = 32
659 1 kervala
    GL_MAX_TEXTURE_STACK_DEPTH = 10
660 1 kervala
    GL_MAX_TEXTURE_SIZE = 4096
661 1 kervala
    GL_MAX_3D_TEXTURE_SIZE = 256
662 1 kervala
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
663 1 kervala
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
664 1 kervala
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
665 1 kervala
    GL_ALIASED_POINT_SIZE_RANGE = 1, 60
666 1 kervala
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 60
667 1 kervala
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
668 1 kervala
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 6
669 1 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 8
670 1 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 12
671 1 kervala
    GL_MAX_DRAW_BUFFERS_ARB = 8
672 1 kervala
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
673 1 kervala
    GL_VERTEX_PROGRAM_ARB:
674 1 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
675 1 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0
676 1 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
677 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0
678 1 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
679 1 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0
680 1 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
681 1 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0
682 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
683 1 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
684 1 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
685 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
686 1 kervala
    GL_FRAGMENT_PROGRAM_ARB:
687 1 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
688 1 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0
689 1 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
690 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0
691 1 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
692 1 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0
693 1 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
694 1 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0
695 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
696 1 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
697 1 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
698 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
699 1 kervala
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
700 1 kervala
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
701 1 kervala
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
702 1 kervala
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0
703 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0
704 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0
705 1 kervala
    GL_VERTEX_SHADER_ARB:
706 1 kervala
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
707 1 kervala
        GL_MAX_VARYING_FLOATS_ARB = 64
708 1 kervala
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
709 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
710 1 kervala
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
711 1 kervala
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
712 1 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
713 1 kervala
    GL_FRAGMENT_SHADER_ARB:
714 1 kervala
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
715 1 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
716 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
717 1 kervala
</pre>
718 1 kervala
719 15 JulFX
h2. NVidia / "Nouveau":http://nouveau.freedesktop.org/wiki/
720 1 kervala
721 15 JulFX
h3. GeForce 9800 GT
722 1 kervala
723 1 kervala
<pre>
724 1 kervala
name of display: :0.0
725 1 kervala
display: :0  screen: 0
726 1 kervala
direct rendering: Yes
727 15 JulFX
server glx vendor string: SGI
728 15 JulFX
server glx version string: 1.4
729 15 JulFX
server glx extensions:
730 15 JulFX
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
731 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
732 15 JulFX
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
733 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
734 15 JulFX
    GLX_INTEL_swap_event
735 15 JulFX
client glx vendor string: Mesa Project and SGI
736 15 JulFX
client glx version string: 1.4
737 15 JulFX
client glx extensions:
738 15 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
739 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
740 15 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
741 15 JulFX
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
742 15 JulFX
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
743 15 JulFX
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
744 15 JulFX
    GLX_INTEL_swap_event
745 15 JulFX
GLX version: 1.4
746 15 JulFX
GLX extensions:
747 15 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
748 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
749 15 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
750 15 JulFX
    GLX_SGI_make_current_read, GLX_SGI_video_sync, GLX_SGIS_multisample, 
751 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
752 15 JulFX
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
753 15 JulFX
OpenGL vendor string: nouveau
754 15 JulFX
OpenGL renderer string: Gallium 0.4 on NV92
755 15 JulFX
OpenGL version string: 2.1 Mesa 7.9-devel
756 15 JulFX
OpenGL shading language version string: 1.20
757 15 JulFX
OpenGL extensions:
758 15 JulFX
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
759 15 JulFX
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
760 15 JulFX
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
761 15 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
762 15 JulFX
    GL_ARB_framebuffer_object, GL_ARB_map_buffer_range, GL_ARB_multisample, 
763 15 JulFX
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, 
764 15 JulFX
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
765 15 JulFX
    GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, 
766 15 JulFX
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
767 15 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
768 15 JulFX
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
769 15 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
770 15 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
771 15 JulFX
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
772 15 JulFX
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
773 15 JulFX
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
774 15 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
775 15 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
776 15 JulFX
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
777 15 JulFX
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, 
778 15 JulFX
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
779 15 JulFX
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
780 15 JulFX
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
781 15 JulFX
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
782 15 JulFX
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
783 15 JulFX
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
784 15 JulFX
    GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
785 15 JulFX
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
786 15 JulFX
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
787 15 JulFX
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
788 15 JulFX
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
789 15 JulFX
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
790 15 JulFX
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
791 15 JulFX
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
792 15 JulFX
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, 
793 15 JulFX
    GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, 
794 15 JulFX
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
795 15 JulFX
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, 
796 15 JulFX
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
797 15 JulFX
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_window_pos, 
798 15 JulFX
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
799 15 JulFX
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
800 15 JulFX
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
801 15 JulFX
    GL_NV_texture_rectangle, GL_OES_read_format, GL_SGI_color_matrix, 
802 15 JulFX
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
803 15 JulFX
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, 
804 15 JulFX
    GL_OES_EGL_image, GL_OES_draw_texture
805 15 JulFX
OpenGL limits:
806 15 JulFX
    GL_MAX_ATTRIB_STACK_DEPTH = 16
807 15 JulFX
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
808 15 JulFX
    GL_MAX_CLIP_PLANES = 6
809 15 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
810 15 JulFX
    GL_MAX_ELEMENTS_VERTICES = 3000
811 15 JulFX
    GL_MAX_ELEMENTS_INDICES = 3000
812 15 JulFX
    GL_MAX_EVAL_ORDER = 30
813 15 JulFX
    GL_MAX_LIGHTS = 8
814 15 JulFX
    GL_MAX_LIST_NESTING = 64
815 15 JulFX
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
816 15 JulFX
    GL_MAX_NAME_STACK_DEPTH = 64
817 15 JulFX
    GL_MAX_PIXEL_MAP_TABLE = 256
818 15 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 32
819 15 JulFX
    GL_MAX_TEXTURE_STACK_DEPTH = 10
820 15 JulFX
    GL_MAX_TEXTURE_SIZE = 4096
821 15 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 256
822 15 JulFX
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
823 15 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
824 15 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
825 15 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 64
826 15 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 0, 64
827 15 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
828 15 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 4
829 15 JulFX
    GL_MAX_TEXTURE_UNITS_ARB = 8
830 15 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 4
831 15 JulFX
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
832 15 JulFX
    GL_MAX_DRAW_BUFFERS_ARB = 8
833 15 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
834 15 JulFX
    GL_VERTEX_PROGRAM_ARB:
835 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
836 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
837 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
838 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
839 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
840 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
841 15 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
842 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
843 15 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
844 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
845 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
846 15 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
847 15 JulFX
    GL_FRAGMENT_PROGRAM_ARB:
848 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
849 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
850 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
851 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
852 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
853 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
854 15 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
855 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
856 15 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
857 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
858 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
859 15 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
860 15 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
861 15 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
862 15 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
863 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
864 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
865 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
866 15 JulFX
    GL_VERTEX_SHADER_ARB:
867 15 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
868 15 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 56
869 15 JulFX
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
870 15 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
871 15 JulFX
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
872 15 JulFX
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
873 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
874 15 JulFX
    GL_FRAGMENT_SHADER_ARB:
875 15 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
876 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
877 15 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
878 15 JulFX
</pre>
879 15 JulFX
880 15 JulFX
h2. NVidia / "Proprietary":http://www.nvidia.com/object/unix.html
881 15 JulFX
882 21 JulFX
h3. GeGorce 8400M GS | 260.19.06
883 21 JulFX
884 21 JulFX
<pre>
885 21 JulFX
name of display: :0.0
886 21 JulFX
display: :0  screen: 0
887 21 JulFX
direct rendering: Yes
888 21 JulFX
server glx vendor string: NVIDIA Corporation
889 21 JulFX
server glx version string: 1.4
890 21 JulFX
server glx extensions:
891 21 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
892 21 JulFX
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
893 21 JulFX
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
894 21 JulFX
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
895 21 JulFX
    GLX_ARB_create_context_robustness, GLX_ARB_multisample, 
896 21 JulFX
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
897 21 JulFX
client glx vendor string: NVIDIA Corporation
898 21 JulFX
client glx version string: 1.4
899 21 JulFX
client glx extensions:
900 21 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
901 21 JulFX
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
902 21 JulFX
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
903 21 JulFX
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
904 21 JulFX
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
905 21 JulFX
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
906 21 JulFX
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
907 21 JulFX
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
908 21 JulFX
    GLX_NV_video_capture, GLX_EXT_create_context_es2_profile, 
909 21 JulFX
    GLX_ARB_create_context_robustness
910 21 JulFX
GLX version: 1.4
911 21 JulFX
GLX extensions:
912 21 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
913 21 JulFX
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
914 21 JulFX
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
915 21 JulFX
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
916 21 JulFX
    GLX_ARB_create_context_robustness, GLX_ARB_multisample, 
917 21 JulFX
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
918 21 JulFX
    GLX_ARB_get_proc_address
919 21 JulFX
OpenGL vendor string: NVIDIA Corporation
920 21 JulFX
OpenGL renderer string: GeForce 8400M GS/PCI/SSE2
921 21 JulFX
OpenGL version string: 3.3.0 NVIDIA 260.19.06
922 21 JulFX
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
923 21 JulFX
OpenGL extensions:
924 21 JulFX
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
925 21 JulFX
    GL_ARB_compatibility, GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, 
926 21 JulFX
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
927 21 JulFX
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
928 21 JulFX
    GL_ARB_ES2_compatibility, GL_ARB_explicit_attrib_location, 
929 21 JulFX
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
930 21 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
931 21 JulFX
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
932 21 JulFX
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, 
933 21 JulFX
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
934 21 JulFX
    GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multisample, 
935 21 JulFX
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
936 21 JulFX
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
937 21 JulFX
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
938 21 JulFX
    GL_ARB_seamless_cube_map, GL_ARB_separate_shader_objects, 
939 21 JulFX
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
940 21 JulFX
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
941 21 JulFX
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
942 21 JulFX
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
943 21 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
944 21 JulFX
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
945 21 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
946 21 JulFX
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
947 21 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
948 21 JulFX
    GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_swizzle, 
949 21 JulFX
    GL_ARB_timer_query, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
950 21 JulFX
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
951 21 JulFX
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
952 21 JulFX
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
953 21 JulFX
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
954 21 JulFX
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
955 21 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
956 21 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
957 21 JulFX
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
958 21 JulFX
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
959 21 JulFX
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
960 21 JulFX
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
961 21 JulFX
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
962 21 JulFX
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
963 21 JulFX
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
964 21 JulFX
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
965 21 JulFX
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
966 21 JulFX
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
967 21 JulFX
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
968 21 JulFX
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
969 21 JulFX
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
970 21 JulFX
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
971 21 JulFX
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
972 21 JulFX
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
973 21 JulFX
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
974 21 JulFX
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
975 21 JulFX
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
976 21 JulFX
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
977 21 JulFX
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
978 21 JulFX
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_vertex_array, 
979 21 JulFX
    GL_EXT_vertex_array_bgra, GL_IBM_rasterpos_clip, 
980 21 JulFX
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
981 21 JulFX
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
982 21 JulFX
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
983 21 JulFX
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
984 21 JulFX
    GL_NV_fragment_program, GL_NV_fragment_program_option, 
985 21 JulFX
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, 
986 21 JulFX
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, 
987 21 JulFX
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
988 21 JulFX
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
989 21 JulFX
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
990 21 JulFX
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
991 21 JulFX
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
992 21 JulFX
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
993 21 JulFX
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
994 21 JulFX
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
995 21 JulFX
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
996 21 JulFX
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
997 21 JulFX
    GL_NV_texture_shader3, GL_NV_transform_feedback, GL_NV_vdpau_interop, 
998 21 JulFX
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
999 21 JulFX
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
1000 21 JulFX
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
1001 21 JulFX
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
1002 21 JulFX
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
1003 21 JulFX
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
1004 21 JulFX
    GL_SGIX_shadow, GL_SUN_slice_accum
1005 21 JulFX
OpenGL limits:
1006 21 JulFX
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1007 21 JulFX
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1008 21 JulFX
    GL_MAX_CLIP_PLANES = 6
1009 21 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
1010 21 JulFX
    GL_MAX_ELEMENTS_VERTICES = 1048576
1011 21 JulFX
    GL_MAX_ELEMENTS_INDICES = 1048576
1012 21 JulFX
    GL_MAX_EVAL_ORDER = 8
1013 21 JulFX
    GL_MAX_LIGHTS = 8
1014 21 JulFX
    GL_MAX_LIST_NESTING = 64
1015 21 JulFX
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1016 21 JulFX
    GL_MAX_NAME_STACK_DEPTH = 128
1017 21 JulFX
    GL_MAX_PIXEL_MAP_TABLE = 65536
1018 21 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 4
1019 21 JulFX
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1020 21 JulFX
    GL_MAX_TEXTURE_SIZE = 8192
1021 21 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 2048
1022 21 JulFX
    GL_MAX_VIEWPORT_DIMS = 8192, 8192
1023 21 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1024 21 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1025 21 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
1026 21 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
1027 21 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192
1028 21 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
1029 21 JulFX
    GL_MAX_TEXTURE_UNITS_ARB = 4
1030 21 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
1031 21 JulFX
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1032 21 JulFX
    GL_MAX_DRAW_BUFFERS_ARB = 8
1033 21 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
1034 21 JulFX
    GL_VERTEX_PROGRAM_ARB:
1035 21 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1036 21 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1037 21 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1038 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1039 21 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1040 21 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1041 21 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1042 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1043 21 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
1044 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
1045 21 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1046 21 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1047 21 JulFX
    GL_FRAGMENT_PROGRAM_ARB:
1048 21 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1049 21 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1050 21 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1051 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1052 21 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1053 21 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1054 21 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1055 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1056 21 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1057 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1058 21 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
1059 21 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1060 21 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1061 21 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1062 21 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1063 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1064 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1065 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1066 21 JulFX
    GL_VERTEX_SHADER_ARB:
1067 21 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1068 21 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 60
1069 21 JulFX
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1070 21 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1071 21 JulFX
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
1072 21 JulFX
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1073 21 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1074 21 JulFX
    GL_FRAGMENT_SHADER_ARB:
1075 21 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
1076 21 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1077 21 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1078 21 JulFX
</pre>
1079 21 JulFX
1080 16 JulFX
h3. GeForce GTX 470 | 256.35
1081 15 JulFX
1082 15 JulFX
<pre>
1083 15 JulFX
name of display: :0.0
1084 15 JulFX
display: :0  screen: 0
1085 15 JulFX
direct rendering: Yes
1086 14 Naush
server glx vendor string: NVIDIA Corporation
1087 14 Naush
server glx version string: 1.4
1088 14 Naush
server glx extensions:
1089 14 Naush
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1090 14 Naush
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1091 14 Naush
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1092 14 Naush
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1093 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
1094 14 Naush
client glx vendor string: NVIDIA Corporation
1095 14 Naush
client glx version string: 1.4
1096 14 Naush
client glx extensions:
1097 14 Naush
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
1098 14 Naush
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
1099 14 Naush
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1100 14 Naush
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
1101 14 Naush
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
1102 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
1103 14 Naush
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
1104 14 Naush
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
1105 14 Naush
    GLX_NV_video_capture
1106 14 Naush
GLX version: 1.4
1107 14 Naush
GLX extensions:
1108 14 Naush
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1109 14 Naush
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1110 14 Naush
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1111 14 Naush
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1112 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
1113 14 Naush
    GLX_ARB_get_proc_address
1114 14 Naush
OpenGL vendor string: NVIDIA Corporation
1115 14 Naush
OpenGL renderer string: GeForce GTX 470/PCI/SSE2
1116 14 Naush
OpenGL version string: 4.0.0 NVIDIA 256.35
1117 14 Naush
OpenGL shading language version string: 4.00 NVIDIA via Cg compiler
1118 14 Naush
OpenGL extensions:
1119 14 Naush
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
1120 14 Naush
    GL_ARB_compatibility, GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, 
1121 14 Naush
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
1122 14 Naush
    GL_ARB_draw_buffers_blend, GL_ARB_draw_indirect, 
1123 14 Naush
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
1124 14 Naush
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, 
1125 14 Naush
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
1126 14 Naush
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
1127 14 Naush
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, GL_ARB_gpu_shader5, 
1128 14 Naush
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
1129 14 Naush
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, 
1130 14 Naush
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
1131 14 Naush
    GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, 
1132 14 Naush
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
1133 14 Naush
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
1134 14 Naush
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
1135 14 Naush
    GL_ARB_shader_subroutine, GL_ARB_shading_language_100, GL_ARB_shadow, 
1136 14 Naush
    GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_border_clamp, 
1137 14 Naush
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
1138 14 Naush
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
1139 14 Naush
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
1140 14 Naush
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
1141 14 Naush
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1142 14 Naush
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
1143 14 Naush
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
1144 14 Naush
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_lod, 
1145 14 Naush
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
1146 14 Naush
    GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
1147 14 Naush
    GL_ARB_transform_feedback3, GL_ARB_transpose_matrix, 
1148 14 Naush
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
1149 6 zikzak
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
1150 6 zikzak
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
1151 6 zikzak
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_draw_buffers, 
1152 6 zikzak
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_S3_s3tc, 
1153 6 zikzak
    GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra, 
1154 6 zikzak
    GL_EXT_bindable_uniform, GL_EXT_blend_color, 
1155 6 zikzak
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1156 6 zikzak
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
1157 6 zikzak
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
1158 6 zikzak
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
1159 6 zikzak
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
1160 6 zikzak
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
1161 6 zikzak
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
1162 6 zikzak
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
1163 6 zikzak
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
1164 6 zikzak
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
1165 6 zikzak
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1166 6 zikzak
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
1167 6 zikzak
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_store, 
1168 6 zikzak
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
1169 6 zikzak
    GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
1170 6 zikzak
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
1171 6 zikzak
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
1172 6 zikzak
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
1173 6 zikzak
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1174 6 zikzak
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
1175 6 zikzak
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
1176 6 zikzak
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
1177 6 zikzak
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2, 
1178 6 zikzak
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit, 
1179 6 zikzak
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
1180 6 zikzak
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render, 
1181 6 zikzak
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
1182 6 zikzak
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence, 
1183 6 zikzak
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, 
1184 6 zikzak
    GL_NV_fragment_program_option, GL_NV_fragment_program2, 
1185 6 zikzak
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
1186 6 zikzak
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
1187 6 zikzak
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
1188 1 kervala
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
1189 1 kervala
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
1190 6 zikzak
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
1191 1 kervala
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
1192 1 kervala
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
1193 1 kervala
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
1194 1 kervala
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
1195 6 zikzak
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
1196 6 zikzak
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
1197 6 zikzak
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
1198 6 zikzak
    GL_NV_texture_shader3, GL_NV_transform_feedback, 
1199 6 zikzak
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
1200 6 zikzak
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
1201 6 zikzak
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
1202 6 zikzak
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
1203 6 zikzak
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
1204 6 zikzak
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
1205 6 zikzak
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
1206 6 zikzak
    GL_SGIX_shadow, GL_SUN_slice_accum
1207 6 zikzak
OpenGL limits:
1208 6 zikzak
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1209 6 zikzak
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1210 6 zikzak
    GL_MAX_CLIP_PLANES = 6
1211 6 zikzak
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
1212 6 zikzak
    GL_MAX_ELEMENTS_VERTICES = 1048576
1213 6 zikzak
    GL_MAX_ELEMENTS_INDICES = 1048576
1214 6 zikzak
    GL_MAX_EVAL_ORDER = 8
1215 6 zikzak
    GL_MAX_LIGHTS = 8
1216 6 zikzak
    GL_MAX_LIST_NESTING = 64
1217 6 zikzak
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1218 6 zikzak
    GL_MAX_NAME_STACK_DEPTH = 128
1219 6 zikzak
    GL_MAX_PIXEL_MAP_TABLE = 65536
1220 6 zikzak
    GL_MAX_PROJECTION_STACK_DEPTH = 4
1221 6 zikzak
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1222 6 zikzak
    GL_MAX_TEXTURE_SIZE = 16384
1223 6 zikzak
    GL_MAX_3D_TEXTURE_SIZE = 2048
1224 6 zikzak
    GL_MAX_VIEWPORT_DIMS = 16384, 16384
1225 6 zikzak
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1226 6 zikzak
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1227 6 zikzak
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
1228 6 zikzak
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
1229 6 zikzak
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 16384
1230 6 zikzak
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
1231 7 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 4
1232 7 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
1233 7 kervala
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1234 11 kerozcak
    GL_MAX_DRAW_BUFFERS_ARB = 8
1235 11 kerozcak
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
1236 11 kerozcak
    GL_VERTEX_PROGRAM_ARB:
1237 11 kerozcak
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1238 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1239 11 kerozcak
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1240 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1241 11 kerozcak
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1242 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1243 11 kerozcak
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1244 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1245 11 kerozcak
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
1246 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
1247 11 kerozcak
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1248 11 kerozcak
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1249 11 kerozcak
    GL_FRAGMENT_PROGRAM_ARB:
1250 11 kerozcak
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1251 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1252 11 kerozcak
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1253 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1254 11 kerozcak
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1255 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1256 11 kerozcak
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1257 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1258 11 kerozcak
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1259 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1260 11 kerozcak
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
1261 11 kerozcak
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1262 11 kerozcak
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1263 11 kerozcak
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1264 11 kerozcak
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1265 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1266 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1267 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1268 11 kerozcak
    GL_VERTEX_SHADER_ARB:
1269 11 kerozcak
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1270 11 kerozcak
        GL_MAX_VARYING_FLOATS_ARB = 60
1271 11 kerozcak
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1272 11 kerozcak
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1273 11 kerozcak
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
1274 11 kerozcak
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1275 11 kerozcak
        GL_MAX_TEXTURE_COORDS_ARB = 8
1276 11 kerozcak
    GL_FRAGMENT_SHADER_ARB:
1277 11 kerozcak
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
1278 11 kerozcak
        GL_MAX_TEXTURE_COORDS_ARB = 8
1279 11 kerozcak
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1280 11 kerozcak
1281 11 kerozcak
</pre>
1282 11 kerozcak
1283 11 kerozcak
h3. ION | 195.36
1284 11 kerozcak
1285 11 kerozcak
<pre>
1286 11 kerozcak
name of display: :0.0
1287 11 kerozcak
display: :0  screen: 0
1288 11 kerozcak
direct rendering: Yes
1289 11 kerozcak
server glx vendor string: NVIDIA Corporation
1290 11 kerozcak
server glx version string: 1.4
1291 11 kerozcak
server glx extensions:
1292 11 kerozcak
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1293 11 kerozcak
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1294 11 kerozcak
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1295 11 kerozcak
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1296 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
1297 11 kerozcak
client glx vendor string: NVIDIA Corporation
1298 11 kerozcak
client glx version string: 1.4
1299 11 kerozcak
client glx extensions:
1300 11 kerozcak
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
1301 11 kerozcak
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
1302 11 kerozcak
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1303 11 kerozcak
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
1304 11 kerozcak
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
1305 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
1306 11 kerozcak
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
1307 11 kerozcak
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
1308 11 kerozcak
    GLX_NV_video_capture
1309 11 kerozcak
GLX version: 1.4
1310 11 kerozcak
GLX extensions:
1311 11 kerozcak
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1312 11 kerozcak
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1313 11 kerozcak
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1314 11 kerozcak
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1315 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
1316 11 kerozcak
    GLX_ARB_get_proc_address
1317 11 kerozcak
OpenGL vendor string: NVIDIA Corporation
1318 11 kerozcak
OpenGL renderer string: ION/PCI/SSE2
1319 11 kerozcak
OpenGL version string: 3.2.0 NVIDIA 195.36.15
1320 11 kerozcak
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
1321 11 kerozcak
OpenGL extensions:
1322 11 kerozcak
    GL_ARB_color_buffer_float, GL_ARB_compatibility, GL_ARB_copy_buffer, 
1323 11 kerozcak
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
1324 11 kerozcak
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
1325 11 kerozcak
    GL_ARB_draw_instanced, GL_ARB_fragment_coord_conventions, 
1326 11 kerozcak
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
1327 11 kerozcak
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
1328 11 kerozcak
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, GL_ARB_half_float_pixel, 
1329 11 kerozcak
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, 
1330 11 kerozcak
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
1331 11 kerozcak
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
1332 11 kerozcak
    GL_ARB_provoking_vertex, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, 
1333 11 kerozcak
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
1334 11 kerozcak
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
1335 11 kerozcak
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
1336 11 kerozcak
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
1337 11 kerozcak
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1338 11 kerozcak
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
1339 11 kerozcak
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
1340 11 kerozcak
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
1341 11 kerozcak
    GL_ARB_texture_rg, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
1342 11 kerozcak
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
1343 11 kerozcak
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
1344 11 kerozcak
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
1345 11 kerozcak
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
1346 11 kerozcak
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
1347 11 kerozcak
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1348 11 kerozcak
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
1349 7 kervala
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
1350 7 kervala
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
1351 7 kervala
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
1352 9 kervala
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
1353 9 kervala
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
1354 9 kervala
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
1355 9 kervala
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
1356 9 kervala
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
1357 9 kervala
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1358 9 kervala
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
1359 9 kervala
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
1360 9 kervala
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
1361 9 kervala
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
1362 9 kervala
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
1363 9 kervala
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
1364 9 kervala
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
1365 9 kervala
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1366 9 kervala
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
1367 9 kervala
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
1368 9 kervala
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
1369 9 kervala
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2, 
1370 1 kervala
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_rasterpos_clip, 
1371 1 kervala
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
1372 9 kervala
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
1373 9 kervala
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
1374 9 kervala
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
1375 9 kervala
    GL_NV_fragment_program, GL_NV_fragment_program_option, 
1376 9 kervala
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, 
1377 9 kervala
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, 
1378 9 kervala
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
1379 9 kervala
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
1380 9 kervala
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
1381 9 kervala
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
1382 9 kervala
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
1383 9 kervala
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
1384 9 kervala
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
1385 9 kervala
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
1386 9 kervala
    GL_NV_texture_expand_normal, GL_NV_texture_rectangle, 
1387 9 kervala
    GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3, 
1388 9 kervala
    GL_NV_transform_feedback, GL_NV_transform_feedback2, 
1389 9 kervala
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
1390 9 kervala
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
1391 9 kervala
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
1392 9 kervala
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
1393 9 kervala
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
1394 9 kervala
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
1395 9 kervala
    GL_SGIX_shadow, GL_SUN_slice_accum
1396 9 kervala
OpenGL limits:
1397 9 kervala
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1398 9 kervala
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1399 9 kervala
    GL_MAX_CLIP_PLANES = 6
1400 9 kervala
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
1401 9 kervala
    GL_MAX_ELEMENTS_VERTICES = 1048576
1402 1 kervala
    GL_MAX_ELEMENTS_INDICES = 1048576
1403 9 kervala
    GL_MAX_EVAL_ORDER = 8
1404 9 kervala
    GL_MAX_LIGHTS = 8
1405 9 kervala
    GL_MAX_LIST_NESTING = 64
1406 9 kervala
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1407 9 kervala
    GL_MAX_NAME_STACK_DEPTH = 128
1408 9 kervala
    GL_MAX_PIXEL_MAP_TABLE = 65536
1409 9 kervala
    GL_MAX_PROJECTION_STACK_DEPTH = 4
1410 9 kervala
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1411 9 kervala
    GL_MAX_TEXTURE_SIZE = 8192
1412 9 kervala
    GL_MAX_3D_TEXTURE_SIZE = 2048
1413 9 kervala
    GL_MAX_VIEWPORT_DIMS = 8192, 8192
1414 9 kervala
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1415 9 kervala
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1416 9 kervala
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
1417 9 kervala
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
1418 9 kervala
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192
1419 9 kervala
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
1420 9 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 4
1421 9 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
1422 9 kervala
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1423 9 kervala
    GL_MAX_DRAW_BUFFERS_ARB = 8
1424 9 kervala
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
1425 9 kervala
    GL_VERTEX_PROGRAM_ARB:
1426 9 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1427 9 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1428 9 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1429 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1430 9 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1431 9 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1432 9 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1433 9 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1434 9 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
1435 9 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
1436 9 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1437 9 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1438 9 kervala
    GL_FRAGMENT_PROGRAM_ARB:
1439 9 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1440 9 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1441 9 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1442 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1443 9 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1444 9 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1445 9 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1446 9 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1447 9 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1448 9 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1449 9 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
1450 9 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1451 9 kervala
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1452 9 kervala
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1453 9 kervala
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1454 9 kervala
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1455 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1456 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1457 9 kervala
    GL_VERTEX_SHADER_ARB:
1458 9 kervala
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1459 9 kervala
        GL_MAX_VARYING_FLOATS_ARB = 60
1460 9 kervala
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1461 9 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1462 9 kervala
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
1463 9 kervala
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1464 7 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
1465 7 kervala
    GL_FRAGMENT_SHADER_ARB:
1466 7 kervala
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
1467 7 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
1468 7 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1469 7 kervala
1470 7 kervala
84 GLX Visuals
1471 7 kervala
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
1472 7 kervala
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
1473 7 kervala
----------------------------------------------------------------------
1474 7 kervala
0x21 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1475 7 kervala
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1476 7 kervala
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1477 7 kervala
0x25 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1478 7 kervala
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1479 7 kervala
0x27 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1480 7 kervala
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1481 7 kervala
0x29 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1482 7 kervala
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1483 7 kervala
0x2b 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1484 7 kervala
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1485 7 kervala
0x2d 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1486 7 kervala
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1487 7 kervala
0x2f 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1488 7 kervala
0x30 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1489 7 kervala
0x31 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1490 7 kervala
0x32 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1491 7 kervala
0x33 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1492 7 kervala
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1493 7 kervala
0x35 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1494 7 kervala
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1495 7 kervala
0x37 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1496 7 kervala
0x38 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1497 8 JulFX
0x39 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1498 8 JulFX
0x3a 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1499 8 JulFX
0x3b 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1500 8 JulFX
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1501 8 JulFX
0x3d 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1502 8 JulFX
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1503 8 JulFX
0x3f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1504 8 JulFX
0x40 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1505 8 JulFX
0x41 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1506 8 JulFX
0x42 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1507 8 JulFX
0x43 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1508 1 kervala
0x44 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1509 8 JulFX
0x45 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1510 8 JulFX
0x46 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1511 8 JulFX
0x47 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1512 8 JulFX
0x48 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1513 8 JulFX
0x49 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1514 8 JulFX
0x4a 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1515 8 JulFX
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1516 8 JulFX
0x4c 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1517 8 JulFX
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1518 8 JulFX
0x4e 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1519 8 JulFX
0x4f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1520 8 JulFX
0x50 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1521 8 JulFX
0x51 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1522 8 JulFX
0x52 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1523 8 JulFX
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1524 8 JulFX
0x54 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1525 8 JulFX
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1526 8 JulFX
0x56 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1527 8 JulFX
0x57 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1528 8 JulFX
0x58 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1529 8 JulFX
0x59 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1530 8 JulFX
0x23 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1531 8 JulFX
0x5a 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1532 8 JulFX
0x5b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1533 8 JulFX
0x5c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1534 8 JulFX
0x5d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1535 8 JulFX
0x5e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1536 8 JulFX
0x5f 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1537 8 JulFX
0x60 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1538 8 JulFX
0x61 32 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1539 8 JulFX
0x62 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1540 8 JulFX
0x63 32 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1541 8 JulFX
0x64 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1542 8 JulFX
0x65 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1543 8 JulFX
0x66 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1544 8 JulFX
0x67 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1545 8 JulFX
0x68 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1546 8 JulFX
0x69 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1547 8 JulFX
0x6a 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1548 8 JulFX
0x6b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1549 8 JulFX
0x6c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1550 8 JulFX
0x6d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1551 8 JulFX
0x6e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1552 8 JulFX
0x6f 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1553 8 JulFX
0x70 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1554 8 JulFX
0x71 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1555 8 JulFX
0x72 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1556 8 JulFX
0x73 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1557 8 JulFX
0x74 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1558 8 JulFX
1559 8 JulFX
167 GLXFBConfigs:
1560 8 JulFX
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
1561 8 JulFX
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
1562 8 JulFX
----------------------------------------------------------------------
1563 8 JulFX
0x75  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1564 8 JulFX
0x76  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1565 8 JulFX
0x77  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1566 8 JulFX
0x78  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1567 8 JulFX
0x79  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1568 8 JulFX
0x7a  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1569 1 kervala
0x7b  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1570 1 kervala
0x7c  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1571 1 kervala
0x7d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1572 1 kervala
0x7e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1573 1 kervala
0x7f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1574 1 kervala
0x80  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1575 1 kervala
0x81  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1576 1 kervala
0x82  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1577 8 JulFX
0x83  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1578 8 JulFX
0x84  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1579 8 JulFX
0x85  0 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1580 8 JulFX
0x86  0 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1581 8 JulFX
0x87  0 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1582 8 JulFX
0x88  0 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1583 8 JulFX
0x89  0 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1584 8 JulFX
0x8a  0 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1585 8 JulFX
0x8b  0 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1586 8 JulFX
0x8c  0 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1587 8 JulFX
0x8d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1588 8 JulFX
0x8e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1589 8 JulFX
0x8f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1590 8 JulFX
0x90  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1591 8 JulFX
0x91  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1592 8 JulFX
0x92  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1593 8 JulFX
0x93  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1594 8 JulFX
0x94  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1595 8 JulFX
0x95  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1596 8 JulFX
0x96  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1597 8 JulFX
0x97  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1598 8 JulFX
0x98  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1599 8 JulFX
0x99  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1600 8 JulFX
0x9a  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1601 8 JulFX
0x9b  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1602 8 JulFX
0x9c  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1603 8 JulFX
0x9d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1604 8 JulFX
0x9e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1605 8 JulFX
0x9f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1606 8 JulFX
0xa0  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1607 8 JulFX
0xa1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1608 8 JulFX
0xa2  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1609 8 JulFX
0xa3  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1610 8 JulFX
0xa4  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1611 8 JulFX
0xa5  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1612 8 JulFX
0xa6  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1613 8 JulFX
0xa7  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1614 8 JulFX
0xa8  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1615 8 JulFX
0xa9  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1616 8 JulFX
0xaa  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1617 1 kervala
0xab  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1618 1 kervala
0xac  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1619 8 JulFX
0xad  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1620 8 JulFX
0xae  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1621 8 JulFX
0xaf  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
1622 8 JulFX
0xb0  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
1623 8 JulFX
0xb1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1624 8 JulFX
0xb2  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1625 8 JulFX
0xb3  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
1626 8 JulFX
0xb4  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
1627 8 JulFX
0xb5  0 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1628 8 JulFX
0xb6  0 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1629 8 JulFX
0xb7  0 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
1630 8 JulFX
0xb8  0 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
1631 8 JulFX
0xb9  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1632 8 JulFX
0xba  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1633 8 JulFX
0xbb  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1634 8 JulFX
0xbc  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1635 8 JulFX
0xbd  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
1636 8 JulFX
0xbe  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
1637 8 JulFX
0xbf  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
1638 8 JulFX
0xc0  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
1639 8 JulFX
0xc1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1640 8 JulFX
0xc2  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1641 8 JulFX
0xc3  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1642 8 JulFX
0xc4  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1643 8 JulFX
0xc5  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
1644 8 JulFX
0xc6  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
1645 8 JulFX
0xc7  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
1646 8 JulFX
0xc8  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
1647 8 JulFX
0xc9  0 sg  0 16  0 r  y  .  5  6  5  0  4 16  0 16 16 16 16  0 0 None
1648 8 JulFX
0xca  0 sg  0 16  0 r  .  .  5  6  5  0  4 16  0 16 16 16 16  0 0 None
1649 8 JulFX
0xcb  0 sg  0 16  0 r  y  .  5  6  5  0  4 24  0 16 16 16 16  0 0 None
1650 8 JulFX
0xcc  0 sg  0 16  0 r  .  .  5  6  5  0  4 24  0 16 16 16 16  0 0 None
1651 8 JulFX
0xcd  0 sg  0 16  0 r  y  .  5  6  5  0  4 24  8 16 16 16 16  0 0 None
1652 8 JulFX
0xce  0 sg  0 16  0 r  .  .  5  6  5  0  4 24  8 16 16 16 16  0 0 None
1653 8 JulFX
0xcf  0 sg  0 16  0 r  y  .  5  6  5  0  4  0  0 16 16 16 16  0 0 None
1654 8 JulFX
0xd0  0 sg  0 16  0 r  .  .  5  6  5  0  4  0  0 16 16 16 16  0 0 None
1655 8 JulFX
0xd1  0 sg  0  0  0 r  .  .  0  0  0  0  4 16  0 16 16 16 16  0 0 None
1656 8 JulFX
0xd2  0 sg  0  0  0 r  .  .  0  0  0  0  4 24  0 16 16 16 16  0 0 None
1657 8 JulFX
0xd3  0 sg  0  0  0 r  .  .  0  0  0  0  4 24  8 16 16 16 16  0 0 None
1658 8 JulFX
0xd4  0 sg  0 32  0 r  .  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
1659 8 JulFX
0xd5  0 sg  0 32  0    .  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
1660 8 JulFX
0xd6  0 sg  0 32  0 r  y  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
1661 8 JulFX
0xd7  0 sg  0 32  0    y  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
1662 8 JulFX
0xd8  0 sg  0 32  0 r  .  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
1663 8 JulFX
0xd9  0 sg  0 32  0    .  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
1664 8 JulFX
0xda  0 sg  0 32  0 r  y  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
1665 8 JulFX
0xdb  0 sg  0 32  0    y  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
1666 8 JulFX
0xdc  0 sg  0 64  0 r  .  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
1667 8 JulFX
0xdd  0 sg  0 64  0    .  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
1668 8 JulFX
0xde  0 sg  0 64  0 r  y  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
1669 8 JulFX
0xdf  0 sg  0 64  0    y  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
1670 8 JulFX
0xe0  0 sg  0 128  0 r  .  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
1671 8 JulFX
0xe1  0 sg  0 128  0    .  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
1672 8 JulFX
0xe2  0 sg  0 128  0 r  y  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
1673 8 JulFX
0xe3  0 sg  0 128  0    y  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
1674 8 JulFX
0xe4  0 sg  0 32  0 r  .  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
1675 8 JulFX
0xe5  0 sg  0 32  0    .  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
1676 8 JulFX
0xe6  0 sg  0 32  0 r  y  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
1677 8 JulFX
0xe7  0 sg  0 32  0    y  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
1678 8 JulFX
0xe8  0 sg  0 32  0 r  .  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
1679 8 JulFX
0xe9  0 sg  0 32  0    .  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
1680 8 JulFX
0xea  0 sg  0 32  0 r  y  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
1681 8 JulFX
0xeb  0 sg  0 32  0    y  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
1682 8 JulFX
0xec  0 sg  0 32  0 r  .  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
1683 8 JulFX
0xed  0 sg  0 32  0    .  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
1684 8 JulFX
0xee  0 sg  0 32  0 r  y  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
1685 8 JulFX
0xef  0 sg  0 32  0    y  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
1686 8 JulFX
0xf0  0 sg  0 32  0 r  .  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
1687 8 JulFX
0xf1  0 sg  0 32  0    .  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
1688 8 JulFX
0xf2  0 sg  0 32  0 r  y  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
1689 8 JulFX
0xf3  0 sg  0 32  0    y  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
1690 8 JulFX
0xf4  0 sg  0 64  0 r  .  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
1691 8 JulFX
0xf5  0 sg  0 64  0    .  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
1692 8 JulFX
0xf6  0 sg  0 64  0 r  y  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
1693 8 JulFX
0xf7  0 sg  0 64  0    y  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
1694 8 JulFX
0xf8  0 sg  0 64  0 r  .  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
1695 8 JulFX
0xf9  0 sg  0 64  0    .  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
1696 8 JulFX
0xfa  0 sg  0 64  0 r  y  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
1697 12 aquiles
0xfb  0 sg  0 64  0    y  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
1698 12 aquiles
0xfc  0 sg  0 128  0 r  .  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
1699 12 aquiles
0xfd  0 sg  0 128  0    .  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
1700 12 aquiles
0xfe  0 sg  0 128  0 r  y  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
1701 12 aquiles
0xff  0 sg  0 128  0    y  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
1702 12 aquiles
0x100  0 sg  0 128  0 r  .  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
1703 12 aquiles
0x101  0 sg  0 128  0    .  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
1704 12 aquiles
0x102  0 sg  0 128  0 r  y  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
1705 12 aquiles
0x103  0 sg  0 128  0    y  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
1706 12 aquiles
0x104  0 sg  0 16  0 r  .  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
1707 12 aquiles
0x105  0 sg  0 16  0    .  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
1708 12 aquiles
0x106  0 sg  0 16  0 r  y  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
1709 12 aquiles
0x107  0 sg  0 16  0    y  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
1710 12 aquiles
0x108  0 sg  0 64  0 r  .  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
1711 12 aquiles
0x109  0 sg  0 64  0    .  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
1712 12 aquiles
0x10a  0 sg  0 64  0 r  y  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
1713 12 aquiles
0x10b  0 sg  0 64  0    y  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
1714 12 aquiles
0x10c  0 sg  0 16  0 r  .  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
1715 12 aquiles
0x10d  0 sg  0 16  0    .  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
1716 12 aquiles
0x10e  0 sg  0 16  0 r  y  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
1717 12 aquiles
0x10f  0 sg  0 16  0    y  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
1718 12 aquiles
0x110  0 sg  0 16  0 r  .  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
1719 12 aquiles
0x111  0 sg  0 16  0    .  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
1720 12 aquiles
0x112  0 sg  0 16  0 r  y  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
1721 12 aquiles
0x113  0 sg  0 16  0    y  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
1722 12 aquiles
0x114  0 sg  0 64  0 r  .  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
1723 12 aquiles
0x115  0 sg  0 64  0    .  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
1724 12 aquiles
0x116  0 sg  0 64  0 r  y  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
1725 12 aquiles
0x117  0 sg  0 64  0    y  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
1726 12 aquiles
0x118  0 sg  0 64  0 r  .  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
1727 12 aquiles
0x119  0 sg  0 64  0    .  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
1728 12 aquiles
0x11a  0 sg  0 64  0 r  y  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
1729 12 aquiles
0x11b  0 sg  0 64  0    y  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
1730 12 aquiles
</pre>
1731 12 aquiles
1732 15 JulFX
h1. MacOS
1733 12 aquiles
1734 18 rti
http://homepage.mac.com/arekkusu/bugs/GLInfo.html
1735 18 rti
1736 15 JulFX
h2. ATI
1737 12 aquiles
1738 15 JulFX
(empty)
1739 12 aquiles
1740 12 aquiles
1741 15 JulFX
h2. Intel
1742 12 aquiles
1743 15 JulFX
(empty)
1744 12 aquiles
1745 12 aquiles
1746 15 JulFX
h2. NVidia
1747 12 aquiles
1748 19 rti
h3. NVIDIA GeForce GT 330M (MacBookPro6,2)
1749 19 rti
1750 19 rti
<pre>
1751 19 rti
Renderer: NVIDIA GeForce GT 330M OpenGL Engine

1752 19 rti
Vendor: NVIDIA Corporation

1753 19 rti
Memory: 512 MB

1754 19 rti
Version: 2.1 NVIDIA-1.6.18

1755 19 rti
Shading language version: 1.20



1756 19 rti
Max texture size: 8192 x 8192

1757 19 rti
Max texture coordinates: 8

1758 19 rti
Max vertex texture image units: 16

1759 19 rti
Max texture image units: 16

1760 19 rti
Max geometry texture units: 16

1761 19 rti
Max anisotropic filtering value: 16

1762 19 rti
Max number of light sources: 8

1763 19 rti
Max viewport size: 8192 x 8192

1764 19 rti
Max uniform vertex components: 4096

1765 19 rti
Max uniform fragment components: 4096

1766 19 rti
Max geometry uniform components: 2048

1767 19 rti
Max varying floats: 60

1768 19 rti
Max samples: 0

1769 19 rti
Max draw buffers: 8



1770 19 rti
Extensions: 122


1771 19 rti
GL_APPLE_aux_depth_stencil
1772 19 rti
GL_APPLE_client_storage
1773 19 rti
GL_APPLE_element_array
1774 19 rti
GL_APPLE_fence
1775 19 rti
GL_APPLE_float_pixels
1776 19 rti
GL_APPLE_flush_buffer_range
1777 19 rti
GL_APPLE_flush_render
1778 19 rti
GL_APPLE_object_purgeable
1779 19 rti
GL_APPLE_packed_pixels
1780 19 rti
GL_APPLE_pixel_buffer
1781 19 rti
GL_APPLE_rgb_422
1782 19 rti
GL_APPLE_specular_vector
1783 19 rti
GL_APPLE_texture_range
1784 19 rti
GL_APPLE_transform_hint
1785 19 rti
GL_APPLE_vertex_array_object
1786 19 rti
GL_APPLE_vertex_array_range
1787 19 rti
GL_APPLE_vertex_program_evaluators
1788 19 rti
GL_APPLE_ycbcr_422
1789 19 rti
GL_ARB_color_buffer_float
1790 19 rti
GL_ARB_depth_buffer_float
1791 19 rti
GL_ARB_depth_texture
1792 19 rti
GL_ARB_draw_buffers
1793 19 rti
GL_ARB_fragment_program
1794 19 rti
GL_ARB_fragment_program_shadow
1795 19 rti
GL_ARB_fragment_shader
1796 19 rti
GL_ARB_framebuffer_object
1797 19 rti
GL_ARB_half_float_pixel
1798 19 rti
GL_ARB_half_float_vertex
1799 19 rti
GL_ARB_imaging
1800 19 rti
GL_ARB_instanced_arrays
1801 19 rti
GL_ARB_multisample
1802 19 rti
GL_ARB_multitexture
1803 19 rti
GL_ARB_occlusion_query
1804 19 rti
GL_ARB_pixel_buffer_object
1805 19 rti
GL_ARB_point_parameters
1806 19 rti
GL_ARB_point_sprite
1807 19 rti
GL_ARB_shader_objects
1808 19 rti
GL_ARB_shader_texture_lod
1809 19 rti
GL_ARB_shading_language_100
1810 19 rti
GL_ARB_shadow
1811 19 rti
GL_ARB_texture_border_clamp
1812 19 rti
GL_ARB_texture_compression
1813 19 rti
GL_ARB_texture_compression_rgtc
1814 19 rti
GL_ARB_texture_cube_map
1815 19 rti
GL_ARB_texture_env_add
1816 19 rti
GL_ARB_texture_env_combine
1817 19 rti
GL_ARB_texture_env_crossbar
1818 19 rti
GL_ARB_texture_env_dot3
1819 19 rti
GL_ARB_texture_float
1820 19 rti
GL_ARB_texture_mirrored_repeat
1821 19 rti
GL_ARB_texture_non_power_of_two
1822 19 rti
GL_ARB_texture_rectangle
1823 19 rti
GL_ARB_texture_rg
1824 19 rti
GL_ARB_transpose_matrix
1825 19 rti
GL_ARB_vertex_blend
1826 19 rti
GL_ARB_vertex_buffer_object
1827 19 rti
GL_ARB_vertex_program
1828 19 rti
GL_ARB_vertex_shader
1829 19 rti
GL_ARB_window_pos
1830 19 rti
GL_ATI_separate_stencil
1831 19 rti
GL_ATI_texture_env_combine3
1832 19 rti
GL_ATI_texture_float
1833 19 rti
GL_ATI_texture_mirror_once
1834 19 rti
GL_EXT_abgr
1835 19 rti
GL_EXT_bgra
1836 19 rti
GL_EXT_bindable_uniform
1837 19 rti
GL_EXT_blend_color
1838 19 rti
GL_EXT_blend_equation_separate
1839 19 rti
GL_EXT_blend_func_separate
1840 19 rti
GL_EXT_blend_minmax
1841 19 rti
GL_EXT_blend_subtract
1842 19 rti
GL_EXT_clip_volume_hint
1843 19 rti
GL_EXT_compiled_vertex_array
1844 19 rti
GL_EXT_depth_bounds_test
1845 19 rti
GL_EXT_draw_buffers2
1846 19 rti
GL_EXT_draw_range_elements
1847 19 rti
GL_EXT_fog_coord
1848 19 rti
GL_EXT_framebuffer_blit
1849 19 rti
GL_EXT_framebuffer_multisample
1850 19 rti
GL_EXT_framebuffer_object
1851 19 rti
GL_EXT_framebuffer_sRGB
1852 19 rti
GL_EXT_geometry_shader4
1853 19 rti
GL_EXT_gpu_program_parameters
1854 19 rti
GL_EXT_gpu_shader4
1855 19 rti
GL_EXT_multi_draw_arrays
1856 19 rti
GL_EXT_packed_depth_stencil
1857 19 rti
GL_EXT_packed_float
1858 19 rti
GL_EXT_provoking_vertex
1859 19 rti
GL_EXT_rescale_normal
1860 19 rti
GL_EXT_secondary_color
1861 19 rti
GL_EXT_shadow_funcs
1862 19 rti
GL_EXT_stencil_two_side
1863 19 rti
GL_EXT_stencil_wrap
1864 19 rti
GL_EXT_texture_array
1865 19 rti
GL_EXT_texture_compression_dxt1
1866 19 rti
GL_EXT_texture_compression_s3tc
1867 19 rti
GL_EXT_texture_env_add
1868 19 rti
GL_EXT_texture_filter_anisotropic
1869 19 rti
GL_EXT_texture_integer
1870 19 rti
GL_EXT_texture_lod_bias
1871 19 rti
GL_EXT_texture_mirror_clamp
1872 19 rti
GL_EXT_texture_rectangle
1873 19 rti
GL_EXT_texture_shared_exponent
1874 19 rti
GL_EXT_texture_sRGB
1875 19 rti
GL_EXT_transform_feedback
1876 19 rti
GL_EXT_vertex_array_bgra
1877 19 rti
GL_IBM_rasterpos_clip
1878 19 rti
GL_NV_blend_square
1879 19 rti
GL_NV_conditional_render
1880 19 rti
GL_NV_depth_clamp
1881 19 rti
GL_NV_fog_distance
1882 19 rti
GL_NV_fragment_program2
1883 19 rti
GL_NV_fragment_program_option
1884 19 rti
GL_NV_light_max_exponent
1885 19 rti
GL_NV_multisample_filter_hint
1886 19 rti
GL_NV_point_sprite
1887 19 rti
GL_NV_texgen_reflection
1888 19 rti
GL_NV_vertex_program2_option
1889 19 rti
GL_NV_vertex_program3
1890 19 rti
GL_SGIS_generate_mipmap
1891 19 rti
GL_SGIS_texture_edge_clamp
1892 19 rti
GL_SGIS_texture_lod
1893 19 rti
1894 19 rti
Core features
1895 19 rti
v1.1 (100 % - 7/7)

1896 19 rti
v1.2 (100 % - 8/8)

1897 19 rti
v1.3 (100 % - 9/9)

1898 19 rti
v1.4 (100 % - 15/15)

1899 19 rti
v1.5 (100 % - 3/3)

1900 19 rti
v2.0 (100 % - 10/10)

1901 19 rti
v2.1 (100 % - 3/3)

1902 19 rti
v3.0 (95 % - 22/23)

1903 19 rti
v3.1 (12 % - 1/8)

1904 19 rti
v3.2 (33 % - 3/9)

1905 19 rti
v3.3 (0 % - 0/9)

1906 19 rti
v4.0 (0 % - 0/13)

1907 19 rti
v4.1 (0 % - 0/8)

1908 19 rti
1909 19 rti
OpenGL driver version check (Current: 2.1 NVIDIA-1.6.18, Latest known: 2.1 NVIDIA-1.6.16):
Latest version of display drivers found
According the database, you are running the latest display drivers for your video card.

1910 19 rti
Compiled vertex array support
This feature improves OpenGL performance by using video memory to cache transformed vertices.

1911 19 rti
Multitexture support
This feature accelerates complex rendering such as lightmaps or environment mapping.

1912 19 rti
Secondary color support
This feature provides an alternate method of coloring specular highlights on polygons.

1913 19 rti
S3TC compression support
This feature improves texture mapping performance in some applications by using lossy compression.

1914 19 rti
Vertex array range support
This feature improves performance in some applications by using AGP for dynamic vertex transformation.

1915 19 rti
Texture edge clamp support
This feature improves texturing quality by adding clamping control to edge texel filtering.

1916 19 rti
Vertex program support
This feature enables a wide variety of effects via flexible vertex programming (equivalent to DX8 Vertex Shader.)

1917 19 rti
Fragment program support
This feature enables a wide variety of effects via per pixel programming (equivalent to DX9 Pixel Shader.)

1918 19 rti
Texture anisotropic filtering support
This feature improves the quality of texture mapping on oblique surfaces.

1919 19 rti
Occlusion test support
This feature provides hardware accelerated culling for objects.

1920 19 rti
Point sprite support
This feature improves performance in some particle systems.

1921 19 rti
OpenGL Shading Language support
This feature enables high level shading language for shaders.

1922 19 rti
Frame buffer object support
This feature enables render to texture functionality.

1923 19 rti
</pre>
1924 12 aquiles
1925 15 JulFX
h1. Windows
1926 12 aquiles
1927 15 JulFX
h2. ATI
1928 15 JulFX
1929 15 JulFX
h3. Radeon HD5670 G512P Sapphire (LRT) 512MB HDMI/DVI | Catalyst 10.10
1930 15 JulFX
1931 12 aquiles
<pre>
1932 12 aquiles
Renderer: ATI Radeon HD 5600 Series
1933 12 aquiles
Vendor: ATI Technologies Inc.
1934 12 aquiles
Memory: 512 MB
1935 12 aquiles
Version: 4.0.10243 Core Profile Forward-Compatible Context
1936 12 aquiles
Shading language version: 4.00
1937 12 aquiles
1938 12 aquiles
1939 12 aquiles
Max texture size: 16384 x 16384
1940 12 aquiles
Max texture coordinates: 0
1941 12 aquiles
Max vertex texture image units: 16
1942 12 aquiles
Max texture image units: 16
1943 12 aquiles
Max geometry texture units: 16
1944 12 aquiles
Max anisotropic filtering value: 16
1945 12 aquiles
Max viewport size: 16384 x 16384
1946 12 aquiles
Max uniform vertex components: 16384
1947 12 aquiles
Max uniform fragment components: 16384
1948 12 aquiles
Max geometry uniform components: 16384
1949 12 aquiles
Max varying floats: 64
1950 12 aquiles
Max samples: 8
1951 12 aquiles
Max draw buffers: 8
1952 12 aquiles
1953 12 aquiles
1954 12 aquiles
Extensions: 192
1955 12 aquiles
1956 12 aquiles
GL_AMD_conservative_depth
1957 12 aquiles
GL_AMD_debug_output
1958 12 aquiles
GL_AMD_draw_buffers_blend
1959 12 aquiles
GL_AMD_name_gen_delete
1960 12 aquiles
GL_AMD_performance_monitor
1961 12 aquiles
GL_AMD_sample_positions
1962 12 aquiles
GL_AMD_seamless_cubemap_per_texture
1963 12 aquiles
GL_AMD_shader_stencil_export
1964 12 aquiles
GL_AMD_texture_cube_map_array
1965 12 aquiles
GL_AMD_texture_texture4
1966 12 aquiles
GL_AMD_transform_feedback3_lines_triangles
1967 12 aquiles
GL_AMD_vertex_shader_tessellator
1968 12 aquiles
GL_AMDX_debug_output
1969 12 aquiles
GL_AMDX_vertex_shader_tessellator
1970 12 aquiles
GL_ARB_blend_func_extended
1971 12 aquiles
GL_ARB_color_buffer_float
1972 12 aquiles
GL_ARB_compatibility
1973 12 aquiles
GL_ARB_copy_buffer
1974 12 aquiles
GL_ARB_depth_buffer_float
1975 12 aquiles
GL_ARB_depth_clamp
1976 12 aquiles
GL_ARB_depth_texture
1977 12 aquiles
GL_ARB_draw_buffers
1978 12 aquiles
GL_ARB_draw_buffers_blend
1979 12 aquiles
GL_ARB_draw_elements_base_vertex
1980 12 aquiles
GL_ARB_draw_indirect
1981 12 aquiles
GL_ARB_draw_instanced
1982 12 aquiles
GL_ARB_explicit_attrib_location
1983 12 aquiles
GL_ARB_fragment_coord_conventions
1984 12 aquiles
GL_ARB_fragment_program
1985 12 aquiles
GL_ARB_fragment_program_shadow
1986 12 aquiles
GL_ARB_fragment_shader
1987 12 aquiles
GL_ARB_framebuffer_object
1988 12 aquiles
GL_ARB_framebuffer_sRGB
1989 12 aquiles
GL_ARB_geometry_shader4
1990 12 aquiles
GL_ARB_gpu_shader5
1991 12 aquiles
GL_ARB_gpu_shader_fp64
1992 12 aquiles
GL_ARB_half_float_pixel
1993 12 aquiles
GL_ARB_half_float_vertex
1994 12 aquiles
GL_ARB_instanced_arrays
1995 12 aquiles
GL_ARB_map_buffer_range
1996 12 aquiles
GL_ARB_multisample
1997 12 aquiles
GL_ARB_multitexture
1998 12 aquiles
GL_ARB_occlusion_query
1999 12 aquiles
GL_ARB_occlusion_query2
2000 12 aquiles
GL_ARB_pixel_buffer_object
2001 12 aquiles
GL_ARB_point_sprite
2002 12 aquiles
GL_ARB_provoking_vertex
2003 12 aquiles
GL_ARB_sample_shading
2004 12 aquiles
GL_ARB_sampler_objects
2005 12 aquiles
GL_ARB_seamless_cube_map
2006 12 aquiles
GL_ARB_shader_atomic_counters
2007 12 aquiles
GL_ARB_shader_bit_encoding
2008 12 aquiles
GL_ARB_shader_objects
2009 12 aquiles
GL_ARB_shader_subroutine
2010 12 aquiles
GL_ARB_shader_texture_lod
2011 12 aquiles
GL_ARB_shadow
2012 12 aquiles
GL_ARB_shadow_ambient
2013 12 aquiles
GL_ARB_sync
2014 12 aquiles
GL_ARB_tessellation_shader
2015 12 aquiles
GL_ARB_texture_border_clamp
2016 12 aquiles
GL_ARB_texture_buffer_object
2017 12 aquiles
GL_ARB_texture_compression
2018 12 aquiles
GL_ARB_texture_compression_rgtc
2019 12 aquiles
GL_ARB_texture_cube_map
2020 12 aquiles
GL_ARB_texture_cube_map_array
2021 12 aquiles
GL_ARB_texture_env_add
2022 12 aquiles
GL_ARB_texture_env_combine
2023 12 aquiles
GL_ARB_texture_env_crossbar
2024 12 aquiles
GL_ARB_texture_env_dot3
2025 12 aquiles
GL_ARB_texture_float
2026 12 aquiles
GL_ARB_texture_gather
2027 12 aquiles
GL_ARB_texture_mirrored_repeat
2028 12 aquiles
GL_ARB_texture_multisample
2029 12 aquiles
GL_ARB_texture_non_power_of_two
2030 12 aquiles
GL_ARB_texture_query_lod
2031 12 aquiles
GL_ARB_texture_rectangle
2032 12 aquiles
GL_ARB_texture_rg
2033 12 aquiles
GL_ARB_texture_rgb10_a2ui
2034 12 aquiles
GL_ARB_texture_snorm
2035 12 aquiles
GL_ARB_timer_query
2036 12 aquiles
GL_ARB_transform_feedback2
2037 12 aquiles
GL_ARB_transform_feedback3
2038 12 aquiles
GL_ARB_uniform_buffer_object
2039 12 aquiles
GL_ARB_vertex_array_bgra
2040 12 aquiles
GL_ARB_vertex_array_object
2041 12 aquiles
GL_ARB_vertex_buffer_object
2042 12 aquiles
GL_ARB_vertex_program
2043 12 aquiles
GL_ARB_vertex_shader
2044 12 aquiles
GL_ARB_vertex_type_2_10_10_10_rev
2045 12 aquiles
GL_ATI_draw_buffers
2046 12 aquiles
GL_ATI_envmap_bumpmap
2047 12 aquiles
GL_ATI_fragment_shader
2048 12 aquiles
GL_ATI_meminfo
2049 12 aquiles
GL_ATI_separate_stencil
2050 12 aquiles
GL_ATI_texture_compression_3dc
2051 12 aquiles
GL_ATI_texture_env_combine3
2052 12 aquiles
GL_ATI_texture_float
2053 12 aquiles
GL_ATI_texture_mirror_once
2054 12 aquiles
GL_EXT_abgr
2055 12 aquiles
GL_EXT_bgra
2056 12 aquiles
GL_EXT_bindable_uniform
2057 12 aquiles
GL_EXT_blend_color
2058 12 aquiles
GL_EXT_blend_equation_separate
2059 12 aquiles
GL_EXT_blend_func_separate
2060 12 aquiles
GL_EXT_blend_minmax
2061 12 aquiles
GL_EXT_blend_subtract
2062 12 aquiles
GL_EXT_copy_buffer
2063 12 aquiles
GL_EXT_copy_texture
2064 12 aquiles
GL_EXT_direct_state_access
2065 12 aquiles
GL_EXT_draw_buffers2
2066 12 aquiles
GL_EXT_draw_instanced
2067 12 aquiles
GL_EXT_draw_range_elements
2068 12 aquiles
GL_EXT_framebuffer_blit
2069 12 aquiles
GL_EXT_framebuffer_multisample
2070 12 aquiles
GL_EXT_framebuffer_object
2071 12 aquiles
GL_EXT_framebuffer_sRGB
2072 12 aquiles
GL_EXT_geometry_shader4
2073 12 aquiles
GL_EXT_gpu_program_parameters
2074 12 aquiles
GL_EXT_gpu_shader4
2075 12 aquiles
GL_EXT_multi_draw_arrays
2076 12 aquiles
GL_EXT_packed_depth_stencil
2077 12 aquiles
GL_EXT_packed_float
2078 12 aquiles
GL_EXT_packed_pixels
2079 12 aquiles
GL_EXT_pixel_buffer_object
2080 12 aquiles
GL_EXT_provoking_vertex
2081 12 aquiles
GL_EXT_shadow_funcs
2082 12 aquiles
GL_EXT_stencil_wrap
2083 12 aquiles
GL_EXT_subtexture
2084 12 aquiles
GL_EXT_texgen_reflection
2085 12 aquiles
GL_EXT_texture3D
2086 12 aquiles
GL_EXT_texture_array
2087 12 aquiles
GL_EXT_texture_buffer_object
2088 12 aquiles
GL_EXT_texture_buffer_object_rgb32
2089 12 aquiles
GL_EXT_texture_compression_bptc
2090 12 aquiles
GL_EXT_texture_compression_latc
2091 12 aquiles
GL_EXT_texture_compression_rgtc
2092 12 aquiles
GL_EXT_texture_compression_s3tc
2093 12 aquiles
GL_EXT_texture_cube_map
2094 12 aquiles
GL_EXT_texture_edge_clamp
2095 12 aquiles
GL_EXT_texture_env_add
2096 12 aquiles
GL_EXT_texture_env_combine
2097 12 aquiles
GL_EXT_texture_env_dot3
2098 12 aquiles
GL_EXT_texture_filter_anisotropic
2099 12 aquiles
GL_EXT_texture_integer
2100 12 aquiles
GL_EXT_texture_lod
2101 12 aquiles
GL_EXT_texture_lod_bias
2102 12 aquiles
GL_EXT_texture_mirror_clamp
2103 12 aquiles
GL_EXT_texture_object
2104 12 aquiles
GL_EXT_texture_rectangle
2105 12 aquiles
GL_EXT_texture_shared_exponent
2106 12 aquiles
GL_EXT_texture_snorm
2107 12 aquiles
GL_EXT_texture_sRGB
2108 12 aquiles
GL_EXT_texture_swizzle
2109 12 aquiles
GL_EXT_timer_query
2110 12 aquiles
GL_EXT_transform_feedback
2111 8 JulFX
GL_EXT_vertex_array_bgra
2112 13 Naush
GL_EXT_vertex_attrib_64bit
2113 13 Naush
GL_IBM_texture_mirrored_repeat
2114 13 Naush
GL_KTX_buffer_region
2115 13 Naush
GL_NV_blend_square
2116 13 Naush
GL_NV_conditional_render
2117 13 Naush
GL_NV_copy_depth_to_color
2118 13 Naush
GL_NV_explicit_multisample
2119 13 Naush
GL_NV_float_buffer
2120 13 Naush
GL_NV_half_float
2121 13 Naush
GL_NV_texgen_reflection
2122 13 Naush
GL_SGIS_generate_mipmap
2123 13 Naush
GL_SGIS_texture_edge_clamp
2124 13 Naush
GL_SGIS_texture_lod
2125 13 Naush
GL_SUN_multi_draw_arrays
2126 13 Naush
GL_WIN_swap_hint
2127 13 Naush
WGL_AMD_gpu_association
2128 13 Naush
WGL_AMDX_gpu_association
2129 13 Naush
WGL_ARB_buffer_region
2130 13 Naush
WGL_ARB_create_context
2131 13 Naush
WGL_ARB_create_context_profile
2132 13 Naush
WGL_ARB_extensions_string
2133 13 Naush
WGL_ARB_make_current_read
2134 13 Naush
WGL_ARB_multisample
2135 13 Naush
WGL_ARB_pbuffer
2136 13 Naush
WGL_ARB_pixel_format
2137 13 Naush
WGL_ARB_pixel_format_float
2138 13 Naush
WGL_ARB_render_texture
2139 13 Naush
WGL_ATI_pixel_format_float
2140 13 Naush
WGL_ATI_render_texture_rectangle
2141 13 Naush
WGL_EXT_extensions_string
2142 13 Naush
WGL_EXT_framebuffer_sRGB
2143 13 Naush
WGL_EXT_pixel_format_packed_float
2144 13 Naush
WGL_EXT_swap_control
2145 13 Naush
WGL_I3D_genlock
2146 13 Naush
WGL_NV_float_buffer
2147 13 Naush
WGL_NV_swap_group
2148 13 Naush
2149 13 Naush
Core features
2150 13 Naush
v1.1 (100 % - 7/7)
2151 13 Naush
v1.2 (100 % - 8/8)
2152 13 Naush
v1.3 (100 % - 9/9)
2153 13 Naush
v1.4 (100 % - 15/15)
2154 13 Naush
v1.5 (100 % - 3/3)
2155 13 Naush
v2.0 (100 % - 10/10)
2156 13 Naush
v2.1 (100 % - 3/3)
2157 13 Naush
v3.0 (100 % - 23/23)
2158 13 Naush
v3.1 (100 % - 8/8)
2159 13 Naush
v3.2 (100 % - 9/9)
2160 13 Naush
v3.3 (100 % - 9/9)
2161 13 Naush
v4.0 (100 % - 13/13)
2162 13 Naush
v4.1 (0 % - 0/8)
2163 13 Naush
2164 13 Naush
</pre>
2165 13 Naush
2166 17 JulFX
h3. Radeon HD4890 | Catalyst 10.10 Win7
2167 17 JulFX
2168 17 JulFX
<pre>
2169 17 JulFX
Rendereur: ATI Radeon HD 4800 Series           
2170 17 JulFX
Fournisseur: ATI Technologies Inc.
2171 17 JulFX
Mémoire: 1024 MO
2172 17 JulFX
Version: 3.3.10243 Core Profile Forward-Compatible Context
2173 17 JulFX
Version GLSL: 3.30                   
2174 17 JulFX
2175 17 JulFX
2176 17 JulFX
Max. taille texture 8192 x 8192
2177 17 JulFX
Max. texture coords 0
2178 17 JulFX
Max. vertex tex. image units: 16
2179 17 JulFX
Max. texture image unités 16
2180 17 JulFX
Max Geometry Texture Units: 16
2181 17 JulFX
Max. anisotropie 16
2182 17 JulFX
Taille Max. Vue 8192 x 8192
2183 17 JulFX
Max. uniform vertex composantes: 16384
2184 17 JulFX
Max. uniform fragment composantes: 16384
2185 17 JulFX
Max Geometry Uniform Components: 16384
2186 17 JulFX
Max. variante virgule flottantes: 64
2187 17 JulFX
Max. échantillons 8
2188 17 JulFX
Max. draw buffers: 8
2189 17 JulFX
2190 17 JulFX
2191 17 JulFX
Extensions: 183
2192 17 JulFX
2193 17 JulFX
GL_AMD_conservative_depth
2194 17 JulFX
GL_AMD_debug_output
2195 17 JulFX
GL_AMD_draw_buffers_blend
2196 17 JulFX
GL_AMD_name_gen_delete
2197 17 JulFX
GL_AMD_performance_monitor
2198 17 JulFX
GL_AMD_sample_positions
2199 17 JulFX
GL_AMD_seamless_cubemap_per_texture
2200 17 JulFX
GL_AMD_shader_stencil_export
2201 17 JulFX
GL_AMD_texture_cube_map_array
2202 17 JulFX
GL_AMD_texture_texture4
2203 17 JulFX
GL_AMD_vertex_shader_tessellator
2204 17 JulFX
GL_AMDX_debug_output
2205 17 JulFX
GL_AMDX_vertex_shader_tessellator
2206 17 JulFX
GL_ARB_blend_func_extended
2207 17 JulFX
GL_ARB_color_buffer_float
2208 17 JulFX
GL_ARB_compatibility
2209 17 JulFX
GL_ARB_copy_buffer
2210 17 JulFX
GL_ARB_depth_buffer_float
2211 17 JulFX
GL_ARB_depth_clamp
2212 17 JulFX
GL_ARB_depth_texture
2213 17 JulFX
GL_ARB_draw_buffers
2214 17 JulFX
GL_ARB_draw_buffers_blend
2215 17 JulFX
GL_ARB_draw_elements_base_vertex
2216 17 JulFX
GL_ARB_draw_instanced
2217 17 JulFX
GL_ARB_explicit_attrib_location
2218 17 JulFX
GL_ARB_fragment_coord_conventions
2219 17 JulFX
GL_ARB_fragment_program
2220 17 JulFX
GL_ARB_fragment_program_shadow
2221 17 JulFX
GL_ARB_fragment_shader
2222 17 JulFX
GL_ARB_framebuffer_object
2223 17 JulFX
GL_ARB_framebuffer_sRGB
2224 17 JulFX
GL_ARB_geometry_shader4
2225 17 JulFX
GL_ARB_half_float_pixel
2226 17 JulFX
GL_ARB_half_float_vertex
2227 17 JulFX
GL_ARB_instanced_arrays
2228 17 JulFX
GL_ARB_map_buffer_range
2229 17 JulFX
GL_ARB_multisample
2230 17 JulFX
GL_ARB_multitexture
2231 17 JulFX
GL_ARB_occlusion_query
2232 17 JulFX
GL_ARB_occlusion_query2
2233 17 JulFX
GL_ARB_pixel_buffer_object
2234 17 JulFX
GL_ARB_point_sprite
2235 17 JulFX
GL_ARB_provoking_vertex
2236 17 JulFX
GL_ARB_sample_shading
2237 17 JulFX
GL_ARB_sampler_objects
2238 17 JulFX
GL_ARB_seamless_cube_map
2239 17 JulFX
GL_ARB_shader_bit_encoding
2240 17 JulFX
GL_ARB_shader_objects
2241 17 JulFX
GL_ARB_shader_texture_lod
2242 17 JulFX
GL_ARB_shadow
2243 17 JulFX
GL_ARB_shadow_ambient
2244 17 JulFX
GL_ARB_sync
2245 17 JulFX
GL_ARB_texture_border_clamp
2246 17 JulFX
GL_ARB_texture_buffer_object
2247 17 JulFX
GL_ARB_texture_compression
2248 17 JulFX
GL_ARB_texture_compression_rgtc
2249 17 JulFX
GL_ARB_texture_cube_map
2250 17 JulFX
GL_ARB_texture_cube_map_array
2251 17 JulFX
GL_ARB_texture_env_add
2252 17 JulFX
GL_ARB_texture_env_combine
2253 17 JulFX
GL_ARB_texture_env_crossbar
2254 17 JulFX
GL_ARB_texture_env_dot3
2255 17 JulFX
GL_ARB_texture_float
2256 17 JulFX
GL_ARB_texture_gather
2257 17 JulFX
GL_ARB_texture_mirrored_repeat
2258 17 JulFX
GL_ARB_texture_multisample
2259 17 JulFX
GL_ARB_texture_non_power_of_two
2260 17 JulFX
GL_ARB_texture_query_lod
2261 17 JulFX
GL_ARB_texture_rectangle
2262 17 JulFX
GL_ARB_texture_rg
2263 17 JulFX
GL_ARB_texture_rgb10_a2ui
2264 17 JulFX
GL_ARB_texture_snorm
2265 17 JulFX
GL_ARB_timer_query
2266 17 JulFX
GL_ARB_transform_feedback2
2267 17 JulFX
GL_ARB_transform_feedback3
2268 17 JulFX
GL_ARB_uniform_buffer_object
2269 17 JulFX
GL_ARB_vertex_array_bgra
2270 17 JulFX
GL_ARB_vertex_array_object
2271 17 JulFX
GL_ARB_vertex_buffer_object
2272 17 JulFX
GL_ARB_vertex_program
2273 17 JulFX
GL_ARB_vertex_shader
2274 17 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
2275 17 JulFX
GL_ATI_draw_buffers
2276 17 JulFX
GL_ATI_envmap_bumpmap
2277 17 JulFX
GL_ATI_fragment_shader
2278 17 JulFX
GL_ATI_meminfo
2279 17 JulFX
GL_ATI_separate_stencil
2280 17 JulFX
GL_ATI_texture_compression_3dc
2281 17 JulFX
GL_ATI_texture_env_combine3
2282 17 JulFX
GL_ATI_texture_float
2283 17 JulFX
GL_ATI_texture_mirror_once
2284 17 JulFX
GL_EXT_abgr
2285 17 JulFX
GL_EXT_bgra
2286 17 JulFX
GL_EXT_bindable_uniform
2287 17 JulFX
GL_EXT_blend_color
2288 17 JulFX
GL_EXT_blend_equation_separate
2289 17 JulFX
GL_EXT_blend_func_separate
2290 17 JulFX
GL_EXT_blend_minmax
2291 17 JulFX
GL_EXT_blend_subtract
2292 17 JulFX
GL_EXT_copy_buffer
2293 17 JulFX
GL_EXT_copy_texture
2294 17 JulFX
GL_EXT_direct_state_access
2295 17 JulFX
GL_EXT_draw_buffers2
2296 17 JulFX
GL_EXT_draw_instanced
2297 17 JulFX
GL_EXT_draw_range_elements
2298 17 JulFX
GL_EXT_framebuffer_blit
2299 17 JulFX
GL_EXT_framebuffer_multisample
2300 17 JulFX
GL_EXT_framebuffer_object
2301 17 JulFX
GL_EXT_framebuffer_sRGB
2302 17 JulFX
GL_EXT_geometry_shader4
2303 17 JulFX
GL_EXT_gpu_program_parameters
2304 17 JulFX
GL_EXT_gpu_shader4
2305 17 JulFX
GL_EXT_multi_draw_arrays
2306 17 JulFX
GL_EXT_packed_depth_stencil
2307 17 JulFX
GL_EXT_packed_float
2308 17 JulFX
GL_EXT_packed_pixels
2309 17 JulFX
GL_EXT_pixel_buffer_object
2310 17 JulFX
GL_EXT_provoking_vertex
2311 17 JulFX
GL_EXT_shadow_funcs
2312 17 JulFX
GL_EXT_stencil_wrap
2313 17 JulFX
GL_EXT_subtexture
2314 17 JulFX
GL_EXT_texgen_reflection
2315 17 JulFX
GL_EXT_texture3D
2316 17 JulFX
GL_EXT_texture_array
2317 17 JulFX
GL_EXT_texture_buffer_object
2318 17 JulFX
GL_EXT_texture_buffer_object_rgb32
2319 17 JulFX
GL_EXT_texture_compression_latc
2320 17 JulFX
GL_EXT_texture_compression_rgtc
2321 17 JulFX
GL_EXT_texture_compression_s3tc
2322 17 JulFX
GL_EXT_texture_cube_map
2323 17 JulFX
GL_EXT_texture_edge_clamp
2324 17 JulFX
GL_EXT_texture_env_add
2325 17 JulFX
GL_EXT_texture_env_combine
2326 17 JulFX
GL_EXT_texture_env_dot3
2327 17 JulFX
GL_EXT_texture_filter_anisotropic
2328 17 JulFX
GL_EXT_texture_integer
2329 17 JulFX
GL_EXT_texture_lod
2330 17 JulFX
GL_EXT_texture_lod_bias
2331 17 JulFX
GL_EXT_texture_mirror_clamp
2332 17 JulFX
GL_EXT_texture_object
2333 17 JulFX
GL_EXT_texture_rectangle
2334 17 JulFX
GL_EXT_texture_shared_exponent
2335 17 JulFX
GL_EXT_texture_snorm
2336 17 JulFX
GL_EXT_texture_sRGB
2337 17 JulFX
GL_EXT_texture_swizzle
2338 17 JulFX
GL_EXT_timer_query
2339 17 JulFX
GL_EXT_transform_feedback
2340 17 JulFX
GL_EXT_vertex_array_bgra
2341 17 JulFX
GL_IBM_texture_mirrored_repeat
2342 17 JulFX
GL_KTX_buffer_region
2343 17 JulFX
GL_NV_blend_square
2344 17 JulFX
GL_NV_conditional_render
2345 17 JulFX
GL_NV_copy_depth_to_color
2346 17 JulFX
GL_NV_explicit_multisample
2347 17 JulFX
GL_NV_float_buffer
2348 17 JulFX
GL_NV_half_float
2349 17 JulFX
GL_NV_texgen_reflection
2350 17 JulFX
GL_SGIS_generate_mipmap
2351 17 JulFX
GL_SGIS_texture_edge_clamp
2352 17 JulFX
GL_SGIS_texture_lod
2353 17 JulFX
GL_SUN_multi_draw_arrays
2354 17 JulFX
GL_WIN_swap_hint
2355 17 JulFX
WGL_AMD_gpu_association
2356 17 JulFX
WGL_AMDX_gpu_association
2357 17 JulFX
WGL_ARB_buffer_region
2358 17 JulFX
WGL_ARB_create_context
2359 17 JulFX
WGL_ARB_create_context_profile
2360 17 JulFX
WGL_ARB_extensions_string
2361 17 JulFX
WGL_ARB_make_current_read
2362 17 JulFX
WGL_ARB_multisample
2363 17 JulFX
WGL_ARB_pbuffer
2364 17 JulFX
WGL_ARB_pixel_format
2365 17 JulFX
WGL_ARB_pixel_format_float
2366 17 JulFX
WGL_ARB_render_texture
2367 17 JulFX
WGL_ATI_pixel_format_float
2368 17 JulFX
WGL_ATI_render_texture_rectangle
2369 17 JulFX
WGL_EXT_extensions_string
2370 17 JulFX
WGL_EXT_framebuffer_sRGB
2371 17 JulFX
WGL_EXT_pixel_format_packed_float
2372 17 JulFX
WGL_EXT_swap_control
2373 17 JulFX
WGL_I3D_genlock
2374 17 JulFX
WGL_NV_float_buffer
2375 17 JulFX
WGL_NV_swap_group
2376 17 JulFX
2377 17 JulFX
Extensions du noyau OpenGL
2378 17 JulFX
v1.1 (100 % - 7/7)
2379 17 JulFX
v1.2 (100 % - 8/8)
2380 17 JulFX
v1.3 (100 % - 9/9)
2381 17 JulFX
v1.4 (100 % - 15/15)
2382 17 JulFX
v1.5 (100 % - 3/3)
2383 17 JulFX
v2.0 (100 % - 10/10)
2384 17 JulFX
v2.1 (100 % - 3/3)
2385 17 JulFX
v3.0 (100 % - 23/23)
2386 17 JulFX
v3.1 (100 % - 8/8)
2387 17 JulFX
v3.2 (100 % - 9/9)
2388 17 JulFX
v3.3 (100 % - 9/9)
2389 17 JulFX
v4.0 (46 % - 6/13)
2390 17 JulFX
v4.1 (0 % - 0/8)
2391 17 JulFX
</pre>
2392 17 JulFX
2393 15 JulFX
h3. Radeon HD3470 | Catalyst 8.477
2394 13 Naush
2395 13 Naush
<pre>
2396 13 Naush
Renderer: ATI Mobility Radeon HD 3470
2397 13 Naush
Vendor: ATI Technologies Inc.
2398 13 Naush
Memory: 256 MB
2399 13 Naush
Version: 2.1.7415 Release
2400 13 Naush
Shading language version: 1.20
2401 13 Naush
2402 13 Naush
2403 13 Naush
Max texture size: 8192 x 8192
2404 13 Naush
Max texture coordinates: 8
2405 13 Naush
Max vertex texture image units: 0
2406 13 Naush
Max texture image units: 16
2407 13 Naush
Max geometry texture units: 0
2408 13 Naush
Max anisotropic filtering value: 16
2409 13 Naush
Max number of light sources: 8
2410 13 Naush
Max viewport size: 8192 x 8192
2411 13 Naush
Max uniform vertex components: 512
2412 13 Naush
Max uniform fragment components: 512
2413 13 Naush
Max geometry uniform components: 0
2414 13 Naush
Max varying floats: 68
2415 13 Naush
Max samples: 4
2416 13 Naush
Max draw buffers: 4
2417 13 Naush
2418 13 Naush
2419 13 Naush
Extensions: 96
2420 13 Naush
2421 13 Naush
GL_AMD_performance_monitor
2422 13 Naush
GL_ARB_depth_texture
2423 13 Naush
GL_ARB_draw_buffers
2424 13 Naush
GL_ARB_fragment_program
2425 13 Naush
GL_ARB_fragment_shader
2426 13 Naush
GL_ARB_multisample
2427 13 Naush
GL_ARB_multitexture
2428 13 Naush
GL_ARB_occlusion_query
2429 13 Naush
GL_ARB_pixel_buffer_object
2430 13 Naush
GL_ARB_point_parameters
2431 13 Naush
GL_ARB_point_sprite
2432 13 Naush
GL_ARB_shader_objects
2433 13 Naush
GL_ARB_shading_language_100
2434 13 Naush
GL_ARB_shadow
2435 13 Naush
GL_ARB_shadow_ambient
2436 13 Naush
GL_ARB_texture_border_clamp
2437 13 Naush
GL_ARB_texture_compression
2438 13 Naush
GL_ARB_texture_cube_map
2439 13 Naush
GL_ARB_texture_env_add
2440 13 Naush
GL_ARB_texture_env_combine
2441 13 Naush
GL_ARB_texture_env_crossbar
2442 13 Naush
GL_ARB_texture_env_dot3
2443 13 Naush
GL_ARB_texture_float
2444 13 Naush
GL_ARB_texture_mirrored_repeat
2445 13 Naush
GL_ARB_texture_non_power_of_two
2446 13 Naush
GL_ARB_texture_rectangle
2447 13 Naush
GL_ARB_transpose_matrix
2448 13 Naush
GL_ARB_vertex_buffer_object
2449 13 Naush
GL_ARB_vertex_program
2450 13 Naush
GL_ARB_vertex_shader
2451 13 Naush
GL_ARB_window_pos
2452 13 Naush
GL_ATI_draw_buffers
2453 13 Naush
GL_ATI_envmap_bumpmap
2454 13 Naush
GL_ATI_fragment_shader
2455 13 Naush
GL_ATI_meminfo
2456 13 Naush
GL_ATI_separate_stencil
2457 13 Naush
GL_ATI_texture_compression_3dc
2458 13 Naush
GL_ATI_texture_env_combine3
2459 13 Naush
GL_ATI_texture_float
2460 13 Naush
GL_EXT_abgr
2461 13 Naush
GL_EXT_bgra
2462 13 Naush
GL_EXT_blend_color
2463 13 Naush
GL_EXT_blend_func_separate
2464 13 Naush
GL_EXT_blend_minmax
2465 13 Naush
GL_EXT_blend_subtract
2466 13 Naush
GL_EXT_compiled_vertex_array
2467 13 Naush
GL_EXT_copy_texture
2468 13 Naush
GL_EXT_draw_range_elements
2469 13 Naush
GL_EXT_fog_coord
2470 13 Naush
GL_EXT_framebuffer_object
2471 13 Naush
GL_EXT_framebuffer_sRGB
2472 13 Naush
GL_EXT_gpu_program_parameters
2473 13 Naush
GL_EXT_multi_draw_arrays
2474 13 Naush
GL_EXT_packed_depth_stencil
2475 13 Naush
GL_EXT_packed_pixels
2476 13 Naush
GL_EXT_point_parameters
2477 13 Naush
GL_EXT_rescale_normal
2478 13 Naush
GL_EXT_secondary_color
2479 13 Naush
GL_EXT_separate_specular_color
2480 1 kervala
GL_EXT_shadow_funcs
2481 1 kervala
GL_EXT_stencil_wrap
2482 1 kervala
GL_EXT_subtexture
2483 1 kervala
GL_EXT_texgen_reflection
2484 1 kervala
GL_EXT_texture3D
2485 1 kervala
GL_EXT_texture_compression_s3tc
2486 1 kervala
GL_EXT_texture_cube_map
2487 1 kervala
GL_EXT_texture_edge_clamp
2488 1 kervala
GL_EXT_texture_env_add
2489 1 kervala
GL_EXT_texture_env_combine
2490 1 kervala
GL_EXT_texture_env_dot3
2491 1 kervala
GL_EXT_texture_filter_anisotropic
2492 1 kervala
GL_EXT_texture_lod_bias
2493 1 kervala
GL_EXT_texture_mirror_clamp
2494 1 kervala
GL_EXT_texture_object
2495 1 kervala
GL_EXT_texture_rectangle
2496 1 kervala
GL_EXT_texture_sRGB
2497 1 kervala
GL_EXT_vertex_array
2498 1 kervala
GL_KTX_buffer_region
2499 1 kervala
GL_NV_blend_square
2500 1 kervala
GL_NV_texgen_reflection
2501 1 kervala
GL_SGIS_generate_mipmap
2502 1 kervala
GL_SGIS_texture_edge_clamp
2503 1 kervala
GL_SGIS_texture_lod
2504 1 kervala
GL_WIN_swap_hint
2505 1 kervala
WGL_ARB_buffer_region
2506 1 kervala
WGL_ARB_extensions_string
2507 1 kervala
WGL_ARB_make_current_read
2508 1 kervala
WGL_ARB_multisample
2509 1 kervala
WGL_ARB_pbuffer
2510 1 kervala
WGL_ARB_pixel_format
2511 1 kervala
WGL_ARB_render_texture
2512 1 kervala
WGL_ATI_pixel_format_float
2513 1 kervala
WGL_ATI_render_texture_rectangle
2514 1 kervala
WGL_EXT_extensions_string
2515 1 kervala
WGL_EXT_framebuffer_sRGB
2516 1 kervala
WGL_EXT_swap_control
2517 1 kervala
2518 1 kervala
Core features
2519 1 kervala
v1.1 (100 % - 7/7)
2520 1 kervala
v1.2 (100 % - 8/8)
2521 1 kervala
v1.3 (100 % - 9/9)
2522 1 kervala
v1.4 (100 % - 15/15)
2523 1 kervala
v1.5 (100 % - 3/3)
2524 1 kervala
v2.0 (100 % - 10/10)
2525 1 kervala
v2.1 (100 % - 3/3)
2526 1 kervala
v3.0 (17 % - 4/23)
2527 1 kervala
v3.1 (12 % - 1/8)
2528 1 kervala
v3.2 (0 % - 0/9)
2529 1 kervala
v3.3 (0 % - 0/9)
2530 1 kervala
v4.0 (0 % - 0/13)
2531 1 kervala
v4.1 (0 % - 0/8)
2532 1 kervala
</pre>
2533 15 JulFX
2534 15 JulFX
h2. Intel
2535 15 JulFX
2536 15 JulFX
(empty)
2537 15 JulFX
2538 15 JulFX
h2. NVidia
2539 1 kervala
2540 16 JulFX
h3. GeForce 8400M GS | "260.99":http://www.nvidia.com/object/notebook-winxp-260.99-whql-driver.html
2541 16 JulFX
2542 16 JulFX
<pre>
2543 16 JulFX
Rendereur: GeForce 8400M GS/PCI/SSE2
2544 16 JulFX
Fournisseur: NVIDIA Corporation
2545 16 JulFX
Mémoire: 256 MO
2546 16 JulFX
Version: 3.3.0
2547 16 JulFX
Version GLSL: 3.30 NVIDIA via Cg compiler                   
2548 16 JulFX
2549 16 JulFX
2550 16 JulFX
Max. taille texture 8192 x 8192
2551 16 JulFX
Max. texture coords 8
2552 16 JulFX
Max. vertex tex. image units: 32
2553 16 JulFX
Max. texture image unités 32
2554 16 JulFX
Max Geometry Texture Units: 32
2555 16 JulFX
Max. anisotropie 16
2556 16 JulFX
Taille Max. Vue 8192 x 8192
2557 16 JulFX
Max. uniform vertex composantes: 4096
2558 16 JulFX
Max. uniform fragment composantes: 4096
2559 16 JulFX
Max Geometry Uniform Components: 2048
2560 16 JulFX
Max. variante virgule flottantes: 0
2561 16 JulFX
Max. échantillons 16
2562 16 JulFX
Max. draw buffers: 8
2563 16 JulFX
2564 16 JulFX
2565 16 JulFX
Extensions: 216
2566 16 JulFX
2567 16 JulFX
GL_ARB_blend_func_extended
2568 16 JulFX
GL_ARB_color_buffer_float
2569 16 JulFX
GL_ARB_copy_buffer
2570 16 JulFX
GL_ARB_depth_buffer_float
2571 16 JulFX
GL_ARB_depth_clamp
2572 16 JulFX
GL_ARB_depth_texture
2573 16 JulFX
GL_ARB_draw_buffers
2574 16 JulFX
GL_ARB_draw_elements_base_vertex
2575 16 JulFX
GL_ARB_draw_instanced
2576 16 JulFX
GL_ARB_ES2_compatibility
2577 16 JulFX
GL_ARB_explicit_attrib_location
2578 16 JulFX
GL_ARB_fragment_coord_conventions
2579 16 JulFX
GL_ARB_fragment_program
2580 16 JulFX
GL_ARB_fragment_program_shadow
2581 16 JulFX
GL_ARB_fragment_shader
2582 16 JulFX
GL_ARB_framebuffer_object
2583 16 JulFX
GL_ARB_framebuffer_sRGB
2584 16 JulFX
GL_ARB_geometry_shader4
2585 16 JulFX
GL_ARB_get_program_binary
2586 16 JulFX
GL_ARB_half_float_pixel
2587 16 JulFX
GL_ARB_half_float_vertex
2588 16 JulFX
GL_ARB_imaging
2589 16 JulFX
GL_ARB_instanced_arrays
2590 16 JulFX
GL_ARB_map_buffer_range
2591 16 JulFX
GL_ARB_multisample
2592 16 JulFX
GL_ARB_multitexture
2593 16 JulFX
GL_ARB_occlusion_query
2594 16 JulFX
GL_ARB_occlusion_query2
2595 16 JulFX
GL_ARB_pixel_buffer_object
2596 16 JulFX
GL_ARB_point_parameters
2597 16 JulFX
GL_ARB_point_sprite
2598 16 JulFX
GL_ARB_provoking_vertex
2599 16 JulFX
GL_ARB_robustness
2600 16 JulFX
GL_ARB_sampler_objects
2601 16 JulFX
GL_ARB_seamless_cube_map
2602 16 JulFX
GL_ARB_separate_shader_objects
2603 16 JulFX
GL_ARB_shader_bit_encoding
2604 16 JulFX
GL_ARB_shader_objects
2605 16 JulFX
GL_ARB_shading_language_100
2606 16 JulFX
GL_ARB_shadow
2607 16 JulFX
GL_ARB_sync
2608 16 JulFX
GL_ARB_texture_border_clamp
2609 16 JulFX
GL_ARB_texture_buffer_object
2610 16 JulFX
GL_ARB_texture_compression
2611 16 JulFX
GL_ARB_texture_compression_rgtc
2612 16 JulFX
GL_ARB_texture_cube_map
2613 16 JulFX
GL_ARB_texture_env_add
2614 16 JulFX
GL_ARB_texture_env_combine
2615 16 JulFX
GL_ARB_texture_env_crossbar
2616 16 JulFX
GL_ARB_texture_env_dot3
2617 16 JulFX
GL_ARB_texture_float
2618 16 JulFX
GL_ARB_texture_mirrored_repeat
2619 16 JulFX
GL_ARB_texture_multisample
2620 16 JulFX
GL_ARB_texture_non_power_of_two
2621 16 JulFX
GL_ARB_texture_rectangle
2622 16 JulFX
GL_ARB_texture_rg
2623 16 JulFX
GL_ARB_texture_rgb10_a2ui
2624 16 JulFX
GL_ARB_texture_swizzle
2625 16 JulFX
GL_ARB_timer_query
2626 16 JulFX
GL_ARB_transpose_matrix
2627 16 JulFX
GL_ARB_uniform_buffer_object
2628 16 JulFX
GL_ARB_vertex_array_bgra
2629 16 JulFX
GL_ARB_vertex_array_object
2630 16 JulFX
GL_ARB_vertex_buffer_object
2631 16 JulFX
GL_ARB_vertex_program
2632 16 JulFX
GL_ARB_vertex_shader
2633 16 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
2634 16 JulFX
GL_ARB_viewport_array
2635 16 JulFX
GL_ARB_window_pos
2636 16 JulFX
GL_ATI_draw_buffers
2637 16 JulFX
GL_ATI_texture_float
2638 16 JulFX
GL_ATI_texture_mirror_once
2639 16 JulFX
GL_EXT_abgr
2640 16 JulFX
GL_EXT_bgra
2641 16 JulFX
GL_EXT_bindable_uniform
2642 16 JulFX
GL_EXT_blend_color
2643 16 JulFX
GL_EXT_blend_equation_separate
2644 16 JulFX
GL_EXT_blend_func_separate
2645 16 JulFX
GL_EXT_blend_minmax
2646 16 JulFX
GL_EXT_blend_subtract
2647 16 JulFX
GL_EXT_Cg_shader
2648 16 JulFX
GL_EXT_compiled_vertex_array
2649 16 JulFX
GL_EXT_depth_bounds_test
2650 16 JulFX
GL_EXT_direct_state_access
2651 16 JulFX
GL_EXT_draw_buffers2
2652 16 JulFX
GL_EXT_draw_instanced
2653 16 JulFX
GL_EXT_draw_range_elements
2654 16 JulFX
GL_EXT_fog_coord
2655 16 JulFX
GL_EXT_framebuffer_blit
2656 16 JulFX
GL_EXT_framebuffer_multisample
2657 16 JulFX
GL_EXT_framebuffer_object
2658 16 JulFX
GL_EXT_framebuffer_sRGB
2659 16 JulFX
GL_EXT_geometry_shader4
2660 16 JulFX
GL_EXT_gpu_program_parameters
2661 16 JulFX
GL_EXT_gpu_shader4
2662 16 JulFX
GL_EXT_multi_draw_arrays
2663 16 JulFX
GL_EXT_packed_depth_stencil
2664 16 JulFX
GL_EXT_packed_float
2665 16 JulFX
GL_EXT_packed_pixels
2666 16 JulFX
GL_EXT_pixel_buffer_object
2667 16 JulFX
GL_EXT_point_parameters
2668 16 JulFX
GL_EXT_provoking_vertex
2669 16 JulFX
GL_EXT_rescale_normal
2670 16 JulFX
GL_EXT_secondary_color
2671 16 JulFX
GL_EXT_separate_shader_objects
2672 16 JulFX
GL_EXT_separate_specular_color
2673 16 JulFX
GL_EXT_shadow_funcs
2674 16 JulFX
GL_EXT_stencil_two_side
2675 16 JulFX
GL_EXT_stencil_wrap
2676 16 JulFX
GL_EXT_texture3D
2677 16 JulFX
GL_EXT_texture_array
2678 16 JulFX
GL_EXT_texture_buffer_object
2679 16 JulFX
GL_EXT_texture_compression_latc
2680 16 JulFX
GL_EXT_texture_compression_rgtc
2681 16 JulFX
GL_EXT_texture_compression_s3tc
2682 16 JulFX
GL_EXT_texture_cube_map
2683 16 JulFX
GL_EXT_texture_edge_clamp
2684 16 JulFX
GL_EXT_texture_env_add
2685 16 JulFX
GL_EXT_texture_env_combine
2686 16 JulFX
GL_EXT_texture_env_dot3
2687 16 JulFX
GL_EXT_texture_filter_anisotropic
2688 16 JulFX
GL_EXT_texture_integer
2689 16 JulFX
GL_EXT_texture_lod
2690 16 JulFX
GL_EXT_texture_lod_bias
2691 16 JulFX
GL_EXT_texture_mirror_clamp
2692 16 JulFX
GL_EXT_texture_object
2693 16 JulFX
GL_EXT_texture_shared_exponent
2694 16 JulFX
GL_EXT_texture_sRGB
2695 16 JulFX
GL_EXT_texture_swizzle
2696 16 JulFX
GL_EXT_timer_query
2697 16 JulFX
GL_EXT_vertex_array
2698 16 JulFX
GL_EXT_vertex_array_bgra
2699 16 JulFX
GL_EXTX_framebuffer_mixed_formats
2700 16 JulFX
GL_IBM_rasterpos_clip
2701 16 JulFX
GL_IBM_texture_mirrored_repeat
2702 16 JulFX
GL_KTX_buffer_region
2703 16 JulFX
GL_NV_blend_square
2704 16 JulFX
GL_NV_conditional_render
2705 16 JulFX
GL_NV_copy_depth_to_color
2706 16 JulFX
GL_NV_copy_image
2707 16 JulFX
GL_NV_depth_buffer_float
2708 16 JulFX
GL_NV_depth_clamp
2709 16 JulFX
GL_NV_explicit_multisample
2710 16 JulFX
GL_NV_fence
2711 16 JulFX
GL_NV_float_buffer
2712 16 JulFX
GL_NV_fog_distance
2713 16 JulFX
GL_NV_fragment_program
2714 16 JulFX
GL_NV_fragment_program2
2715 16 JulFX
GL_NV_fragment_program_option
2716 16 JulFX
GL_NV_framebuffer_multisample_coverage
2717 16 JulFX
GL_NV_geometry_shader4
2718 16 JulFX
GL_NV_gpu_program4
2719 16 JulFX
GL_NV_half_float
2720 16 JulFX
GL_NV_light_max_exponent
2721 16 JulFX
GL_NV_multisample_coverage
2722 16 JulFX
GL_NV_multisample_filter_hint
2723 16 JulFX
GL_NV_occlusion_query
2724 16 JulFX
GL_NV_packed_depth_stencil
2725 16 JulFX
GL_NV_parameter_buffer_object
2726 16 JulFX
GL_NV_parameter_buffer_object2
2727 16 JulFX
GL_NV_pixel_data_range
2728 16 JulFX
GL_NV_point_sprite
2729 16 JulFX
GL_NV_primitive_restart
2730 16 JulFX
GL_NV_register_combiners
2731 16 JulFX
GL_NV_register_combiners2
2732 16 JulFX
GL_NV_shader_buffer_load
2733 16 JulFX
GL_NV_texgen_reflection
2734 16 JulFX
GL_NV_texture_barrier
2735 16 JulFX
GL_NV_texture_compression_vtc
2736 16 JulFX
GL_NV_texture_env_combine4
2737 16 JulFX
GL_NV_texture_expand_normal
2738 16 JulFX
GL_NV_texture_multisample
2739 16 JulFX
GL_NV_texture_rectangle
2740 16 JulFX
GL_NV_texture_shader
2741 16 JulFX
GL_NV_texture_shader2
2742 16 JulFX
GL_NV_texture_shader3
2743 16 JulFX
GL_NV_transform_feedback
2744 16 JulFX
GL_NV_vertex_array_range
2745 16 JulFX
GL_NV_vertex_array_range2
2746 16 JulFX
GL_NV_vertex_buffer_unified_memory
2747 16 JulFX
GL_NV_vertex_program
2748 16 JulFX
GL_NV_vertex_program1_1
2749 16 JulFX
GL_NV_vertex_program2
2750 16 JulFX
GL_NV_vertex_program2_option
2751 16 JulFX
GL_NV_vertex_program3
2752 16 JulFX
GL_NVX_conditional_render
2753 16 JulFX
GL_NVX_gpu_memory_info
2754 16 JulFX
GL_S3_s3tc
2755 16 JulFX
GL_SGIS_generate_mipmap
2756 16 JulFX
GL_SGIS_texture_lod
2757 16 JulFX
GL_SGIX_depth_texture
2758 16 JulFX
GL_SGIX_shadow
2759 16 JulFX
GL_SUN_slice_accum
2760 16 JulFX
GL_WIN_swap_hint
2761 16 JulFX
WGL_ARB_buffer_region
2762 16 JulFX
WGL_ARB_create_context
2763 16 JulFX
WGL_ARB_create_context_profile
2764 16 JulFX
WGL_ARB_create_context_robustness
2765 16 JulFX
WGL_ARB_extensions_string
2766 16 JulFX
WGL_ARB_make_current_read
2767 16 JulFX
WGL_ARB_multisample
2768 16 JulFX
WGL_ARB_pbuffer
2769 16 JulFX
WGL_ARB_pixel_format
2770 16 JulFX
WGL_ARB_pixel_format_float
2771 16 JulFX
WGL_ARB_render_texture
2772 16 JulFX
WGL_ATI_pixel_format_float
2773 16 JulFX
WGL_EXT_create_context_es2_profile
2774 16 JulFX
WGL_EXT_extensions_string
2775 16 JulFX
WGL_EXT_framebuffer_sRGB
2776 16 JulFX
WGL_EXT_pixel_format_packed_float
2777 16 JulFX
WGL_EXT_swap_control
2778 16 JulFX
WGL_NV_float_buffer
2779 16 JulFX
WGL_NV_multisample_coverage
2780 16 JulFX
WGL_NV_render_depth_texture
2781 16 JulFX
WGL_NV_render_texture_rectangle
2782 16 JulFX
WGL_NVX_DX_interop
2783 16 JulFX
2784 16 JulFX
Extensions du noyau OpenGL
2785 16 JulFX
v1.1 (100 % - 7/7)
2786 16 JulFX
v1.2 (100 % - 8/8)
2787 16 JulFX
v1.3 (100 % - 9/9)
2788 16 JulFX
v1.4 (100 % - 15/15)
2789 16 JulFX
v1.5 (100 % - 3/3)
2790 16 JulFX
v2.0 (100 % - 10/10)
2791 16 JulFX
v2.1 (100 % - 3/3)
2792 16 JulFX
v3.0 (100 % - 23/23)
2793 16 JulFX
v3.1 (100 % - 8/8)
2794 16 JulFX
v3.2 (100 % - 9/9)
2795 16 JulFX
v3.3 (100 % - 9/9)
2796 16 JulFX
v4.0 (0 % - 0/13)
2797 16 JulFX
v4.1 (50 % - 4/8)
2798 16 JulFX
</pre>