OpenGLSupportedExtensions

Version 26 (gardon, 12/29/2010 12:52 am)

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 24 JulFX
* Linux : *glxinfo -l* (mesa-utils) or *fglrxinfo -x* (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 24 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 26 gardon
h3. ATI Radeon 3000 (760G)
547 26 gardon
548 26 gardon
<pre>
549 26 gardon
name of display: :0
550 26 gardon
display: :0  screen: 0
551 26 gardon
direct rendering: Yes
552 26 gardon
server glx vendor string: SGI
553 26 gardon
server glx version string: 1.2
554 26 gardon
server glx extensions:
555 26 gardon
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
556 26 gardon
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
557 26 gardon
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
558 26 gardon
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
559 26 gardon
    GLX_SGIX_visual_select_group
560 26 gardon
client glx vendor string: Mesa Project and SGI
561 26 gardon
client glx version string: 1.4
562 26 gardon
client glx extensions:
563 26 gardon
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
564 26 gardon
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
565 26 gardon
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
566 26 gardon
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
567 26 gardon
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
568 26 gardon
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
569 26 gardon
    GLX_INTEL_swap_event
570 26 gardon
GLX version: 1.2
571 26 gardon
GLX extensions:
572 26 gardon
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
573 26 gardon
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
574 26 gardon
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_SGI_make_current_read, 
575 26 gardon
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
576 26 gardon
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
577 26 gardon
    GLX_EXT_texture_from_pixmap
578 26 gardon
OpenGL vendor string: Advanced Micro Devices, Inc.
579 26 gardon
OpenGL renderer string: Mesa DRI R600 (RS780 9616) 20090101  TCL DRI2
580 26 gardon
OpenGL version string: 2.1 Mesa 7.9
581 26 gardon
OpenGL shading language version string: 1.20
582 26 gardon
OpenGL extensions:
583 26 gardon
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
584 26 gardon
    GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program, 
585 26 gardon
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_imaging, 
586 26 gardon
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
587 26 gardon
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
588 26 gardon
    GL_ARB_provoking_vertex, GL_ARB_shader_objects, 
589 26 gardon
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
590 26 gardon
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
591 26 gardon
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
592 26 gardon
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
593 26 gardon
    GL_ARB_texture_env_dot3, GL_MESAX_texture_float, 
594 26 gardon
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
595 26 gardon
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
596 26 gardon
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_buffer_object, 
597 26 gardon
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
598 26 gardon
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
599 26 gardon
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
600 26 gardon
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
601 26 gardon
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
602 26 gardon
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_fog_coord, 
603 26 gardon
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
604 26 gardon
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
605 26 gardon
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
606 26 gardon
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
607 26 gardon
    GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
608 26 gardon
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
609 26 gardon
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
610 26 gardon
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
611 26 gardon
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
612 26 gardon
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
613 26 gardon
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
614 26 gardon
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
615 26 gardon
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, 
616 26 gardon
    GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, 
617 26 gardon
    GL_ATI_texture_mirror_once, GL_ATI_separate_stencil, 
618 26 gardon
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
619 26 gardon
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
620 26 gardon
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, 
621 26 gardon
    GL_NV_blend_square, GL_NV_depth_clamp, GL_NV_light_max_exponent, 
622 26 gardon
    GL_NV_packed_depth_stencil, GL_NV_texgen_reflection, 
623 26 gardon
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_OES_read_format, 
624 26 gardon
    GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_generate_mipmap, 
625 26 gardon
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
626 26 gardon
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
627 26 gardon
OpenGL limits:
628 26 gardon
    GL_MAX_ATTRIB_STACK_DEPTH = 16
629 26 gardon
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
630 26 gardon
    GL_MAX_CLIP_PLANES = 6
631 26 gardon
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
632 26 gardon
    GL_MAX_ELEMENTS_VERTICES = 3000
633 26 gardon
    GL_MAX_ELEMENTS_INDICES = 3000
634 26 gardon
    GL_MAX_EVAL_ORDER = 30
635 26 gardon
    GL_MAX_LIGHTS = 8
636 26 gardon
    GL_MAX_LIST_NESTING = 64
637 26 gardon
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
638 26 gardon
    GL_MAX_NAME_STACK_DEPTH = 64
639 26 gardon
    GL_MAX_PIXEL_MAP_TABLE = 256
640 26 gardon
    GL_MAX_PROJECTION_STACK_DEPTH = 32
641 26 gardon
    GL_MAX_TEXTURE_STACK_DEPTH = 10
642 26 gardon
    GL_MAX_TEXTURE_SIZE = 4096
643 26 gardon
    GL_MAX_3D_TEXTURE_SIZE = 256
644 26 gardon
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
645 26 gardon
    GL_ALIASED_LINE_WIDTH_RANGE = 0, 8192
646 26 gardon
    GL_SMOOTH_LINE_WIDTH_RANGE = 0, 8192
647 26 gardon
    GL_ALIASED_POINT_SIZE_RANGE = 0, 8192
648 26 gardon
    GL_SMOOTH_POINT_SIZE_RANGE = 0, 8192
649 26 gardon
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
650 26 gardon
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 4
651 26 gardon
    GL_MAX_TEXTURE_UNITS_ARB = 8
652 26 gardon
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 16
653 26 gardon
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
654 26 gardon
    GL_MAX_DRAW_BUFFERS_ARB = 1
655 26 gardon
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
656 26 gardon
    GL_VERTEX_PROGRAM_ARB:
657 26 gardon
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 8192
658 26 gardon
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 8192
659 26 gardon
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 128
660 26 gardon
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 128
661 26 gardon
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
662 26 gardon
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 256
663 26 gardon
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
664 26 gardon
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 160
665 26 gardon
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
666 26 gardon
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
667 26 gardon
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
668 26 gardon
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
669 26 gardon
    GL_FRAGMENT_PROGRAM_ARB:
670 26 gardon
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
671 26 gardon
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 8192
672 26 gardon
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
673 26 gardon
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 128
674 26 gardon
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
675 26 gardon
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 256
676 26 gardon
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
677 26 gardon
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 32
678 26 gardon
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
679 26 gardon
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
680 26 gardon
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
681 26 gardon
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
682 26 gardon
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
683 26 gardon
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
684 26 gardon
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
685 26 gardon
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 8192
686 26 gardon
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 8
687 26 gardon
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 8
688 26 gardon
    GL_VERTEX_SHADER_ARB:
689 26 gardon
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
690 26 gardon
        GL_MAX_VARYING_FLOATS_ARB = 64
691 26 gardon
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
692 26 gardon
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
693 26 gardon
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
694 26 gardon
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
695 26 gardon
        GL_MAX_TEXTURE_COORDS_ARB = 8
696 26 gardon
    GL_FRAGMENT_SHADER_ARB:
697 26 gardon
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
698 26 gardon
        GL_MAX_TEXTURE_COORDS_ARB = 8
699 26 gardon
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
700 26 gardon
701 26 gardon
64 GLX Visuals
702 26 gardon
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
703 26 gardon
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
704 26 gardon
----------------------------------------------------------------------
705 26 gardon
0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
706 26 gardon
0x22 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
707 26 gardon
0xc6 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
708 26 gardon
0xc7 24 tc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
709 26 gardon
0xc8 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
710 26 gardon
0xc9 24 tc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
711 26 gardon
0xca 24 tc  0 24  0 r  .  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
712 26 gardon
0xcb 24 tc  0 24  0 r  .  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
713 26 gardon
0xcc 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
714 26 gardon
0xcd 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
715 26 gardon
0xce 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
716 26 gardon
0xcf 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
717 26 gardon
0xd0 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
718 26 gardon
0xd1 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
719 26 gardon
0xd2 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
720 26 gardon
0xd3 24 tc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
721 26 gardon
0xd4 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
722 26 gardon
0xd5 24 tc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
723 26 gardon
0xd6 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
724 26 gardon
0xd7 24 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
725 26 gardon
0xd8 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
726 26 gardon
0xd9 24 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
727 26 gardon
0xda 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
728 26 gardon
0xdb 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
729 26 gardon
0xdc 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
730 26 gardon
0xdd 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
731 26 gardon
0xde 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
732 26 gardon
0xdf 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
733 26 gardon
0xe0 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
734 26 gardon
0xe1 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
735 26 gardon
0xe2 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
736 26 gardon
0xe3 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
737 26 gardon
0xe4 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
738 26 gardon
0xe5 24 dc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
739 26 gardon
0xe6 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
740 26 gardon
0xe7 24 dc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
741 26 gardon
0xe8 24 dc  0 24  0 r  .  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
742 26 gardon
0xe9 24 dc  0 24  0 r  .  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
743 26 gardon
0xea 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
744 26 gardon
0xeb 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
745 26 gardon
0xec 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
746 26 gardon
0xed 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
747 26 gardon
0xee 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
748 26 gardon
0xef 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
749 26 gardon
0xf0 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
750 26 gardon
0xf1 24 dc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
751 26 gardon
0xf2 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
752 26 gardon
0xf3 24 dc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
753 26 gardon
0xf4 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
754 26 gardon
0xf5 24 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
755 26 gardon
0xf6 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
756 26 gardon
0xf7 24 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
757 26 gardon
0xf8 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
758 26 gardon
0xf9 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
759 26 gardon
0xfa 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
760 26 gardon
0xfb 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
761 26 gardon
0xfc 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
762 26 gardon
0xfd 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
763 26 gardon
0xfe 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
764 26 gardon
0xff 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
765 26 gardon
0x100 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
766 26 gardon
0x101 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
767 26 gardon
0x102 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
768 26 gardon
0x65 32 tc  0 32  0 r  y  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
769 26 gardon
770 26 gardon
96 GLXFBConfigs:
771 26 gardon
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
772 26 gardon
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
773 26 gardon
----------------------------------------------------------------------
774 26 gardon
0x66  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
775 26 gardon
0x67  0 tc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
776 26 gardon
0x68  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
777 26 gardon
0x69  0 tc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
778 26 gardon
0x6a  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
779 26 gardon
0x6b  0 tc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
780 26 gardon
0x6c  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
781 26 gardon
0x6d  0 tc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
782 26 gardon
0x6e  0 tc  0 16  0 r  .  .  5  6  5  0  0 24  0  0  0  0  0  0 0 None
783 26 gardon
0x6f  0 tc  0 16  0 r  .  .  5  6  5  0  0 24  0 16 16 16  0  0 0 Slow
784 26 gardon
0x70  0 tc  0 16  0 r  y  .  5  6  5  0  0 24  0  0  0  0  0  0 0 None
785 26 gardon
0x71  0 tc  0 16  0 r  y  .  5  6  5  0  0 24  0 16 16 16  0  0 0 Slow
786 26 gardon
0x72  0 tc  0 16  0 r  .  .  5  6  5  0  0 24  8  0  0  0  0  0 0 None
787 26 gardon
0x73  0 tc  0 16  0 r  .  .  5  6  5  0  0 24  8 16 16 16  0  0 0 Slow
788 26 gardon
0x74  0 tc  0 16  0 r  y  .  5  6  5  0  0 24  8  0  0  0  0  0 0 None
789 26 gardon
0x75  0 tc  0 16  0 r  y  .  5  6  5  0  0 24  8 16 16 16  0  0 0 Slow
790 26 gardon
0x76  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
791 26 gardon
0x77  0 tc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
792 26 gardon
0x78  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
793 26 gardon
0x79  0 tc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
794 26 gardon
0x7a  0 tc  0 24  0 r  .  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
795 26 gardon
0x7b  0 tc  0 24  0 r  .  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
796 26 gardon
0x7c  0 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
797 26 gardon
0x7d  0 tc  0 24  0 r  y  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
798 26 gardon
0x7e  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
799 26 gardon
0x7f  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
800 26 gardon
0x80  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
801 26 gardon
0x81  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
802 26 gardon
0x82  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
803 26 gardon
0x83  0 tc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
804 26 gardon
0x84  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
805 26 gardon
0x85  0 tc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
806 26 gardon
0x86  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
807 26 gardon
0x87  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
808 26 gardon
0x88  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
809 26 gardon
0x89  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
810 26 gardon
0x8a  0 tc  0 32  0 r  .  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
811 26 gardon
0x8b  0 tc  0 32  0 r  .  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
812 26 gardon
0x8c  0 tc  0 32  0 r  y  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
813 26 gardon
0x8d  0 tc  0 32  0 r  y  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
814 26 gardon
0x8e  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
815 26 gardon
0x8f  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
816 26 gardon
0x90  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
817 26 gardon
0x91  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
818 26 gardon
0x92  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
819 26 gardon
0x93  0 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
820 26 gardon
0x94  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
821 26 gardon
0x95  0 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
822 26 gardon
0x96  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
823 26 gardon
0x97  0 dc  0 16  0 r  .  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
824 26 gardon
0x98  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0  0  0  0  0  0 0 None
825 26 gardon
0x99  0 dc  0 16  0 r  y  .  5  6  5  0  0  0  0 16 16 16  0  0 0 Slow
826 26 gardon
0x9a  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
827 26 gardon
0x9b  0 dc  0 16  0 r  .  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
828 26 gardon
0x9c  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0  0  0  0  0  0 0 None
829 26 gardon
0x9d  0 dc  0 16  0 r  y  .  5  6  5  0  0 16  0 16 16 16  0  0 0 Slow
830 26 gardon
0x9e  0 dc  0 16  0 r  .  .  5  6  5  0  0 24  0  0  0  0  0  0 0 None
831 26 gardon
0x9f  0 dc  0 16  0 r  .  .  5  6  5  0  0 24  0 16 16 16  0  0 0 Slow
832 26 gardon
0xa0  0 dc  0 16  0 r  y  .  5  6  5  0  0 24  0  0  0  0  0  0 0 None
833 26 gardon
0xa1  0 dc  0 16  0 r  y  .  5  6  5  0  0 24  0 16 16 16  0  0 0 Slow
834 26 gardon
0xa2  0 dc  0 16  0 r  .  .  5  6  5  0  0 24  8  0  0  0  0  0 0 None
835 26 gardon
0xa3  0 dc  0 16  0 r  .  .  5  6  5  0  0 24  8 16 16 16  0  0 0 Slow
836 26 gardon
0xa4  0 dc  0 16  0 r  y  .  5  6  5  0  0 24  8  0  0  0  0  0 0 None
837 26 gardon
0xa5  0 dc  0 16  0 r  y  .  5  6  5  0  0 24  8 16 16 16  0  0 0 Slow
838 26 gardon
0xa6  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
839 26 gardon
0xa7  0 dc  0 24  0 r  .  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
840 26 gardon
0xa8  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  0  0  0  0  0  0 0 None
841 26 gardon
0xa9  0 dc  0 24  0 r  y  .  8  8  8  0  0  0  0 16 16 16  0  0 0 Slow
842 26 gardon
0xaa  0 dc  0 24  0 r  .  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
843 26 gardon
0xab  0 dc  0 24  0 r  .  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
844 26 gardon
0xac  0 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
845 26 gardon
0xad  0 dc  0 24  0 r  y  .  8  8  8  0  0 16  0 16 16 16  0  0 0 Slow
846 26 gardon
0xae  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
847 26 gardon
0xaf  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
848 26 gardon
0xb0  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0  0  0  0  0  0 0 None
849 26 gardon
0xb1  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  0 16 16 16  0  0 0 Slow
850 26 gardon
0xb2  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
851 26 gardon
0xb3  0 dc  0 24  0 r  .  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
852 26 gardon
0xb4  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8  0  0  0  0  0 0 None
853 26 gardon
0xb5  0 dc  0 24  0 r  y  .  8  8  8  0  0 24  8 16 16 16  0  0 0 Slow
854 26 gardon
0xb6  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
855 26 gardon
0xb7  0 dc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
856 26 gardon
0xb8  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
857 26 gardon
0xb9  0 dc  0 32  0 r  y  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
858 26 gardon
0xba  0 dc  0 32  0 r  .  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
859 26 gardon
0xbb  0 dc  0 32  0 r  .  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
860 26 gardon
0xbc  0 dc  0 32  0 r  y  .  8  8  8  8  0 16  0  0  0  0  0  0 0 None
861 26 gardon
0xbd  0 dc  0 32  0 r  y  .  8  8  8  8  0 16  0 16 16 16 16  0 0 Slow
862 26 gardon
0xbe  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
863 26 gardon
0xbf  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
864 26 gardon
0xc0  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
865 26 gardon
0xc1  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
866 26 gardon
0xc2  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
867 26 gardon
0xc3  0 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
868 26 gardon
0xc4  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
869 26 gardon
0xc5  0 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
870 26 gardon
</pre>
871 1 kervala
872 15 JulFX
h2. Intel
873 15 JulFX
874 25 mhd
h3. Intel GM45 Chipset for Mobile
875 25 mhd
876 25 mhd
<pre>
877 25 mhd
name of display: :0.0
878 25 mhd
display: :0  screen: 0
879 25 mhd
direct rendering: Yes
880 25 mhd
server glx vendor string: SGI
881 25 mhd
server glx version string: 1.4
882 25 mhd
server glx extensions:
883 25 mhd
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
884 25 mhd
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
885 25 mhd
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
886 25 mhd
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
887 25 mhd
    GLX_SGIX_visual_select_group, GLX_INTEL_swap_event
888 25 mhd
client glx vendor string: Mesa Project and SGI
889 25 mhd
client glx version string: 1.4
890 25 mhd
client glx extensions:
891 25 mhd
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
892 25 mhd
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
893 25 mhd
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
894 25 mhd
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
895 25 mhd
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
896 25 mhd
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
897 25 mhd
    GLX_INTEL_swap_event
898 25 mhd
GLX version: 1.4
899 25 mhd
GLX extensions:
900 25 mhd
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
901 25 mhd
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
902 25 mhd
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
903 25 mhd
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
904 25 mhd
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
905 25 mhd
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
906 25 mhd
    GLX_INTEL_swap_event
907 25 mhd
OpenGL vendor string: Tungsten Graphics, Inc
908 25 mhd
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20100330 DEVELOPMENT 
909 25 mhd
OpenGL version string: 2.1 Mesa 7.9-devel
910 25 mhd
OpenGL shading language version string: 1.20
911 25 mhd
OpenGL extensions:
912 25 mhd
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
913 25 mhd
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
914 25 mhd
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
915 25 mhd
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
916 25 mhd
    GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, 
917 25 mhd
    GL_ARB_half_float_vertex, GL_ARB_map_buffer_range, GL_ARB_multisample, 
918 25 mhd
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, 
919 25 mhd
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
920 25 mhd
    GL_ARB_seamless_cube_map, GL_ARB_shader_objects, 
921 25 mhd
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
922 25 mhd
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
923 25 mhd
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
924 25 mhd
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
925 25 mhd
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
926 25 mhd
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
927 25 mhd
    GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
928 25 mhd
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
929 25 mhd
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
930 25 mhd
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
931 25 mhd
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
932 25 mhd
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
933 25 mhd
    GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, 
934 25 mhd
    GL_EXT_draw_buffers2, GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
935 25 mhd
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
936 25 mhd
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
937 25 mhd
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
938 25 mhd
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
939 25 mhd
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
940 25 mhd
    GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
941 25 mhd
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
942 25 mhd
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
943 25 mhd
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
944 25 mhd
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
945 25 mhd
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
946 25 mhd
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, 
947 25 mhd
    GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, GL_EXT_vertex_array, 
948 25 mhd
    GL_EXT_vertex_array_bgra, GL_3DFX_texture_compression_FXT1, 
949 25 mhd
    GL_APPLE_client_storage, GL_APPLE_packed_pixels, 
950 25 mhd
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable, 
951 25 mhd
    GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, 
952 25 mhd
    GL_ATI_texture_env_combine3, GL_ATI_separate_stencil, 
953 25 mhd
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
954 25 mhd
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
955 25 mhd
    GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_ycbcr_texture, 
956 25 mhd
    GL_MESA_window_pos, GL_NV_blend_square, GL_NV_depth_clamp, 
957 25 mhd
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
958 25 mhd
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
959 25 mhd
    GL_NV_texture_rectangle, GL_NV_vertex_program, GL_NV_vertex_program1_1, 
960 25 mhd
    GL_OES_read_format, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
961 25 mhd
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, 
962 25 mhd
    GL_OES_EGL_image
963 25 mhd
OpenGL limits:
964 25 mhd
    GL_MAX_ATTRIB_STACK_DEPTH = 16
965 25 mhd
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
966 25 mhd
    GL_MAX_CLIP_PLANES = 6
967 25 mhd
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
968 25 mhd
    GL_MAX_ELEMENTS_VERTICES = 3000
969 25 mhd
    GL_MAX_ELEMENTS_INDICES = 3000
970 25 mhd
    GL_MAX_EVAL_ORDER = 30
971 25 mhd
    GL_MAX_LIGHTS = 8
972 25 mhd
    GL_MAX_LIST_NESTING = 64
973 25 mhd
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
974 25 mhd
    GL_MAX_NAME_STACK_DEPTH = 64
975 25 mhd
    GL_MAX_PIXEL_MAP_TABLE = 256
976 25 mhd
    GL_MAX_PROJECTION_STACK_DEPTH = 32
977 25 mhd
    GL_MAX_TEXTURE_STACK_DEPTH = 10
978 25 mhd
    GL_MAX_TEXTURE_SIZE = 4096
979 25 mhd
    GL_MAX_3D_TEXTURE_SIZE = 256
980 25 mhd
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
981 25 mhd
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 5
982 25 mhd
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 5
983 25 mhd
    GL_ALIASED_POINT_SIZE_RANGE = 1, 255
984 25 mhd
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 255
985 25 mhd
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 2048
986 25 mhd
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 6
987 25 mhd
    GL_MAX_TEXTURE_UNITS_ARB = 8
988 25 mhd
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 12
989 25 mhd
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
990 25 mhd
    GL_MAX_DRAW_BUFFERS_ARB = 8
991 25 mhd
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
992 25 mhd
    GL_VERTEX_PROGRAM_ARB:
993 25 mhd
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
994 25 mhd
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
995 25 mhd
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
996 25 mhd
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256
997 25 mhd
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
998 25 mhd
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
999 25 mhd
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1000 25 mhd
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1001 25 mhd
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1002 25 mhd
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1003 25 mhd
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1004 25 mhd
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1005 25 mhd
    GL_FRAGMENT_PROGRAM_ARB:
1006 25 mhd
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1007 25 mhd
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1008 25 mhd
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1009 25 mhd
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256
1010 25 mhd
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
1011 25 mhd
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1012 25 mhd
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
1013 25 mhd
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 12
1014 25 mhd
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
1015 25 mhd
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
1016 25 mhd
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1017 25 mhd
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1018 25 mhd
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1019 25 mhd
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1020 25 mhd
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1021 25 mhd
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1022 25 mhd
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1023 25 mhd
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1024 25 mhd
    GL_VERTEX_SHADER_ARB:
1025 25 mhd
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1026 25 mhd
        GL_MAX_VARYING_FLOATS_ARB = 64
1027 25 mhd
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1028 25 mhd
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1029 25 mhd
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 0
1030 25 mhd
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 16
1031 25 mhd
        GL_MAX_TEXTURE_COORDS_ARB = 8
1032 25 mhd
    GL_FRAGMENT_SHADER_ARB:
1033 25 mhd
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
1034 25 mhd
        GL_MAX_TEXTURE_COORDS_ARB = 8
1035 25 mhd
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1036 25 mhd
1037 25 mhd
32 GLX Visuals
1038 25 mhd
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
1039 25 mhd
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
1040 25 mhd
----------------------------------------------------------------------------
1041 25 mhd
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1042 25 mhd
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1043 25 mhd
0x0a6 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1044 25 mhd
0x0a7 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1045 25 mhd
0x0a8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1046 25 mhd
0x0a9 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1047 25 mhd
0x0aa 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1048 25 mhd
0x0ab 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1049 25 mhd
0x0ac 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1050 25 mhd
0x0ad 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1051 25 mhd
0x0ae 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1052 25 mhd
0x0af 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1053 25 mhd
0x0b0 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1054 25 mhd
0x0b1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
1055 25 mhd
0x0b2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1056 25 mhd
0x0b3 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
1057 25 mhd
0x0b4 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1058 25 mhd
0x0b5 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1059 25 mhd
0x0b6 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1060 25 mhd
0x0b7 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1061 25 mhd
0x0b8 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1062 25 mhd
0x0b9 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1063 25 mhd
0x0ba 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1064 25 mhd
0x0bb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1065 25 mhd
0x0bc 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1066 25 mhd
0x0bd 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1067 25 mhd
0x0be 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1068 25 mhd
0x0bf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1069 25 mhd
0x0c0 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
1070 25 mhd
0x0c1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1071 25 mhd
0x0c2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
1072 25 mhd
0x075 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1073 25 mhd
1074 25 mhd
48 GLXFBConfigs:
1075 25 mhd
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
1076 25 mhd
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
1077 25 mhd
----------------------------------------------------------------------------
1078 25 mhd
0x076  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1079 25 mhd
0x077  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1080 25 mhd
0x078  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1081 25 mhd
0x079  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1082 25 mhd
0x07a  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1083 25 mhd
0x07b  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1084 25 mhd
0x07c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1085 25 mhd
0x07d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1086 25 mhd
0x07e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1087 25 mhd
0x07f 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1088 25 mhd
0x080 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1089 25 mhd
0x081 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1090 25 mhd
0x082 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1091 25 mhd
0x083 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1092 25 mhd
0x084 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1093 25 mhd
0x085 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1094 25 mhd
0x086 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1095 25 mhd
0x087 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1096 25 mhd
0x088  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1097 25 mhd
0x089  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
1098 25 mhd
0x08a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1099 25 mhd
0x08b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
1100 25 mhd
0x08c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1101 25 mhd
0x08d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
1102 25 mhd
0x08e  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1103 25 mhd
0x08f  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1104 25 mhd
0x090  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
1105 25 mhd
0x091  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1106 25 mhd
0x092  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1107 25 mhd
0x093  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1108 25 mhd
0x094 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1109 25 mhd
0x095 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1110 25 mhd
0x096 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
1111 25 mhd
0x097 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1112 25 mhd
0x098 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1113 25 mhd
0x099 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1114 25 mhd
0x09a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1115 25 mhd
0x09b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1116 25 mhd
0x09c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
1117 25 mhd
0x09d 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1118 25 mhd
0x09e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1119 25 mhd
0x09f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1120 25 mhd
0x0a0  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
1121 25 mhd
0x0a1  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
1122 25 mhd
0x0a2 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
1123 25 mhd
0x0a3 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
1124 25 mhd
0x0a4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
1125 25 mhd
0x0a5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
1126 25 mhd
</pre>
1127 15 JulFX
1128 15 JulFX
h2. "MESA":http://www.mesa3d.org/ Software Rasterizer
1129 15 JulFX
1130 24 JulFX
h3. GeForce 7300 Go | Software Rasterizer Mesa 7.9-devel
1131 15 JulFX
1132 1 kervala
<pre>
1133 1 kervala
name of display: :0.0
1134 1 kervala
display: :0  screen: 0
1135 1 kervala
direct rendering: Yes
1136 1 kervala
server glx vendor string: SGI
1137 1 kervala
server glx version string: 1.4
1138 1 kervala
server glx extensions:
1139 1 kervala
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
1140 1 kervala
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, 
1141 1 kervala
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, 
1142 1 kervala
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1143 1 kervala
    GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
1144 1 kervala
client glx vendor string: Mesa Project and SGI
1145 1 kervala
client glx version string: 1.4
1146 1 kervala
client glx extensions:
1147 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1148 1 kervala
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1149 1 kervala
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
1150 1 kervala
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
1151 1 kervala
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1152 1 kervala
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
1153 1 kervala
    GLX_INTEL_swap_event
1154 1 kervala
GLX version: 1.4
1155 1 kervala
GLX extensions:
1156 1 kervala
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1157 1 kervala
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
1158 1 kervala
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1159 1 kervala
    GLX_INTEL_swap_event
1160 1 kervala
OpenGL vendor string: Mesa Project
1161 1 kervala
OpenGL renderer string: Software Rasterizer
1162 1 kervala
OpenGL version string: 2.1 Mesa 7.9-devel
1163 1 kervala
OpenGL shading language version string: 1.20
1164 1 kervala
OpenGL extensions:
1165 1 kervala
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
1166 1 kervala
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
1167 1 kervala
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
1168 1 kervala
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
1169 1 kervala
    GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, 
1170 1 kervala
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, 
1171 1 kervala
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
1172 1 kervala
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
1173 1 kervala
    GL_ARB_provoking_vertex, GL_ARB_shader_objects, 
1174 1 kervala
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, 
1175 1 kervala
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
1176 1 kervala
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
1177 1 kervala
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1178 1 kervala
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
1179 1 kervala
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
1180 1 kervala
    GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
1181 1 kervala
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
1182 1 kervala
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
1183 1 kervala
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
1184 1 kervala
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1185 1 kervala
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
1186 1 kervala
    GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, 
1187 1 kervala
    GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, 
1188 1 kervala
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
1189 1 kervala
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
1190 1 kervala
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, 
1191 1 kervala
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
1192 1 kervala
    GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, 
1193 1 kervala
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, 
1194 1 kervala
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
1195 1 kervala
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
1196 1 kervala
    GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side, 
1197 1 kervala
    GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
1198 1 kervala
    GL_EXT_texture_array, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
1199 1 kervala
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
1200 1 kervala
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, 
1201 1 kervala
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
1202 1 kervala
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, 
1203 1 kervala
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
1204 1 kervala
    GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, 
1205 1 kervala
    GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable, 
1206 1 kervala
    GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, 
1207 1 kervala
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
1208 1 kervala
    GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
1209 1 kervala
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
1210 1 kervala
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
1211 1 kervala
    GL_MESA_pack_invert, GL_MESA_resize_buffers, GL_MESA_texture_array, 
1212 1 kervala
    GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, 
1213 1 kervala
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program, 
1214 1 kervala
    GL_NV_fragment_program_option, GL_NV_light_max_exponent, 
1215 1 kervala
    GL_NV_packed_depth_stencil, GL_NV_point_sprite, GL_NV_texgen_reflection, 
1216 1 kervala
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_vertex_program, 
1217 1 kervala
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, 
1218 1 kervala
    GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, 
1219 1 kervala
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
1220 1 kervala
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
1221 1 kervala
OpenGL limits:
1222 1 kervala
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1223 1 kervala
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1224 1 kervala
    GL_MAX_CLIP_PLANES = 6
1225 1 kervala
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
1226 1 kervala
    GL_MAX_ELEMENTS_VERTICES = 3000
1227 1 kervala
    GL_MAX_ELEMENTS_INDICES = 3000
1228 1 kervala
    GL_MAX_EVAL_ORDER = 30
1229 1 kervala
    GL_MAX_LIGHTS = 8
1230 1 kervala
    GL_MAX_LIST_NESTING = 64
1231 1 kervala
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1232 1 kervala
    GL_MAX_NAME_STACK_DEPTH = 64
1233 1 kervala
    GL_MAX_PIXEL_MAP_TABLE = 256
1234 1 kervala
    GL_MAX_PROJECTION_STACK_DEPTH = 32
1235 1 kervala
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1236 1 kervala
    GL_MAX_TEXTURE_SIZE = 4096
1237 1 kervala
    GL_MAX_3D_TEXTURE_SIZE = 256
1238 1 kervala
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
1239 1 kervala
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1240 1 kervala
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1241 1 kervala
    GL_ALIASED_POINT_SIZE_RANGE = 1, 60
1242 1 kervala
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 60
1243 1 kervala
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
1244 1 kervala
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 6
1245 1 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 8
1246 1 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 12
1247 1 kervala
    GL_MAX_DRAW_BUFFERS_ARB = 8
1248 1 kervala
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
1249 1 kervala
    GL_VERTEX_PROGRAM_ARB:
1250 1 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1251 1 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0
1252 1 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1253 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0
1254 1 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1255 1 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0
1256 1 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1257 1 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0
1258 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1259 1 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
1260 1 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1261 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1262 1 kervala
    GL_FRAGMENT_PROGRAM_ARB:
1263 1 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1264 1 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0
1265 1 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1266 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0
1267 1 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
1268 1 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0
1269 1 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
1270 1 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0
1271 1 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
1272 1 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0
1273 1 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1274 1 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1275 1 kervala
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1276 1 kervala
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1277 1 kervala
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1278 1 kervala
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0
1279 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0
1280 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0
1281 1 kervala
    GL_VERTEX_SHADER_ARB:
1282 1 kervala
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1283 1 kervala
        GL_MAX_VARYING_FLOATS_ARB = 64
1284 1 kervala
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1285 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1286 1 kervala
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
1287 1 kervala
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1288 1 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
1289 1 kervala
    GL_FRAGMENT_SHADER_ARB:
1290 1 kervala
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
1291 1 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
1292 1 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1293 1 kervala
</pre>
1294 1 kervala
1295 15 JulFX
h2. NVidia / "Nouveau":http://nouveau.freedesktop.org/wiki/
1296 1 kervala
1297 23 JulFX
h3. GeForce 8400M GS | Gallium 0.4 & Mesa 7.9-devel
1298 23 JulFX
1299 23 JulFX
<pre>
1300 23 JulFX
name of display: :0.0
1301 23 JulFX
nv50_screen_get_param:162 -  Unknown PIPE_CAP 11
1302 23 JulFX
display: :0  screen: 0
1303 23 JulFX
direct rendering: Yes
1304 23 JulFX
server glx vendor string: SGI
1305 23 JulFX
server glx version string: 1.4
1306 23 JulFX
server glx extensions:
1307 23 JulFX
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
1308 23 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1309 23 JulFX
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
1310 23 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
1311 23 JulFX
    GLX_INTEL_swap_event
1312 23 JulFX
client glx vendor string: Mesa Project and SGI
1313 23 JulFX
client glx version string: 1.4
1314 23 JulFX
client glx extensions:
1315 23 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1316 23 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1317 23 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
1318 23 JulFX
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
1319 23 JulFX
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1320 23 JulFX
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
1321 23 JulFX
    GLX_INTEL_swap_event
1322 23 JulFX
GLX version: 1.4
1323 23 JulFX
GLX extensions:
1324 23 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1325 23 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1326 23 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
1327 23 JulFX
    GLX_SGI_make_current_read, GLX_SGI_video_sync, GLX_SGIS_multisample, 
1328 23 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
1329 23 JulFX
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
1330 23 JulFX
OpenGL vendor string: nouveau
1331 23 JulFX
OpenGL renderer string: Gallium 0.4 on NV86
1332 23 JulFX
OpenGL version string: 2.1 Mesa 7.9-devel
1333 23 JulFX
OpenGL shading language version string: 1.20
1334 23 JulFX
OpenGL extensions:
1335 23 JulFX
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
1336 23 JulFX
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
1337 23 JulFX
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
1338 23 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
1339 23 JulFX
    GL_ARB_framebuffer_object, GL_ARB_map_buffer_range, GL_ARB_multisample, 
1340 23 JulFX
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, 
1341 23 JulFX
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
1342 23 JulFX
    GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, 
1343 23 JulFX
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
1344 23 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
1345 23 JulFX
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1346 23 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
1347 23 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
1348 23 JulFX
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
1349 23 JulFX
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
1350 23 JulFX
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
1351 23 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
1352 23 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1353 23 JulFX
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
1354 23 JulFX
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, 
1355 23 JulFX
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
1356 23 JulFX
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
1357 23 JulFX
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
1358 23 JulFX
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
1359 23 JulFX
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
1360 23 JulFX
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1361 23 JulFX
    GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
1362 23 JulFX
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
1363 23 JulFX
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
1364 23 JulFX
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
1365 23 JulFX
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
1366 23 JulFX
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1367 23 JulFX
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
1368 23 JulFX
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
1369 23 JulFX
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, 
1370 23 JulFX
    GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, 
1371 23 JulFX
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
1372 23 JulFX
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, 
1373 23 JulFX
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
1374 23 JulFX
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_window_pos, 
1375 23 JulFX
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
1376 23 JulFX
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
1377 23 JulFX
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
1378 23 JulFX
    GL_NV_texture_rectangle, GL_OES_read_format, GL_SGI_color_matrix, 
1379 23 JulFX
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
1380 23 JulFX
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, 
1381 23 JulFX
    GL_OES_EGL_image, GL_OES_draw_texture
1382 23 JulFX
OpenGL limits:
1383 23 JulFX
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1384 23 JulFX
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1385 23 JulFX
    GL_MAX_CLIP_PLANES = 6
1386 23 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
1387 23 JulFX
    GL_MAX_ELEMENTS_VERTICES = 3000
1388 23 JulFX
    GL_MAX_ELEMENTS_INDICES = 3000
1389 23 JulFX
    GL_MAX_EVAL_ORDER = 30
1390 23 JulFX
    GL_MAX_LIGHTS = 8
1391 23 JulFX
    GL_MAX_LIST_NESTING = 64
1392 23 JulFX
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1393 23 JulFX
    GL_MAX_NAME_STACK_DEPTH = 64
1394 23 JulFX
    GL_MAX_PIXEL_MAP_TABLE = 256
1395 23 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 32
1396 23 JulFX
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1397 23 JulFX
    GL_MAX_TEXTURE_SIZE = 4096
1398 23 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 256
1399 23 JulFX
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
1400 23 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1401 23 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1402 23 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 64
1403 23 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 0, 64
1404 23 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
1405 23 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 4
1406 23 JulFX
    GL_MAX_TEXTURE_UNITS_ARB = 8
1407 23 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 4
1408 23 JulFX
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1409 23 JulFX
    GL_MAX_DRAW_BUFFERS_ARB = 8
1410 23 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
1411 23 JulFX
    GL_VERTEX_PROGRAM_ARB:
1412 23 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1413 23 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1414 23 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1415 23 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
1416 23 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1417 23 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
1418 23 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1419 23 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1420 23 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1421 23 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1422 23 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1423 23 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1424 23 JulFX
    GL_FRAGMENT_PROGRAM_ARB:
1425 23 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1426 23 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1427 23 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1428 23 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
1429 23 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
1430 23 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
1431 23 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
1432 23 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1433 23 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
1434 23 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1435 23 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1436 23 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1437 23 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1438 23 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1439 23 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1440 23 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1441 23 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1442 23 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1443 23 JulFX
    GL_VERTEX_SHADER_ARB:
1444 23 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1445 23 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 56
1446 23 JulFX
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1447 23 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1448 23 JulFX
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
1449 23 JulFX
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1450 23 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1451 23 JulFX
    GL_FRAGMENT_SHADER_ARB:
1452 23 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
1453 23 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1454 23 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1455 23 JulFX
</pre>
1456 23 JulFX
1457 24 JulFX
h3. GeForce 9800 GT | Gallium 0.4 & Mesa 7.9-devel
1458 1 kervala
1459 1 kervala
<pre>
1460 1 kervala
name of display: :0.0
1461 1 kervala
display: :0  screen: 0
1462 1 kervala
direct rendering: Yes
1463 15 JulFX
server glx vendor string: SGI
1464 15 JulFX
server glx version string: 1.4
1465 15 JulFX
server glx extensions:
1466 15 JulFX
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
1467 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1468 15 JulFX
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, 
1469 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
1470 15 JulFX
    GLX_INTEL_swap_event
1471 15 JulFX
client glx vendor string: Mesa Project and SGI
1472 15 JulFX
client glx version string: 1.4
1473 15 JulFX
client glx extensions:
1474 15 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1475 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1476 15 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
1477 15 JulFX
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
1478 15 JulFX
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1479 15 JulFX
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap, 
1480 15 JulFX
    GLX_INTEL_swap_event
1481 15 JulFX
GLX version: 1.4
1482 15 JulFX
GLX extensions:
1483 15 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
1484 15 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
1485 15 JulFX
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
1486 15 JulFX
    GLX_SGI_make_current_read, GLX_SGI_video_sync, GLX_SGIS_multisample, 
1487 15 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
1488 15 JulFX
    GLX_EXT_texture_from_pixmap, GLX_INTEL_swap_event
1489 15 JulFX
OpenGL vendor string: nouveau
1490 15 JulFX
OpenGL renderer string: Gallium 0.4 on NV92
1491 15 JulFX
OpenGL version string: 2.1 Mesa 7.9-devel
1492 15 JulFX
OpenGL shading language version string: 1.20
1493 15 JulFX
OpenGL extensions:
1494 15 JulFX
    GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
1495 15 JulFX
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
1496 15 JulFX
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
1497 15 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
1498 15 JulFX
    GL_ARB_framebuffer_object, GL_ARB_map_buffer_range, GL_ARB_multisample, 
1499 15 JulFX
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, 
1500 15 JulFX
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
1501 15 JulFX
    GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, 
1502 15 JulFX
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
1503 15 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
1504 15 JulFX
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1505 15 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
1506 15 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
1507 15 JulFX
    GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, 
1508 15 JulFX
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
1509 15 JulFX
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, 
1510 15 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
1511 15 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1512 15 JulFX
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
1513 15 JulFX
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, 
1514 15 JulFX
    GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, 
1515 15 JulFX
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, 
1516 15 JulFX
    GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
1517 15 JulFX
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
1518 15 JulFX
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
1519 15 JulFX
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1520 15 JulFX
    GL_EXT_secondary_color, GL_EXT_separate_specular_color, 
1521 15 JulFX
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
1522 15 JulFX
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, 
1523 15 JulFX
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
1524 15 JulFX
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
1525 15 JulFX
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1526 15 JulFX
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
1527 15 JulFX
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
1528 15 JulFX
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, 
1529 15 JulFX
    GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, 
1530 15 JulFX
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
1531 15 JulFX
    GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, 
1532 15 JulFX
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
1533 15 JulFX
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_window_pos, 
1534 15 JulFX
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, 
1535 15 JulFX
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
1536 15 JulFX
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4, 
1537 15 JulFX
    GL_NV_texture_rectangle, GL_OES_read_format, GL_SGI_color_matrix, 
1538 15 JulFX
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
1539 15 JulFX
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, 
1540 15 JulFX
    GL_OES_EGL_image, GL_OES_draw_texture
1541 15 JulFX
OpenGL limits:
1542 15 JulFX
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1543 15 JulFX
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1544 15 JulFX
    GL_MAX_CLIP_PLANES = 6
1545 15 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4
1546 15 JulFX
    GL_MAX_ELEMENTS_VERTICES = 3000
1547 15 JulFX
    GL_MAX_ELEMENTS_INDICES = 3000
1548 15 JulFX
    GL_MAX_EVAL_ORDER = 30
1549 15 JulFX
    GL_MAX_LIGHTS = 8
1550 15 JulFX
    GL_MAX_LIST_NESTING = 64
1551 15 JulFX
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1552 15 JulFX
    GL_MAX_NAME_STACK_DEPTH = 64
1553 15 JulFX
    GL_MAX_PIXEL_MAP_TABLE = 256
1554 15 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 32
1555 15 JulFX
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1556 15 JulFX
    GL_MAX_TEXTURE_SIZE = 4096
1557 15 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 256
1558 15 JulFX
    GL_MAX_VIEWPORT_DIMS = 4096, 4096
1559 15 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1560 15 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1561 15 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 64
1562 15 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 0, 64
1563 15 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096
1564 15 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 4
1565 15 JulFX
    GL_MAX_TEXTURE_UNITS_ARB = 8
1566 15 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 4
1567 15 JulFX
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1568 15 JulFX
    GL_MAX_DRAW_BUFFERS_ARB = 8
1569 15 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9
1570 15 JulFX
    GL_VERTEX_PROGRAM_ARB:
1571 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1572 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1573 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1574 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
1575 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1576 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
1577 15 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1578 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1579 15 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1580 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1581 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1582 15 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1583 15 JulFX
    GL_FRAGMENT_PROGRAM_ARB:
1584 15 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1585 15 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1586 15 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 256
1587 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 32
1588 15 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 64
1589 15 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 4096
1590 15 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 12
1591 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1592 15 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0
1593 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1594 15 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1595 15 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1596 15 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1597 15 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1598 15 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1599 15 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1600 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1601 15 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1602 15 JulFX
    GL_VERTEX_SHADER_ARB:
1603 15 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1604 15 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 56
1605 15 JulFX
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1606 15 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1607 15 JulFX
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16
1608 15 JulFX
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1609 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1610 15 JulFX
    GL_FRAGMENT_SHADER_ARB:
1611 15 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096
1612 15 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1613 15 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16
1614 15 JulFX
</pre>
1615 15 JulFX
1616 15 JulFX
h2. NVidia / "Proprietary":http://www.nvidia.com/object/unix.html
1617 15 JulFX
1618 22 JulFX
h3. GeForce 8400M GS | 260.19.06
1619 21 JulFX
1620 21 JulFX
<pre>
1621 21 JulFX
name of display: :0.0
1622 21 JulFX
display: :0  screen: 0
1623 21 JulFX
direct rendering: Yes
1624 21 JulFX
server glx vendor string: NVIDIA Corporation
1625 21 JulFX
server glx version string: 1.4
1626 21 JulFX
server glx extensions:
1627 21 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1628 21 JulFX
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1629 21 JulFX
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1630 21 JulFX
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
1631 21 JulFX
    GLX_ARB_create_context_robustness, GLX_ARB_multisample, 
1632 21 JulFX
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
1633 21 JulFX
client glx vendor string: NVIDIA Corporation
1634 21 JulFX
client glx version string: 1.4
1635 21 JulFX
client glx extensions:
1636 21 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
1637 21 JulFX
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
1638 21 JulFX
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1639 21 JulFX
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
1640 21 JulFX
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
1641 21 JulFX
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
1642 21 JulFX
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
1643 21 JulFX
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
1644 21 JulFX
    GLX_NV_video_capture, GLX_EXT_create_context_es2_profile, 
1645 21 JulFX
    GLX_ARB_create_context_robustness
1646 21 JulFX
GLX version: 1.4
1647 21 JulFX
GLX extensions:
1648 21 JulFX
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1649 21 JulFX
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1650 21 JulFX
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1651 21 JulFX
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es2_profile, 
1652 21 JulFX
    GLX_ARB_create_context_robustness, GLX_ARB_multisample, 
1653 21 JulFX
    GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
1654 21 JulFX
    GLX_ARB_get_proc_address
1655 21 JulFX
OpenGL vendor string: NVIDIA Corporation
1656 21 JulFX
OpenGL renderer string: GeForce 8400M GS/PCI/SSE2
1657 21 JulFX
OpenGL version string: 3.3.0 NVIDIA 260.19.06
1658 21 JulFX
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
1659 21 JulFX
OpenGL extensions:
1660 21 JulFX
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
1661 21 JulFX
    GL_ARB_compatibility, GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, 
1662 21 JulFX
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
1663 21 JulFX
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
1664 21 JulFX
    GL_ARB_ES2_compatibility, GL_ARB_explicit_attrib_location, 
1665 21 JulFX
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, 
1666 21 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
1667 21 JulFX
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
1668 21 JulFX
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, 
1669 21 JulFX
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, 
1670 21 JulFX
    GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multisample, 
1671 21 JulFX
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
1672 21 JulFX
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
1673 21 JulFX
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
1674 21 JulFX
    GL_ARB_seamless_cube_map, GL_ARB_separate_shader_objects, 
1675 21 JulFX
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
1676 21 JulFX
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
1677 21 JulFX
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
1678 21 JulFX
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
1679 21 JulFX
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
1680 21 JulFX
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1681 21 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
1682 21 JulFX
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
1683 21 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
1684 21 JulFX
    GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_swizzle, 
1685 21 JulFX
    GL_ARB_timer_query, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
1686 21 JulFX
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
1687 21 JulFX
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
1688 21 JulFX
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
1689 21 JulFX
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
1690 21 JulFX
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
1691 21 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
1692 21 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1693 21 JulFX
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
1694 21 JulFX
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
1695 21 JulFX
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
1696 21 JulFX
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
1697 21 JulFX
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
1698 21 JulFX
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
1699 21 JulFX
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
1700 21 JulFX
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
1701 21 JulFX
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
1702 21 JulFX
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1703 21 JulFX
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
1704 21 JulFX
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
1705 21 JulFX
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
1706 21 JulFX
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
1707 21 JulFX
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
1708 21 JulFX
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
1709 21 JulFX
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
1710 21 JulFX
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1711 21 JulFX
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
1712 21 JulFX
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
1713 21 JulFX
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
1714 21 JulFX
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_vertex_array, 
1715 21 JulFX
    GL_EXT_vertex_array_bgra, GL_IBM_rasterpos_clip, 
1716 21 JulFX
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
1717 21 JulFX
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
1718 21 JulFX
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
1719 21 JulFX
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
1720 21 JulFX
    GL_NV_fragment_program, GL_NV_fragment_program_option, 
1721 21 JulFX
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, 
1722 21 JulFX
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, 
1723 21 JulFX
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
1724 21 JulFX
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
1725 21 JulFX
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
1726 21 JulFX
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
1727 21 JulFX
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
1728 21 JulFX
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
1729 21 JulFX
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
1730 21 JulFX
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
1731 21 JulFX
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
1732 21 JulFX
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
1733 21 JulFX
    GL_NV_texture_shader3, GL_NV_transform_feedback, GL_NV_vdpau_interop, 
1734 21 JulFX
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
1735 21 JulFX
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
1736 21 JulFX
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
1737 21 JulFX
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
1738 21 JulFX
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
1739 21 JulFX
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
1740 21 JulFX
    GL_SGIX_shadow, GL_SUN_slice_accum
1741 21 JulFX
OpenGL limits:
1742 21 JulFX
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1743 21 JulFX
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1744 21 JulFX
    GL_MAX_CLIP_PLANES = 6
1745 21 JulFX
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
1746 21 JulFX
    GL_MAX_ELEMENTS_VERTICES = 1048576
1747 21 JulFX
    GL_MAX_ELEMENTS_INDICES = 1048576
1748 21 JulFX
    GL_MAX_EVAL_ORDER = 8
1749 21 JulFX
    GL_MAX_LIGHTS = 8
1750 21 JulFX
    GL_MAX_LIST_NESTING = 64
1751 21 JulFX
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1752 21 JulFX
    GL_MAX_NAME_STACK_DEPTH = 128
1753 21 JulFX
    GL_MAX_PIXEL_MAP_TABLE = 65536
1754 21 JulFX
    GL_MAX_PROJECTION_STACK_DEPTH = 4
1755 21 JulFX
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1756 21 JulFX
    GL_MAX_TEXTURE_SIZE = 8192
1757 21 JulFX
    GL_MAX_3D_TEXTURE_SIZE = 2048
1758 21 JulFX
    GL_MAX_VIEWPORT_DIMS = 8192, 8192
1759 21 JulFX
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1760 21 JulFX
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1761 21 JulFX
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
1762 21 JulFX
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
1763 21 JulFX
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192
1764 21 JulFX
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
1765 21 JulFX
    GL_MAX_TEXTURE_UNITS_ARB = 4
1766 21 JulFX
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
1767 21 JulFX
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1768 21 JulFX
    GL_MAX_DRAW_BUFFERS_ARB = 8
1769 21 JulFX
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
1770 21 JulFX
    GL_VERTEX_PROGRAM_ARB:
1771 21 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1772 21 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1773 21 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1774 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1775 21 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1776 21 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1777 21 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1778 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1779 21 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
1780 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
1781 21 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1782 21 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1783 21 JulFX
    GL_FRAGMENT_PROGRAM_ARB:
1784 21 JulFX
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1785 21 JulFX
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1786 21 JulFX
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1787 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1788 21 JulFX
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1789 21 JulFX
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1790 21 JulFX
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1791 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1792 21 JulFX
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1793 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1794 21 JulFX
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
1795 21 JulFX
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1796 21 JulFX
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1797 21 JulFX
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
1798 21 JulFX
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
1799 21 JulFX
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
1800 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
1801 21 JulFX
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
1802 21 JulFX
    GL_VERTEX_SHADER_ARB:
1803 21 JulFX
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
1804 21 JulFX
        GL_MAX_VARYING_FLOATS_ARB = 60
1805 21 JulFX
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
1806 21 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1807 21 JulFX
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
1808 21 JulFX
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
1809 21 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1810 21 JulFX
    GL_FRAGMENT_SHADER_ARB:
1811 21 JulFX
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
1812 21 JulFX
        GL_MAX_TEXTURE_COORDS_ARB = 8
1813 21 JulFX
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
1814 21 JulFX
</pre>
1815 21 JulFX
1816 16 JulFX
h3. GeForce GTX 470 | 256.35
1817 15 JulFX
1818 15 JulFX
<pre>
1819 15 JulFX
name of display: :0.0
1820 15 JulFX
display: :0  screen: 0
1821 15 JulFX
direct rendering: Yes
1822 14 Naush
server glx vendor string: NVIDIA Corporation
1823 14 Naush
server glx version string: 1.4
1824 14 Naush
server glx extensions:
1825 14 Naush
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1826 14 Naush
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1827 14 Naush
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1828 14 Naush
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1829 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
1830 14 Naush
client glx vendor string: NVIDIA Corporation
1831 14 Naush
client glx version string: 1.4
1832 14 Naush
client glx extensions:
1833 14 Naush
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
1834 14 Naush
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
1835 14 Naush
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
1836 14 Naush
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
1837 14 Naush
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
1838 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
1839 14 Naush
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
1840 14 Naush
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
1841 14 Naush
    GLX_NV_video_capture
1842 14 Naush
GLX version: 1.4
1843 14 Naush
GLX extensions:
1844 14 Naush
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
1845 14 Naush
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
1846 14 Naush
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
1847 14 Naush
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
1848 14 Naush
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
1849 14 Naush
    GLX_ARB_get_proc_address
1850 14 Naush
OpenGL vendor string: NVIDIA Corporation
1851 14 Naush
OpenGL renderer string: GeForce GTX 470/PCI/SSE2
1852 14 Naush
OpenGL version string: 4.0.0 NVIDIA 256.35
1853 14 Naush
OpenGL shading language version string: 4.00 NVIDIA via Cg compiler
1854 14 Naush
OpenGL extensions:
1855 14 Naush
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
1856 14 Naush
    GL_ARB_compatibility, GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, 
1857 14 Naush
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
1858 14 Naush
    GL_ARB_draw_buffers_blend, GL_ARB_draw_indirect, 
1859 14 Naush
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
1860 14 Naush
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, 
1861 14 Naush
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
1862 14 Naush
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
1863 14 Naush
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, GL_ARB_gpu_shader5, 
1864 14 Naush
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
1865 14 Naush
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, 
1866 14 Naush
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
1867 14 Naush
    GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, 
1868 14 Naush
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, 
1869 14 Naush
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
1870 14 Naush
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, 
1871 14 Naush
    GL_ARB_shader_subroutine, GL_ARB_shading_language_100, GL_ARB_shadow, 
1872 14 Naush
    GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_border_clamp, 
1873 14 Naush
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
1874 14 Naush
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
1875 14 Naush
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
1876 14 Naush
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
1877 14 Naush
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
1878 14 Naush
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
1879 14 Naush
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
1880 14 Naush
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_lod, 
1881 14 Naush
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
1882 14 Naush
    GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
1883 14 Naush
    GL_ARB_transform_feedback3, GL_ARB_transpose_matrix, 
1884 14 Naush
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
1885 6 zikzak
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
1886 6 zikzak
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
1887 6 zikzak
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_draw_buffers, 
1888 6 zikzak
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_S3_s3tc, 
1889 6 zikzak
    GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra, 
1890 6 zikzak
    GL_EXT_bindable_uniform, GL_EXT_blend_color, 
1891 6 zikzak
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
1892 6 zikzak
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
1893 6 zikzak
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
1894 6 zikzak
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
1895 6 zikzak
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
1896 6 zikzak
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
1897 6 zikzak
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
1898 6 zikzak
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
1899 6 zikzak
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
1900 6 zikzak
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
1901 6 zikzak
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
1902 6 zikzak
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
1903 6 zikzak
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_store, 
1904 6 zikzak
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
1905 6 zikzak
    GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
1906 6 zikzak
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
1907 6 zikzak
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
1908 6 zikzak
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
1909 6 zikzak
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
1910 6 zikzak
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
1911 6 zikzak
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
1912 6 zikzak
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
1913 6 zikzak
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2, 
1914 6 zikzak
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit, 
1915 6 zikzak
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
1916 6 zikzak
    GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render, 
1917 6 zikzak
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
1918 6 zikzak
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence, 
1919 6 zikzak
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, 
1920 6 zikzak
    GL_NV_fragment_program_option, GL_NV_fragment_program2, 
1921 6 zikzak
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
1922 6 zikzak
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
1923 6 zikzak
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
1924 1 kervala
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
1925 1 kervala
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
1926 6 zikzak
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
1927 1 kervala
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
1928 1 kervala
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
1929 1 kervala
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
1930 1 kervala
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
1931 6 zikzak
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
1932 6 zikzak
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
1933 6 zikzak
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
1934 6 zikzak
    GL_NV_texture_shader3, GL_NV_transform_feedback, 
1935 6 zikzak
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
1936 6 zikzak
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
1937 6 zikzak
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
1938 6 zikzak
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
1939 6 zikzak
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
1940 6 zikzak
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
1941 6 zikzak
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
1942 6 zikzak
    GL_SGIX_shadow, GL_SUN_slice_accum
1943 6 zikzak
OpenGL limits:
1944 6 zikzak
    GL_MAX_ATTRIB_STACK_DEPTH = 16
1945 6 zikzak
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
1946 6 zikzak
    GL_MAX_CLIP_PLANES = 6
1947 6 zikzak
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
1948 6 zikzak
    GL_MAX_ELEMENTS_VERTICES = 1048576
1949 6 zikzak
    GL_MAX_ELEMENTS_INDICES = 1048576
1950 6 zikzak
    GL_MAX_EVAL_ORDER = 8
1951 6 zikzak
    GL_MAX_LIGHTS = 8
1952 6 zikzak
    GL_MAX_LIST_NESTING = 64
1953 6 zikzak
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
1954 6 zikzak
    GL_MAX_NAME_STACK_DEPTH = 128
1955 6 zikzak
    GL_MAX_PIXEL_MAP_TABLE = 65536
1956 6 zikzak
    GL_MAX_PROJECTION_STACK_DEPTH = 4
1957 6 zikzak
    GL_MAX_TEXTURE_STACK_DEPTH = 10
1958 6 zikzak
    GL_MAX_TEXTURE_SIZE = 16384
1959 6 zikzak
    GL_MAX_3D_TEXTURE_SIZE = 2048
1960 6 zikzak
    GL_MAX_VIEWPORT_DIMS = 16384, 16384
1961 6 zikzak
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
1962 6 zikzak
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
1963 6 zikzak
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
1964 6 zikzak
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
1965 6 zikzak
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 16384
1966 6 zikzak
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
1967 7 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 4
1968 7 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
1969 7 kervala
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
1970 11 kerozcak
    GL_MAX_DRAW_BUFFERS_ARB = 8
1971 11 kerozcak
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
1972 11 kerozcak
    GL_VERTEX_PROGRAM_ARB:
1973 11 kerozcak
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1974 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1975 11 kerozcak
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1976 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1977 11 kerozcak
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1978 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1979 11 kerozcak
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1980 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1981 11 kerozcak
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
1982 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
1983 11 kerozcak
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
1984 11 kerozcak
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1985 11 kerozcak
    GL_FRAGMENT_PROGRAM_ARB:
1986 11 kerozcak
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
1987 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
1988 11 kerozcak
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
1989 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
1990 11 kerozcak
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
1991 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
1992 11 kerozcak
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
1993 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
1994 11 kerozcak
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
1995 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
1996 11 kerozcak
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
1997 11 kerozcak
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
1998 11 kerozcak
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
1999 11 kerozcak
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
2000 11 kerozcak
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
2001 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
2002 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
2003 11 kerozcak
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
2004 11 kerozcak
    GL_VERTEX_SHADER_ARB:
2005 11 kerozcak
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
2006 11 kerozcak
        GL_MAX_VARYING_FLOATS_ARB = 60
2007 11 kerozcak
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
2008 11 kerozcak
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
2009 11 kerozcak
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
2010 11 kerozcak
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
2011 11 kerozcak
        GL_MAX_TEXTURE_COORDS_ARB = 8
2012 11 kerozcak
    GL_FRAGMENT_SHADER_ARB:
2013 11 kerozcak
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
2014 11 kerozcak
        GL_MAX_TEXTURE_COORDS_ARB = 8
2015 11 kerozcak
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
2016 11 kerozcak
2017 11 kerozcak
</pre>
2018 11 kerozcak
2019 11 kerozcak
h3. ION | 195.36
2020 11 kerozcak
2021 11 kerozcak
<pre>
2022 11 kerozcak
name of display: :0.0
2023 11 kerozcak
display: :0  screen: 0
2024 11 kerozcak
direct rendering: Yes
2025 11 kerozcak
server glx vendor string: NVIDIA Corporation
2026 11 kerozcak
server glx version string: 1.4
2027 11 kerozcak
server glx extensions:
2028 11 kerozcak
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
2029 11 kerozcak
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
2030 11 kerozcak
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
2031 11 kerozcak
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
2032 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
2033 11 kerozcak
client glx vendor string: NVIDIA Corporation
2034 11 kerozcak
client glx version string: 1.4
2035 11 kerozcak
client glx extensions:
2036 11 kerozcak
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
2037 11 kerozcak
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
2038 11 kerozcak
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
2039 11 kerozcak
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_ARB_create_context, 
2040 11 kerozcak
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
2041 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
2042 11 kerozcak
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
2043 11 kerozcak
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
2044 11 kerozcak
    GLX_NV_video_capture
2045 11 kerozcak
GLX version: 1.4
2046 11 kerozcak
GLX extensions:
2047 11 kerozcak
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
2048 11 kerozcak
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
2049 11 kerozcak
    GLX_EXT_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_create_context, 
2050 11 kerozcak
    GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_NV_float_buffer, 
2051 11 kerozcak
    GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, 
2052 11 kerozcak
    GLX_ARB_get_proc_address
2053 11 kerozcak
OpenGL vendor string: NVIDIA Corporation
2054 11 kerozcak
OpenGL renderer string: ION/PCI/SSE2
2055 11 kerozcak
OpenGL version string: 3.2.0 NVIDIA 195.36.15
2056 11 kerozcak
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
2057 11 kerozcak
OpenGL extensions:
2058 11 kerozcak
    GL_ARB_color_buffer_float, GL_ARB_compatibility, GL_ARB_copy_buffer, 
2059 11 kerozcak
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
2060 11 kerozcak
    GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, 
2061 11 kerozcak
    GL_ARB_draw_instanced, GL_ARB_fragment_coord_conventions, 
2062 11 kerozcak
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
2063 11 kerozcak
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
2064 11 kerozcak
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, GL_ARB_half_float_pixel, 
2065 11 kerozcak
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, 
2066 11 kerozcak
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
2067 11 kerozcak
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
2068 11 kerozcak
    GL_ARB_provoking_vertex, GL_ARB_seamless_cube_map, GL_ARB_shader_objects, 
2069 11 kerozcak
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
2070 11 kerozcak
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
2071 11 kerozcak
    GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, 
2072 11 kerozcak
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
2073 11 kerozcak
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
2074 11 kerozcak
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
2075 11 kerozcak
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
2076 11 kerozcak
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
2077 11 kerozcak
    GL_ARB_texture_rg, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
2078 11 kerozcak
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
2079 11 kerozcak
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
2080 11 kerozcak
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
2081 11 kerozcak
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
2082 11 kerozcak
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
2083 11 kerozcak
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
2084 11 kerozcak
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
2085 7 kervala
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
2086 7 kervala
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
2087 7 kervala
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
2088 9 kervala
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_object, 
2089 9 kervala
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
2090 9 kervala
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
2091 9 kervala
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
2092 9 kervala
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
2093 9 kervala
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
2094 9 kervala
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
2095 9 kervala
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
2096 9 kervala
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
2097 9 kervala
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
2098 9 kervala
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
2099 9 kervala
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
2100 9 kervala
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
2101 9 kervala
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
2102 9 kervala
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
2103 9 kervala
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, 
2104 9 kervala
    GL_EXT_texture_shared_exponent, GL_EXT_texture_sRGB, 
2105 9 kervala
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2, 
2106 1 kervala
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_rasterpos_clip, 
2107 1 kervala
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
2108 9 kervala
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
2109 9 kervala
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_explicit_multisample, 
2110 9 kervala
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
2111 9 kervala
    GL_NV_fragment_program, GL_NV_fragment_program_option, 
2112 9 kervala
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, 
2113 9 kervala
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, 
2114 9 kervala
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
2115 9 kervala
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
2116 9 kervala
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
2117 9 kervala
    GL_NV_parameter_buffer_object2, GL_NV_pixel_data_range, 
2118 9 kervala
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
2119 9 kervala
    GL_NV_register_combiners2, GL_NV_shader_buffer_load, 
2120 9 kervala
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
2121 9 kervala
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
2122 9 kervala
    GL_NV_texture_expand_normal, GL_NV_texture_rectangle, 
2123 9 kervala
    GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3, 
2124 9 kervala
    GL_NV_transform_feedback, GL_NV_transform_feedback2, 
2125 9 kervala
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, 
2126 9 kervala
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
2127 9 kervala
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
2128 9 kervala
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
2129 9 kervala
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, 
2130 9 kervala
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
2131 9 kervala
    GL_SGIX_shadow, GL_SUN_slice_accum
2132 9 kervala
OpenGL limits:
2133 9 kervala
    GL_MAX_ATTRIB_STACK_DEPTH = 16
2134 9 kervala
    GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16
2135 9 kervala
    GL_MAX_CLIP_PLANES = 6
2136 9 kervala
    GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2
2137 9 kervala
    GL_MAX_ELEMENTS_VERTICES = 1048576
2138 1 kervala
    GL_MAX_ELEMENTS_INDICES = 1048576
2139 9 kervala
    GL_MAX_EVAL_ORDER = 8
2140 9 kervala
    GL_MAX_LIGHTS = 8
2141 9 kervala
    GL_MAX_LIST_NESTING = 64
2142 9 kervala
    GL_MAX_MODELVIEW_STACK_DEPTH = 32
2143 9 kervala
    GL_MAX_NAME_STACK_DEPTH = 128
2144 9 kervala
    GL_MAX_PIXEL_MAP_TABLE = 65536
2145 9 kervala
    GL_MAX_PROJECTION_STACK_DEPTH = 4
2146 9 kervala
    GL_MAX_TEXTURE_STACK_DEPTH = 10
2147 9 kervala
    GL_MAX_TEXTURE_SIZE = 8192
2148 9 kervala
    GL_MAX_3D_TEXTURE_SIZE = 2048
2149 9 kervala
    GL_MAX_VIEWPORT_DIMS = 8192, 8192
2150 9 kervala
    GL_ALIASED_LINE_WIDTH_RANGE = 1, 10
2151 9 kervala
    GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10
2152 9 kervala
    GL_ALIASED_POINT_SIZE_RANGE = 1, 63
2153 9 kervala
    GL_SMOOTH_POINT_SIZE_RANGE = 1, 63
2154 9 kervala
    GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192
2155 9 kervala
    GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3
2156 9 kervala
    GL_MAX_TEXTURE_UNITS_ARB = 4
2157 9 kervala
    GL_MAX_TEXTURE_LOD_BIAS_EXT = 15
2158 9 kervala
    GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16
2159 9 kervala
    GL_MAX_DRAW_BUFFERS_ARB = 8
2160 9 kervala
    GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11
2161 9 kervala
    GL_VERTEX_PROGRAM_ARB:
2162 9 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
2163 9 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
2164 9 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
2165 1 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
2166 9 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
2167 9 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
2168 9 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
2169 9 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
2170 9 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2
2171 9 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2
2172 9 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024
2173 9 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
2174 9 kervala
    GL_FRAGMENT_PROGRAM_ARB:
2175 9 kervala
        GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384
2176 9 kervala
        GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384
2177 9 kervala
        GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096
2178 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096
2179 9 kervala
        GL_MAX_PROGRAM_PARAMETERS_ARB = 1024
2180 9 kervala
        GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024
2181 9 kervala
        GL_MAX_PROGRAM_ATTRIBS_ARB = 16
2182 9 kervala
        GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16
2183 9 kervala
        GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1
2184 9 kervala
        GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1
2185 9 kervala
        GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512
2186 9 kervala
        GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256
2187 9 kervala
        GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384
2188 9 kervala
        GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384
2189 9 kervala
        GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384
2190 9 kervala
        GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384
2191 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384
2192 9 kervala
        GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384
2193 9 kervala
    GL_VERTEX_SHADER_ARB:
2194 9 kervala
        GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096
2195 9 kervala
        GL_MAX_VARYING_FLOATS_ARB = 60
2196 9 kervala
        GL_MAX_VERTEX_ATTRIBS_ARB = 16
2197 9 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
2198 9 kervala
        GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32
2199 9 kervala
        GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32
2200 7 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
2201 7 kervala
    GL_FRAGMENT_SHADER_ARB:
2202 7 kervala
        GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048
2203 7 kervala
        GL_MAX_TEXTURE_COORDS_ARB = 8
2204 7 kervala
        GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32
2205 7 kervala
2206 7 kervala
84 GLX Visuals
2207 7 kervala
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
2208 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
2209 7 kervala
----------------------------------------------------------------------
2210 7 kervala
0x21 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2211 7 kervala
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2212 7 kervala
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2213 7 kervala
0x25 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2214 7 kervala
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2215 7 kervala
0x27 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2216 7 kervala
0x28 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2217 7 kervala
0x29 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2218 7 kervala
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2219 7 kervala
0x2b 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2220 7 kervala
0x2c 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2221 7 kervala
0x2d 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2222 7 kervala
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2223 7 kervala
0x2f 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2224 7 kervala
0x30 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2225 7 kervala
0x31 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2226 7 kervala
0x32 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2227 7 kervala
0x33 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2228 7 kervala
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2229 7 kervala
0x35 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2230 7 kervala
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2231 7 kervala
0x37 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2232 7 kervala
0x38 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2233 8 JulFX
0x39 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2234 8 JulFX
0x3a 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2235 8 JulFX
0x3b 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2236 8 JulFX
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2237 8 JulFX
0x3d 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2238 8 JulFX
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2239 8 JulFX
0x3f 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2240 8 JulFX
0x40 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2241 8 JulFX
0x41 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2242 8 JulFX
0x42 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2243 8 JulFX
0x43 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2244 1 kervala
0x44 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2245 8 JulFX
0x45 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2246 8 JulFX
0x46 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2247 8 JulFX
0x47 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2248 8 JulFX
0x48 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2249 8 JulFX
0x49 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2250 8 JulFX
0x4a 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2251 8 JulFX
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2252 8 JulFX
0x4c 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2253 8 JulFX
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2254 8 JulFX
0x4e 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2255 8 JulFX
0x4f 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2256 8 JulFX
0x50 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2257 8 JulFX
0x51 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2258 8 JulFX
0x52 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2259 8 JulFX
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2260 8 JulFX
0x54 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2261 8 JulFX
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2262 8 JulFX
0x56 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2263 8 JulFX
0x57 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2264 8 JulFX
0x58 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2265 8 JulFX
0x59 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2266 8 JulFX
0x23 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2267 8 JulFX
0x5a 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2268 8 JulFX
0x5b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2269 8 JulFX
0x5c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2270 8 JulFX
0x5d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2271 8 JulFX
0x5e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2272 8 JulFX
0x5f 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2273 8 JulFX
0x60 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2274 8 JulFX
0x61 32 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2275 8 JulFX
0x62 32 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2276 8 JulFX
0x63 32 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2277 8 JulFX
0x64 32 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2278 8 JulFX
0x65 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2279 8 JulFX
0x66 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2280 8 JulFX
0x67 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2281 8 JulFX
0x68 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2282 8 JulFX
0x69 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2283 8 JulFX
0x6a 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2284 8 JulFX
0x6b 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2285 8 JulFX
0x6c 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2286 8 JulFX
0x6d 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2287 8 JulFX
0x6e 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2288 8 JulFX
0x6f 32 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2289 8 JulFX
0x70 32 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2290 8 JulFX
0x71 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2291 8 JulFX
0x72 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2292 8 JulFX
0x73 32 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2293 8 JulFX
0x74 32 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2294 8 JulFX
2295 8 JulFX
167 GLXFBConfigs:
2296 8 JulFX
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
2297 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
2298 8 JulFX
----------------------------------------------------------------------
2299 8 JulFX
0x75  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2300 8 JulFX
0x76  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2301 8 JulFX
0x77  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2302 8 JulFX
0x78  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2303 8 JulFX
0x79  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2304 8 JulFX
0x7a  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2305 1 kervala
0x7b  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2306 1 kervala
0x7c  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2307 1 kervala
0x7d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2308 1 kervala
0x7e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2309 1 kervala
0x7f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2310 1 kervala
0x80  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2311 1 kervala
0x81  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2312 1 kervala
0x82  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2313 8 JulFX
0x83  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2314 8 JulFX
0x84  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2315 8 JulFX
0x85  0 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2316 8 JulFX
0x86  0 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2317 8 JulFX
0x87  0 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2318 8 JulFX
0x88  0 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2319 8 JulFX
0x89  0 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2320 8 JulFX
0x8a  0 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2321 8 JulFX
0x8b  0 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2322 8 JulFX
0x8c  0 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2323 8 JulFX
0x8d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2324 8 JulFX
0x8e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2325 8 JulFX
0x8f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2326 8 JulFX
0x90  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2327 8 JulFX
0x91  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2328 8 JulFX
0x92  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2329 8 JulFX
0x93  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2330 8 JulFX
0x94  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2331 8 JulFX
0x95  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2332 8 JulFX
0x96  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2333 8 JulFX
0x97  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2334 8 JulFX
0x98  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2335 8 JulFX
0x99  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2336 8 JulFX
0x9a  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2337 8 JulFX
0x9b  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2338 8 JulFX
0x9c  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2339 8 JulFX
0x9d  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2340 8 JulFX
0x9e  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2341 8 JulFX
0x9f  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2342 8 JulFX
0xa0  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2343 8 JulFX
0xa1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2344 8 JulFX
0xa2  0 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2345 8 JulFX
0xa3  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2346 8 JulFX
0xa4  0 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2347 8 JulFX
0xa5  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2348 8 JulFX
0xa6  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2349 8 JulFX
0xa7  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2350 8 JulFX
0xa8  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2351 8 JulFX
0xa9  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2352 8 JulFX
0xaa  0 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2353 1 kervala
0xab  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2354 1 kervala
0xac  0 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2355 8 JulFX
0xad  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2356 8 JulFX
0xae  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2357 8 JulFX
0xaf  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
2358 8 JulFX
0xb0  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
2359 8 JulFX
0xb1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2360 8 JulFX
0xb2  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2361 8 JulFX
0xb3  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
2362 8 JulFX
0xb4  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
2363 8 JulFX
0xb5  0 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2364 8 JulFX
0xb6  0 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2365 8 JulFX
0xb7  0 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
2366 8 JulFX
0xb8  0 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
2367 8 JulFX
0xb9  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2368 8 JulFX
0xba  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2369 8 JulFX
0xbb  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2370 8 JulFX
0xbc  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2371 8 JulFX
0xbd  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
2372 8 JulFX
0xbe  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
2373 8 JulFX
0xbf  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
2374 8 JulFX
0xc0  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
2375 8 JulFX
0xc1  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2376 8 JulFX
0xc2  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2377 8 JulFX
0xc3  0 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2378 8 JulFX
0xc4  0 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2379 8 JulFX
0xc5  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
2380 8 JulFX
0xc6  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
2381 8 JulFX
0xc7  0 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
2382 8 JulFX
0xc8  0 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
2383 8 JulFX
0xc9  0 sg  0 16  0 r  y  .  5  6  5  0  4 16  0 16 16 16 16  0 0 None
2384 8 JulFX
0xca  0 sg  0 16  0 r  .  .  5  6  5  0  4 16  0 16 16 16 16  0 0 None
2385 8 JulFX
0xcb  0 sg  0 16  0 r  y  .  5  6  5  0  4 24  0 16 16 16 16  0 0 None
2386 8 JulFX
0xcc  0 sg  0 16  0 r  .  .  5  6  5  0  4 24  0 16 16 16 16  0 0 None
2387 8 JulFX
0xcd  0 sg  0 16  0 r  y  .  5  6  5  0  4 24  8 16 16 16 16  0 0 None
2388 8 JulFX
0xce  0 sg  0 16  0 r  .  .  5  6  5  0  4 24  8 16 16 16 16  0 0 None
2389 8 JulFX
0xcf  0 sg  0 16  0 r  y  .  5  6  5  0  4  0  0 16 16 16 16  0 0 None
2390 8 JulFX
0xd0  0 sg  0 16  0 r  .  .  5  6  5  0  4  0  0 16 16 16 16  0 0 None
2391 8 JulFX
0xd1  0 sg  0  0  0 r  .  .  0  0  0  0  4 16  0 16 16 16 16  0 0 None
2392 8 JulFX
0xd2  0 sg  0  0  0 r  .  .  0  0  0  0  4 24  0 16 16 16 16  0 0 None
2393 8 JulFX
0xd3  0 sg  0  0  0 r  .  .  0  0  0  0  4 24  8 16 16 16 16  0 0 None
2394 8 JulFX
0xd4  0 sg  0 32  0 r  .  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
2395 8 JulFX
0xd5  0 sg  0 32  0    .  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
2396 8 JulFX
0xd6  0 sg  0 32  0 r  y  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
2397 8 JulFX
0xd7  0 sg  0 32  0    y  . 16 16  0  0  4  0  0 16 16 16 16  0 0 None
2398 8 JulFX
0xd8  0 sg  0 32  0 r  .  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
2399 8 JulFX
0xd9  0 sg  0 32  0    .  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
2400 8 JulFX
0xda  0 sg  0 32  0 r  y  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
2401 8 JulFX
0xdb  0 sg  0 32  0    y  . 32  0  0  0  4  0  0 16 16 16 16  0 0 None
2402 8 JulFX
0xdc  0 sg  0 64  0 r  .  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
2403 8 JulFX
0xdd  0 sg  0 64  0    .  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
2404 8 JulFX
0xde  0 sg  0 64  0 r  y  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
2405 8 JulFX
0xdf  0 sg  0 64  0    y  . 16 16 16 16  4  0  0 16 16 16 16  0 0 None
2406 8 JulFX
0xe0  0 sg  0 128  0 r  .  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
2407 8 JulFX
0xe1  0 sg  0 128  0    .  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
2408 8 JulFX
0xe2  0 sg  0 128  0 r  y  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
2409 8 JulFX
0xe3  0 sg  0 128  0    y  . 32 32 32 32  4  0  0 16 16 16 16  0 0 None
2410 8 JulFX
0xe4  0 sg  0 32  0 r  .  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
2411 8 JulFX
0xe5  0 sg  0 32  0    .  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
2412 8 JulFX
0xe6  0 sg  0 32  0 r  y  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
2413 8 JulFX
0xe7  0 sg  0 32  0    y  . 16 16  0  0  4 24  0 16 16 16 16  0 0 None
2414 8 JulFX
0xe8  0 sg  0 32  0 r  .  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
2415 8 JulFX
0xe9  0 sg  0 32  0    .  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
2416 8 JulFX
0xea  0 sg  0 32  0 r  y  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
2417 8 JulFX
0xeb  0 sg  0 32  0    y  . 16 16  0  0  4 24  8 16 16 16 16  0 0 None
2418 8 JulFX
0xec  0 sg  0 32  0 r  .  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
2419 8 JulFX
0xed  0 sg  0 32  0    .  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
2420 8 JulFX
0xee  0 sg  0 32  0 r  y  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
2421 8 JulFX
0xef  0 sg  0 32  0    y  . 32  0  0  0  4 24  0 16 16 16 16  0 0 None
2422 8 JulFX
0xf0  0 sg  0 32  0 r  .  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
2423 8 JulFX
0xf1  0 sg  0 32  0    .  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
2424 8 JulFX
0xf2  0 sg  0 32  0 r  y  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
2425 8 JulFX
0xf3  0 sg  0 32  0    y  . 32  0  0  0  4 24  8 16 16 16 16  0 0 None
2426 8 JulFX
0xf4  0 sg  0 64  0 r  .  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
2427 8 JulFX
0xf5  0 sg  0 64  0    .  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
2428 8 JulFX
0xf6  0 sg  0 64  0 r  y  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
2429 8 JulFX
0xf7  0 sg  0 64  0    y  . 16 16 16 16  4 24  0 16 16 16 16  0 0 None
2430 8 JulFX
0xf8  0 sg  0 64  0 r  .  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
2431 8 JulFX
0xf9  0 sg  0 64  0    .  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
2432 8 JulFX
0xfa  0 sg  0 64  0 r  y  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
2433 12 aquiles
0xfb  0 sg  0 64  0    y  . 16 16 16 16  4 24  8 16 16 16 16  0 0 None
2434 12 aquiles
0xfc  0 sg  0 128  0 r  .  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
2435 12 aquiles
0xfd  0 sg  0 128  0    .  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
2436 12 aquiles
0xfe  0 sg  0 128  0 r  y  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
2437 12 aquiles
0xff  0 sg  0 128  0    y  . 32 32 32 32  4 24  0 16 16 16 16  0 0 None
2438 12 aquiles
0x100  0 sg  0 128  0 r  .  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
2439 12 aquiles
0x101  0 sg  0 128  0    .  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
2440 12 aquiles
0x102  0 sg  0 128  0 r  y  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
2441 12 aquiles
0x103  0 sg  0 128  0    y  . 32 32 32 32  4 24  8 16 16 16 16  0 0 None
2442 12 aquiles
0x104  0 sg  0 16  0 r  .  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
2443 12 aquiles
0x105  0 sg  0 16  0    .  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
2444 12 aquiles
0x106  0 sg  0 16  0 r  y  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
2445 12 aquiles
0x107  0 sg  0 16  0    y  . 16  0  0  0  4  0  0 16 16 16 16  0 0 None
2446 12 aquiles
0x108  0 sg  0 64  0 r  .  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
2447 12 aquiles
0x109  0 sg  0 64  0    .  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
2448 12 aquiles
0x10a  0 sg  0 64  0 r  y  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
2449 12 aquiles
0x10b  0 sg  0 64  0    y  . 32 32  0  0  4  0  0 16 16 16 16  0 0 None
2450 12 aquiles
0x10c  0 sg  0 16  0 r  .  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
2451 12 aquiles
0x10d  0 sg  0 16  0    .  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
2452 12 aquiles
0x10e  0 sg  0 16  0 r  y  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
2453 12 aquiles
0x10f  0 sg  0 16  0    y  . 16  0  0  0  4 24  0 16 16 16 16  0 0 None
2454 12 aquiles
0x110  0 sg  0 16  0 r  .  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
2455 12 aquiles
0x111  0 sg  0 16  0    .  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
2456 12 aquiles
0x112  0 sg  0 16  0 r  y  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
2457 12 aquiles
0x113  0 sg  0 16  0    y  . 16  0  0  0  4 24  8 16 16 16 16  0 0 None
2458 12 aquiles
0x114  0 sg  0 64  0 r  .  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
2459 12 aquiles
0x115  0 sg  0 64  0    .  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
2460 12 aquiles
0x116  0 sg  0 64  0 r  y  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
2461 12 aquiles
0x117  0 sg  0 64  0    y  . 32 32  0  0  4 24  0 16 16 16 16  0 0 None
2462 12 aquiles
0x118  0 sg  0 64  0 r  .  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
2463 12 aquiles
0x119  0 sg  0 64  0    .  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
2464 12 aquiles
0x11a  0 sg  0 64  0 r  y  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
2465 12 aquiles
0x11b  0 sg  0 64  0    y  . 32 32  0  0  4 24  8 16 16 16 16  0 0 None
2466 12 aquiles
</pre>
2467 12 aquiles
2468 15 JulFX
h1. MacOS
2469 12 aquiles
2470 18 rti
http://homepage.mac.com/arekkusu/bugs/GLInfo.html
2471 18 rti
2472 15 JulFX
h2. ATI
2473 12 aquiles
2474 15 JulFX
(empty)
2475 12 aquiles
2476 12 aquiles
2477 15 JulFX
h2. Intel
2478 12 aquiles
2479 15 JulFX
(empty)
2480 12 aquiles
2481 12 aquiles
2482 15 JulFX
h2. NVidia
2483 12 aquiles
2484 24 JulFX
h3. GeForce GT 330M - MacBookPro 6,2
2485 19 rti
2486 19 rti
<pre>
2487 19 rti
Renderer: NVIDIA GeForce GT 330M OpenGL Engine

2488 19 rti
Vendor: NVIDIA Corporation

2489 19 rti
Memory: 512 MB

2490 19 rti
Version: 2.1 NVIDIA-1.6.18

2491 19 rti
Shading language version: 1.20



2492 19 rti
Max texture size: 8192 x 8192

2493 19 rti
Max texture coordinates: 8

2494 19 rti
Max vertex texture image units: 16

2495 19 rti
Max texture image units: 16

2496 19 rti
Max geometry texture units: 16

2497 19 rti
Max anisotropic filtering value: 16

2498 19 rti
Max number of light sources: 8

2499 19 rti
Max viewport size: 8192 x 8192

2500 19 rti
Max uniform vertex components: 4096

2501 19 rti
Max uniform fragment components: 4096

2502 19 rti
Max geometry uniform components: 2048

2503 19 rti
Max varying floats: 60

2504 19 rti
Max samples: 0

2505 19 rti
Max draw buffers: 8



2506 19 rti
Extensions: 122


2507 19 rti
GL_APPLE_aux_depth_stencil
2508 19 rti
GL_APPLE_client_storage
2509 19 rti
GL_APPLE_element_array
2510 19 rti
GL_APPLE_fence
2511 19 rti
GL_APPLE_float_pixels
2512 19 rti
GL_APPLE_flush_buffer_range
2513 19 rti
GL_APPLE_flush_render
2514 19 rti
GL_APPLE_object_purgeable
2515 19 rti
GL_APPLE_packed_pixels
2516 19 rti
GL_APPLE_pixel_buffer
2517 19 rti
GL_APPLE_rgb_422
2518 19 rti
GL_APPLE_specular_vector
2519 19 rti
GL_APPLE_texture_range
2520 19 rti
GL_APPLE_transform_hint
2521 19 rti
GL_APPLE_vertex_array_object
2522 19 rti
GL_APPLE_vertex_array_range
2523 19 rti
GL_APPLE_vertex_program_evaluators
2524 19 rti
GL_APPLE_ycbcr_422
2525 19 rti
GL_ARB_color_buffer_float
2526 19 rti
GL_ARB_depth_buffer_float
2527 19 rti
GL_ARB_depth_texture
2528 19 rti
GL_ARB_draw_buffers
2529 19 rti
GL_ARB_fragment_program
2530 19 rti
GL_ARB_fragment_program_shadow
2531 19 rti
GL_ARB_fragment_shader
2532 19 rti
GL_ARB_framebuffer_object
2533 19 rti
GL_ARB_half_float_pixel
2534 19 rti
GL_ARB_half_float_vertex
2535 19 rti
GL_ARB_imaging
2536 19 rti
GL_ARB_instanced_arrays
2537 19 rti
GL_ARB_multisample
2538 19 rti
GL_ARB_multitexture
2539 19 rti
GL_ARB_occlusion_query
2540 19 rti
GL_ARB_pixel_buffer_object
2541 19 rti
GL_ARB_point_parameters
2542 19 rti
GL_ARB_point_sprite
2543 19 rti
GL_ARB_shader_objects
2544 19 rti
GL_ARB_shader_texture_lod
2545 19 rti
GL_ARB_shading_language_100
2546 19 rti
GL_ARB_shadow
2547 19 rti
GL_ARB_texture_border_clamp
2548 19 rti
GL_ARB_texture_compression
2549 19 rti
GL_ARB_texture_compression_rgtc
2550 19 rti
GL_ARB_texture_cube_map
2551 19 rti
GL_ARB_texture_env_add
2552 19 rti
GL_ARB_texture_env_combine
2553 19 rti
GL_ARB_texture_env_crossbar
2554 19 rti
GL_ARB_texture_env_dot3
2555 19 rti
GL_ARB_texture_float
2556 19 rti
GL_ARB_texture_mirrored_repeat
2557 19 rti
GL_ARB_texture_non_power_of_two
2558 19 rti
GL_ARB_texture_rectangle
2559 19 rti
GL_ARB_texture_rg
2560 19 rti
GL_ARB_transpose_matrix
2561 19 rti
GL_ARB_vertex_blend
2562 19 rti
GL_ARB_vertex_buffer_object
2563 19 rti
GL_ARB_vertex_program
2564 19 rti
GL_ARB_vertex_shader
2565 19 rti
GL_ARB_window_pos
2566 19 rti
GL_ATI_separate_stencil
2567 19 rti
GL_ATI_texture_env_combine3
2568 19 rti
GL_ATI_texture_float
2569 19 rti
GL_ATI_texture_mirror_once
2570 19 rti
GL_EXT_abgr
2571 19 rti
GL_EXT_bgra
2572 19 rti
GL_EXT_bindable_uniform
2573 19 rti
GL_EXT_blend_color
2574 19 rti
GL_EXT_blend_equation_separate
2575 19 rti
GL_EXT_blend_func_separate
2576 19 rti
GL_EXT_blend_minmax
2577 19 rti
GL_EXT_blend_subtract
2578 19 rti
GL_EXT_clip_volume_hint
2579 19 rti
GL_EXT_compiled_vertex_array
2580 19 rti
GL_EXT_depth_bounds_test
2581 19 rti
GL_EXT_draw_buffers2
2582 19 rti
GL_EXT_draw_range_elements
2583 19 rti
GL_EXT_fog_coord
2584 19 rti
GL_EXT_framebuffer_blit
2585 19 rti
GL_EXT_framebuffer_multisample
2586 19 rti
GL_EXT_framebuffer_object
2587 19 rti
GL_EXT_framebuffer_sRGB
2588 19 rti
GL_EXT_geometry_shader4
2589 19 rti
GL_EXT_gpu_program_parameters
2590 19 rti
GL_EXT_gpu_shader4
2591 19 rti
GL_EXT_multi_draw_arrays
2592 19 rti
GL_EXT_packed_depth_stencil
2593 19 rti
GL_EXT_packed_float
2594 19 rti
GL_EXT_provoking_vertex
2595 19 rti
GL_EXT_rescale_normal
2596 19 rti
GL_EXT_secondary_color
2597 19 rti
GL_EXT_shadow_funcs
2598 19 rti
GL_EXT_stencil_two_side
2599 19 rti
GL_EXT_stencil_wrap
2600 19 rti
GL_EXT_texture_array
2601 19 rti
GL_EXT_texture_compression_dxt1
2602 19 rti
GL_EXT_texture_compression_s3tc
2603 19 rti
GL_EXT_texture_env_add
2604 19 rti
GL_EXT_texture_filter_anisotropic
2605 19 rti
GL_EXT_texture_integer
2606 19 rti
GL_EXT_texture_lod_bias
2607 19 rti
GL_EXT_texture_mirror_clamp
2608 19 rti
GL_EXT_texture_rectangle
2609 19 rti
GL_EXT_texture_shared_exponent
2610 19 rti
GL_EXT_texture_sRGB
2611 19 rti
GL_EXT_transform_feedback
2612 19 rti
GL_EXT_vertex_array_bgra
2613 19 rti
GL_IBM_rasterpos_clip
2614 19 rti
GL_NV_blend_square
2615 19 rti
GL_NV_conditional_render
2616 19 rti
GL_NV_depth_clamp
2617 19 rti
GL_NV_fog_distance
2618 19 rti
GL_NV_fragment_program2
2619 19 rti
GL_NV_fragment_program_option
2620 19 rti
GL_NV_light_max_exponent
2621 19 rti
GL_NV_multisample_filter_hint
2622 19 rti
GL_NV_point_sprite
2623 19 rti
GL_NV_texgen_reflection
2624 19 rti
GL_NV_vertex_program2_option
2625 19 rti
GL_NV_vertex_program3
2626 19 rti
GL_SGIS_generate_mipmap
2627 19 rti
GL_SGIS_texture_edge_clamp
2628 19 rti
GL_SGIS_texture_lod
2629 19 rti
2630 19 rti
Core features
2631 19 rti
v1.1 (100 % - 7/7)

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

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

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

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

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

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

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

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

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

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

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

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

2644 19 rti
2645 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.

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

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

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

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

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

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

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

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

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

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

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

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

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

2659 19 rti
</pre>
2660 12 aquiles
2661 15 JulFX
h1. Windows
2662 12 aquiles
2663 15 JulFX
h2. ATI
2664 15 JulFX
2665 24 JulFX
h3. Radeon HD5670 | Catalyst 10.10
2666 15 JulFX
2667 12 aquiles
<pre>
2668 12 aquiles
Renderer: ATI Radeon HD 5600 Series
2669 12 aquiles
Vendor: ATI Technologies Inc.
2670 12 aquiles
Memory: 512 MB
2671 12 aquiles
Version: 4.0.10243 Core Profile Forward-Compatible Context
2672 12 aquiles
Shading language version: 4.00
2673 12 aquiles
2674 12 aquiles
2675 12 aquiles
Max texture size: 16384 x 16384
2676 12 aquiles
Max texture coordinates: 0
2677 12 aquiles
Max vertex texture image units: 16
2678 12 aquiles
Max texture image units: 16
2679 12 aquiles
Max geometry texture units: 16
2680 12 aquiles
Max anisotropic filtering value: 16
2681 12 aquiles
Max viewport size: 16384 x 16384
2682 12 aquiles
Max uniform vertex components: 16384
2683 12 aquiles
Max uniform fragment components: 16384
2684 12 aquiles
Max geometry uniform components: 16384
2685 12 aquiles
Max varying floats: 64
2686 12 aquiles
Max samples: 8
2687 12 aquiles
Max draw buffers: 8
2688 12 aquiles
2689 12 aquiles
2690 12 aquiles
Extensions: 192
2691 12 aquiles
2692 12 aquiles
GL_AMD_conservative_depth
2693 12 aquiles
GL_AMD_debug_output
2694 12 aquiles
GL_AMD_draw_buffers_blend
2695 12 aquiles
GL_AMD_name_gen_delete
2696 12 aquiles
GL_AMD_performance_monitor
2697 12 aquiles
GL_AMD_sample_positions
2698 12 aquiles
GL_AMD_seamless_cubemap_per_texture
2699 12 aquiles
GL_AMD_shader_stencil_export
2700 12 aquiles
GL_AMD_texture_cube_map_array
2701 12 aquiles
GL_AMD_texture_texture4
2702 12 aquiles
GL_AMD_transform_feedback3_lines_triangles
2703 12 aquiles
GL_AMD_vertex_shader_tessellator
2704 12 aquiles
GL_AMDX_debug_output
2705 12 aquiles
GL_AMDX_vertex_shader_tessellator
2706 12 aquiles
GL_ARB_blend_func_extended
2707 12 aquiles
GL_ARB_color_buffer_float
2708 12 aquiles
GL_ARB_compatibility
2709 12 aquiles
GL_ARB_copy_buffer
2710 12 aquiles
GL_ARB_depth_buffer_float
2711 12 aquiles
GL_ARB_depth_clamp
2712 12 aquiles
GL_ARB_depth_texture
2713 12 aquiles
GL_ARB_draw_buffers
2714 12 aquiles
GL_ARB_draw_buffers_blend
2715 12 aquiles
GL_ARB_draw_elements_base_vertex
2716 12 aquiles
GL_ARB_draw_indirect
2717 12 aquiles
GL_ARB_draw_instanced
2718 12 aquiles
GL_ARB_explicit_attrib_location
2719 12 aquiles
GL_ARB_fragment_coord_conventions
2720 12 aquiles
GL_ARB_fragment_program
2721 12 aquiles
GL_ARB_fragment_program_shadow
2722 12 aquiles
GL_ARB_fragment_shader
2723 12 aquiles
GL_ARB_framebuffer_object
2724 12 aquiles
GL_ARB_framebuffer_sRGB
2725 12 aquiles
GL_ARB_geometry_shader4
2726 12 aquiles
GL_ARB_gpu_shader5
2727 12 aquiles
GL_ARB_gpu_shader_fp64
2728 12 aquiles
GL_ARB_half_float_pixel
2729 12 aquiles
GL_ARB_half_float_vertex
2730 12 aquiles
GL_ARB_instanced_arrays
2731 12 aquiles
GL_ARB_map_buffer_range
2732 12 aquiles
GL_ARB_multisample
2733 12 aquiles
GL_ARB_multitexture
2734 12 aquiles
GL_ARB_occlusion_query
2735 12 aquiles
GL_ARB_occlusion_query2
2736 12 aquiles
GL_ARB_pixel_buffer_object
2737 12 aquiles
GL_ARB_point_sprite
2738 12 aquiles
GL_ARB_provoking_vertex
2739 12 aquiles
GL_ARB_sample_shading
2740 12 aquiles
GL_ARB_sampler_objects
2741 12 aquiles
GL_ARB_seamless_cube_map
2742 12 aquiles
GL_ARB_shader_atomic_counters
2743 12 aquiles
GL_ARB_shader_bit_encoding
2744 12 aquiles
GL_ARB_shader_objects
2745 12 aquiles
GL_ARB_shader_subroutine
2746 12 aquiles
GL_ARB_shader_texture_lod
2747 12 aquiles
GL_ARB_shadow
2748 12 aquiles
GL_ARB_shadow_ambient
2749 12 aquiles
GL_ARB_sync
2750 12 aquiles
GL_ARB_tessellation_shader
2751 12 aquiles
GL_ARB_texture_border_clamp
2752 12 aquiles
GL_ARB_texture_buffer_object
2753 12 aquiles
GL_ARB_texture_compression
2754 12 aquiles
GL_ARB_texture_compression_rgtc
2755 12 aquiles
GL_ARB_texture_cube_map
2756 12 aquiles
GL_ARB_texture_cube_map_array
2757 12 aquiles
GL_ARB_texture_env_add
2758 12 aquiles
GL_ARB_texture_env_combine
2759 12 aquiles
GL_ARB_texture_env_crossbar
2760 12 aquiles
GL_ARB_texture_env_dot3
2761 12 aquiles
GL_ARB_texture_float
2762 12 aquiles
GL_ARB_texture_gather
2763 12 aquiles
GL_ARB_texture_mirrored_repeat
2764 12 aquiles
GL_ARB_texture_multisample
2765 12 aquiles
GL_ARB_texture_non_power_of_two
2766 12 aquiles
GL_ARB_texture_query_lod
2767 12 aquiles
GL_ARB_texture_rectangle
2768 12 aquiles
GL_ARB_texture_rg
2769 12 aquiles
GL_ARB_texture_rgb10_a2ui
2770 12 aquiles
GL_ARB_texture_snorm
2771 12 aquiles
GL_ARB_timer_query
2772 12 aquiles
GL_ARB_transform_feedback2
2773 12 aquiles
GL_ARB_transform_feedback3
2774 12 aquiles
GL_ARB_uniform_buffer_object
2775 12 aquiles
GL_ARB_vertex_array_bgra
2776 12 aquiles
GL_ARB_vertex_array_object
2777 12 aquiles
GL_ARB_vertex_buffer_object
2778 12 aquiles
GL_ARB_vertex_program
2779 12 aquiles
GL_ARB_vertex_shader
2780 12 aquiles
GL_ARB_vertex_type_2_10_10_10_rev
2781 12 aquiles
GL_ATI_draw_buffers
2782 12 aquiles
GL_ATI_envmap_bumpmap
2783 12 aquiles
GL_ATI_fragment_shader
2784 12 aquiles
GL_ATI_meminfo
2785 12 aquiles
GL_ATI_separate_stencil
2786 12 aquiles
GL_ATI_texture_compression_3dc
2787 12 aquiles
GL_ATI_texture_env_combine3
2788 12 aquiles
GL_ATI_texture_float
2789 12 aquiles
GL_ATI_texture_mirror_once
2790 12 aquiles
GL_EXT_abgr
2791 12 aquiles
GL_EXT_bgra
2792 12 aquiles
GL_EXT_bindable_uniform
2793 12 aquiles
GL_EXT_blend_color
2794 12 aquiles
GL_EXT_blend_equation_separate
2795 12 aquiles
GL_EXT_blend_func_separate
2796 12 aquiles
GL_EXT_blend_minmax
2797 12 aquiles
GL_EXT_blend_subtract
2798 12 aquiles
GL_EXT_copy_buffer
2799 12 aquiles
GL_EXT_copy_texture
2800 12 aquiles
GL_EXT_direct_state_access
2801 12 aquiles
GL_EXT_draw_buffers2
2802 12 aquiles
GL_EXT_draw_instanced
2803 12 aquiles
GL_EXT_draw_range_elements
2804 12 aquiles
GL_EXT_framebuffer_blit
2805 12 aquiles
GL_EXT_framebuffer_multisample
2806 12 aquiles
GL_EXT_framebuffer_object
2807 12 aquiles
GL_EXT_framebuffer_sRGB
2808 12 aquiles
GL_EXT_geometry_shader4
2809 12 aquiles
GL_EXT_gpu_program_parameters
2810 12 aquiles
GL_EXT_gpu_shader4
2811 12 aquiles
GL_EXT_multi_draw_arrays
2812 12 aquiles
GL_EXT_packed_depth_stencil
2813 12 aquiles
GL_EXT_packed_float
2814 12 aquiles
GL_EXT_packed_pixels
2815 12 aquiles
GL_EXT_pixel_buffer_object
2816 12 aquiles
GL_EXT_provoking_vertex
2817 12 aquiles
GL_EXT_shadow_funcs
2818 12 aquiles
GL_EXT_stencil_wrap
2819 12 aquiles
GL_EXT_subtexture
2820 12 aquiles
GL_EXT_texgen_reflection
2821 12 aquiles
GL_EXT_texture3D
2822 12 aquiles
GL_EXT_texture_array
2823 12 aquiles
GL_EXT_texture_buffer_object
2824 12 aquiles
GL_EXT_texture_buffer_object_rgb32
2825 12 aquiles
GL_EXT_texture_compression_bptc
2826 12 aquiles
GL_EXT_texture_compression_latc
2827 12 aquiles
GL_EXT_texture_compression_rgtc
2828 12 aquiles
GL_EXT_texture_compression_s3tc
2829 12 aquiles
GL_EXT_texture_cube_map
2830 12 aquiles
GL_EXT_texture_edge_clamp
2831 12 aquiles
GL_EXT_texture_env_add
2832 12 aquiles
GL_EXT_texture_env_combine
2833 12 aquiles
GL_EXT_texture_env_dot3
2834 12 aquiles
GL_EXT_texture_filter_anisotropic
2835 12 aquiles
GL_EXT_texture_integer
2836 12 aquiles
GL_EXT_texture_lod
2837 12 aquiles
GL_EXT_texture_lod_bias
2838 12 aquiles
GL_EXT_texture_mirror_clamp
2839 12 aquiles
GL_EXT_texture_object
2840 12 aquiles
GL_EXT_texture_rectangle
2841 12 aquiles
GL_EXT_texture_shared_exponent
2842 12 aquiles
GL_EXT_texture_snorm
2843 12 aquiles
GL_EXT_texture_sRGB
2844 12 aquiles
GL_EXT_texture_swizzle
2845 12 aquiles
GL_EXT_timer_query
2846 12 aquiles
GL_EXT_transform_feedback
2847 8 JulFX
GL_EXT_vertex_array_bgra
2848 13 Naush
GL_EXT_vertex_attrib_64bit
2849 13 Naush
GL_IBM_texture_mirrored_repeat
2850 13 Naush
GL_KTX_buffer_region
2851 13 Naush
GL_NV_blend_square
2852 13 Naush
GL_NV_conditional_render
2853 13 Naush
GL_NV_copy_depth_to_color
2854 13 Naush
GL_NV_explicit_multisample
2855 13 Naush
GL_NV_float_buffer
2856 13 Naush
GL_NV_half_float
2857 13 Naush
GL_NV_texgen_reflection
2858 13 Naush
GL_SGIS_generate_mipmap
2859 13 Naush
GL_SGIS_texture_edge_clamp
2860 13 Naush
GL_SGIS_texture_lod
2861 13 Naush
GL_SUN_multi_draw_arrays
2862 13 Naush
GL_WIN_swap_hint
2863 13 Naush
WGL_AMD_gpu_association
2864 13 Naush
WGL_AMDX_gpu_association
2865 13 Naush
WGL_ARB_buffer_region
2866 13 Naush
WGL_ARB_create_context
2867 13 Naush
WGL_ARB_create_context_profile
2868 13 Naush
WGL_ARB_extensions_string
2869 13 Naush
WGL_ARB_make_current_read
2870 13 Naush
WGL_ARB_multisample
2871 13 Naush
WGL_ARB_pbuffer
2872 13 Naush
WGL_ARB_pixel_format
2873 13 Naush
WGL_ARB_pixel_format_float
2874 13 Naush
WGL_ARB_render_texture
2875 13 Naush
WGL_ATI_pixel_format_float
2876 13 Naush
WGL_ATI_render_texture_rectangle
2877 13 Naush
WGL_EXT_extensions_string
2878 13 Naush
WGL_EXT_framebuffer_sRGB
2879 13 Naush
WGL_EXT_pixel_format_packed_float
2880 13 Naush
WGL_EXT_swap_control
2881 13 Naush
WGL_I3D_genlock
2882 13 Naush
WGL_NV_float_buffer
2883 13 Naush
WGL_NV_swap_group
2884 13 Naush
2885 13 Naush
Core features
2886 13 Naush
v1.1 (100 % - 7/7)
2887 13 Naush
v1.2 (100 % - 8/8)
2888 13 Naush
v1.3 (100 % - 9/9)
2889 13 Naush
v1.4 (100 % - 15/15)
2890 13 Naush
v1.5 (100 % - 3/3)
2891 13 Naush
v2.0 (100 % - 10/10)
2892 13 Naush
v2.1 (100 % - 3/3)
2893 13 Naush
v3.0 (100 % - 23/23)
2894 13 Naush
v3.1 (100 % - 8/8)
2895 13 Naush
v3.2 (100 % - 9/9)
2896 13 Naush
v3.3 (100 % - 9/9)
2897 13 Naush
v4.0 (100 % - 13/13)
2898 13 Naush
v4.1 (0 % - 0/8)
2899 13 Naush
2900 13 Naush
</pre>
2901 13 Naush
2902 17 JulFX
h3. Radeon HD4890 | Catalyst 10.10 Win7
2903 17 JulFX
2904 17 JulFX
<pre>
2905 17 JulFX
Rendereur: ATI Radeon HD 4800 Series           
2906 17 JulFX
Fournisseur: ATI Technologies Inc.
2907 17 JulFX
Mémoire: 1024 MO
2908 17 JulFX
Version: 3.3.10243 Core Profile Forward-Compatible Context
2909 17 JulFX
Version GLSL: 3.30                   
2910 17 JulFX
2911 17 JulFX
2912 17 JulFX
Max. taille texture 8192 x 8192
2913 17 JulFX
Max. texture coords 0
2914 17 JulFX
Max. vertex tex. image units: 16
2915 17 JulFX
Max. texture image unités 16
2916 17 JulFX
Max Geometry Texture Units: 16
2917 17 JulFX
Max. anisotropie 16
2918 17 JulFX
Taille Max. Vue 8192 x 8192
2919 17 JulFX
Max. uniform vertex composantes: 16384
2920 17 JulFX
Max. uniform fragment composantes: 16384
2921 17 JulFX
Max Geometry Uniform Components: 16384
2922 17 JulFX
Max. variante virgule flottantes: 64
2923 17 JulFX
Max. échantillons 8
2924 17 JulFX
Max. draw buffers: 8
2925 17 JulFX
2926 17 JulFX
2927 17 JulFX
Extensions: 183
2928 17 JulFX
2929 17 JulFX
GL_AMD_conservative_depth
2930 17 JulFX
GL_AMD_debug_output
2931 17 JulFX
GL_AMD_draw_buffers_blend
2932 17 JulFX
GL_AMD_name_gen_delete
2933 17 JulFX
GL_AMD_performance_monitor
2934 17 JulFX
GL_AMD_sample_positions
2935 17 JulFX
GL_AMD_seamless_cubemap_per_texture
2936 17 JulFX
GL_AMD_shader_stencil_export
2937 17 JulFX
GL_AMD_texture_cube_map_array
2938 17 JulFX
GL_AMD_texture_texture4
2939 17 JulFX
GL_AMD_vertex_shader_tessellator
2940 17 JulFX
GL_AMDX_debug_output
2941 17 JulFX
GL_AMDX_vertex_shader_tessellator
2942 17 JulFX
GL_ARB_blend_func_extended
2943 17 JulFX
GL_ARB_color_buffer_float
2944 17 JulFX
GL_ARB_compatibility
2945 17 JulFX
GL_ARB_copy_buffer
2946 17 JulFX
GL_ARB_depth_buffer_float
2947 17 JulFX
GL_ARB_depth_clamp
2948 17 JulFX
GL_ARB_depth_texture
2949 17 JulFX
GL_ARB_draw_buffers
2950 17 JulFX
GL_ARB_draw_buffers_blend
2951 17 JulFX
GL_ARB_draw_elements_base_vertex
2952 17 JulFX
GL_ARB_draw_instanced
2953 17 JulFX
GL_ARB_explicit_attrib_location
2954 17 JulFX
GL_ARB_fragment_coord_conventions
2955 17 JulFX
GL_ARB_fragment_program
2956 17 JulFX
GL_ARB_fragment_program_shadow
2957 17 JulFX
GL_ARB_fragment_shader
2958 17 JulFX
GL_ARB_framebuffer_object
2959 17 JulFX
GL_ARB_framebuffer_sRGB
2960 17 JulFX
GL_ARB_geometry_shader4
2961 17 JulFX
GL_ARB_half_float_pixel
2962 17 JulFX
GL_ARB_half_float_vertex
2963 17 JulFX
GL_ARB_instanced_arrays
2964 17 JulFX
GL_ARB_map_buffer_range
2965 17 JulFX
GL_ARB_multisample
2966 17 JulFX
GL_ARB_multitexture
2967 17 JulFX
GL_ARB_occlusion_query
2968 17 JulFX
GL_ARB_occlusion_query2
2969 17 JulFX
GL_ARB_pixel_buffer_object
2970 17 JulFX
GL_ARB_point_sprite
2971 17 JulFX
GL_ARB_provoking_vertex
2972 17 JulFX
GL_ARB_sample_shading
2973 17 JulFX
GL_ARB_sampler_objects
2974 17 JulFX
GL_ARB_seamless_cube_map
2975 17 JulFX
GL_ARB_shader_bit_encoding
2976 17 JulFX
GL_ARB_shader_objects
2977 17 JulFX
GL_ARB_shader_texture_lod
2978 17 JulFX
GL_ARB_shadow
2979 17 JulFX
GL_ARB_shadow_ambient
2980 17 JulFX
GL_ARB_sync
2981 17 JulFX
GL_ARB_texture_border_clamp
2982 17 JulFX
GL_ARB_texture_buffer_object
2983 17 JulFX
GL_ARB_texture_compression
2984 17 JulFX
GL_ARB_texture_compression_rgtc
2985 17 JulFX
GL_ARB_texture_cube_map
2986 17 JulFX
GL_ARB_texture_cube_map_array
2987 17 JulFX
GL_ARB_texture_env_add
2988 17 JulFX
GL_ARB_texture_env_combine
2989 17 JulFX
GL_ARB_texture_env_crossbar
2990 17 JulFX
GL_ARB_texture_env_dot3
2991 17 JulFX
GL_ARB_texture_float
2992 17 JulFX
GL_ARB_texture_gather
2993 17 JulFX
GL_ARB_texture_mirrored_repeat
2994 17 JulFX
GL_ARB_texture_multisample
2995 17 JulFX
GL_ARB_texture_non_power_of_two
2996 17 JulFX
GL_ARB_texture_query_lod
2997 17 JulFX
GL_ARB_texture_rectangle
2998 17 JulFX
GL_ARB_texture_rg
2999 17 JulFX
GL_ARB_texture_rgb10_a2ui
3000 17 JulFX
GL_ARB_texture_snorm
3001 17 JulFX
GL_ARB_timer_query
3002 17 JulFX
GL_ARB_transform_feedback2
3003 17 JulFX
GL_ARB_transform_feedback3
3004 17 JulFX
GL_ARB_uniform_buffer_object
3005 17 JulFX
GL_ARB_vertex_array_bgra
3006 17 JulFX
GL_ARB_vertex_array_object
3007 17 JulFX
GL_ARB_vertex_buffer_object
3008 17 JulFX
GL_ARB_vertex_program
3009 17 JulFX
GL_ARB_vertex_shader
3010 17 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
3011 17 JulFX
GL_ATI_draw_buffers
3012 17 JulFX
GL_ATI_envmap_bumpmap
3013 17 JulFX
GL_ATI_fragment_shader
3014 17 JulFX
GL_ATI_meminfo
3015 17 JulFX
GL_ATI_separate_stencil
3016 17 JulFX
GL_ATI_texture_compression_3dc
3017 17 JulFX
GL_ATI_texture_env_combine3
3018 17 JulFX
GL_ATI_texture_float
3019 17 JulFX
GL_ATI_texture_mirror_once
3020 17 JulFX
GL_EXT_abgr
3021 17 JulFX
GL_EXT_bgra
3022 17 JulFX
GL_EXT_bindable_uniform
3023 17 JulFX
GL_EXT_blend_color
3024 17 JulFX
GL_EXT_blend_equation_separate
3025 17 JulFX
GL_EXT_blend_func_separate
3026 17 JulFX
GL_EXT_blend_minmax
3027 17 JulFX
GL_EXT_blend_subtract
3028 17 JulFX
GL_EXT_copy_buffer
3029 17 JulFX
GL_EXT_copy_texture
3030 17 JulFX
GL_EXT_direct_state_access
3031 17 JulFX
GL_EXT_draw_buffers2
3032 17 JulFX
GL_EXT_draw_instanced
3033 17 JulFX
GL_EXT_draw_range_elements
3034 17 JulFX
GL_EXT_framebuffer_blit
3035 17 JulFX
GL_EXT_framebuffer_multisample
3036 17 JulFX
GL_EXT_framebuffer_object
3037 17 JulFX
GL_EXT_framebuffer_sRGB
3038 17 JulFX
GL_EXT_geometry_shader4
3039 17 JulFX
GL_EXT_gpu_program_parameters
3040 17 JulFX
GL_EXT_gpu_shader4
3041 17 JulFX
GL_EXT_multi_draw_arrays
3042 17 JulFX
GL_EXT_packed_depth_stencil
3043 17 JulFX
GL_EXT_packed_float
3044 17 JulFX
GL_EXT_packed_pixels
3045 17 JulFX
GL_EXT_pixel_buffer_object
3046 17 JulFX
GL_EXT_provoking_vertex
3047 17 JulFX
GL_EXT_shadow_funcs
3048 17 JulFX
GL_EXT_stencil_wrap
3049 17 JulFX
GL_EXT_subtexture
3050 17 JulFX
GL_EXT_texgen_reflection
3051 17 JulFX
GL_EXT_texture3D
3052 17 JulFX
GL_EXT_texture_array
3053 17 JulFX
GL_EXT_texture_buffer_object
3054 17 JulFX
GL_EXT_texture_buffer_object_rgb32
3055 17 JulFX
GL_EXT_texture_compression_latc
3056 17 JulFX
GL_EXT_texture_compression_rgtc
3057 17 JulFX
GL_EXT_texture_compression_s3tc
3058 17 JulFX
GL_EXT_texture_cube_map
3059 17 JulFX
GL_EXT_texture_edge_clamp
3060 17 JulFX
GL_EXT_texture_env_add
3061 17 JulFX
GL_EXT_texture_env_combine
3062 17 JulFX
GL_EXT_texture_env_dot3
3063 17 JulFX
GL_EXT_texture_filter_anisotropic
3064 17 JulFX
GL_EXT_texture_integer
3065 17 JulFX
GL_EXT_texture_lod
3066 17 JulFX
GL_EXT_texture_lod_bias
3067 17 JulFX
GL_EXT_texture_mirror_clamp
3068 17 JulFX
GL_EXT_texture_object
3069 17 JulFX
GL_EXT_texture_rectangle
3070 17 JulFX
GL_EXT_texture_shared_exponent
3071 17 JulFX
GL_EXT_texture_snorm
3072 17 JulFX
GL_EXT_texture_sRGB
3073 17 JulFX
GL_EXT_texture_swizzle
3074 17 JulFX
GL_EXT_timer_query
3075 17 JulFX
GL_EXT_transform_feedback
3076 17 JulFX
GL_EXT_vertex_array_bgra
3077 17 JulFX
GL_IBM_texture_mirrored_repeat
3078 17 JulFX
GL_KTX_buffer_region
3079 17 JulFX
GL_NV_blend_square
3080 17 JulFX
GL_NV_conditional_render
3081 17 JulFX
GL_NV_copy_depth_to_color
3082 17 JulFX
GL_NV_explicit_multisample
3083 17 JulFX
GL_NV_float_buffer
3084 17 JulFX
GL_NV_half_float
3085 17 JulFX
GL_NV_texgen_reflection
3086 17 JulFX
GL_SGIS_generate_mipmap
3087 17 JulFX
GL_SGIS_texture_edge_clamp
3088 17 JulFX
GL_SGIS_texture_lod
3089 17 JulFX
GL_SUN_multi_draw_arrays
3090 17 JulFX
GL_WIN_swap_hint
3091 17 JulFX
WGL_AMD_gpu_association
3092 17 JulFX
WGL_AMDX_gpu_association
3093 17 JulFX
WGL_ARB_buffer_region
3094 17 JulFX
WGL_ARB_create_context
3095 17 JulFX
WGL_ARB_create_context_profile
3096 17 JulFX
WGL_ARB_extensions_string
3097 17 JulFX
WGL_ARB_make_current_read
3098 17 JulFX
WGL_ARB_multisample
3099 17 JulFX
WGL_ARB_pbuffer
3100 17 JulFX
WGL_ARB_pixel_format
3101 17 JulFX
WGL_ARB_pixel_format_float
3102 17 JulFX
WGL_ARB_render_texture
3103 17 JulFX
WGL_ATI_pixel_format_float
3104 17 JulFX
WGL_ATI_render_texture_rectangle
3105 17 JulFX
WGL_EXT_extensions_string
3106 17 JulFX
WGL_EXT_framebuffer_sRGB
3107 17 JulFX
WGL_EXT_pixel_format_packed_float
3108 17 JulFX
WGL_EXT_swap_control
3109 17 JulFX
WGL_I3D_genlock
3110 17 JulFX
WGL_NV_float_buffer
3111 17 JulFX
WGL_NV_swap_group
3112 17 JulFX
3113 17 JulFX
Extensions du noyau OpenGL
3114 17 JulFX
v1.1 (100 % - 7/7)
3115 17 JulFX
v1.2 (100 % - 8/8)
3116 17 JulFX
v1.3 (100 % - 9/9)
3117 17 JulFX
v1.4 (100 % - 15/15)
3118 17 JulFX
v1.5 (100 % - 3/3)
3119 17 JulFX
v2.0 (100 % - 10/10)
3120 17 JulFX
v2.1 (100 % - 3/3)
3121 17 JulFX
v3.0 (100 % - 23/23)
3122 17 JulFX
v3.1 (100 % - 8/8)
3123 17 JulFX
v3.2 (100 % - 9/9)
3124 17 JulFX
v3.3 (100 % - 9/9)
3125 17 JulFX
v4.0 (46 % - 6/13)
3126 17 JulFX
v4.1 (0 % - 0/8)
3127 17 JulFX
</pre>
3128 17 JulFX
3129 15 JulFX
h3. Radeon HD3470 | Catalyst 8.477
3130 13 Naush
3131 13 Naush
<pre>
3132 13 Naush
Renderer: ATI Mobility Radeon HD 3470
3133 13 Naush
Vendor: ATI Technologies Inc.
3134 13 Naush
Memory: 256 MB
3135 13 Naush
Version: 2.1.7415 Release
3136 13 Naush
Shading language version: 1.20
3137 13 Naush
3138 13 Naush
3139 13 Naush
Max texture size: 8192 x 8192
3140 13 Naush
Max texture coordinates: 8
3141 13 Naush
Max vertex texture image units: 0
3142 13 Naush
Max texture image units: 16
3143 13 Naush
Max geometry texture units: 0
3144 13 Naush
Max anisotropic filtering value: 16
3145 13 Naush
Max number of light sources: 8
3146 13 Naush
Max viewport size: 8192 x 8192
3147 13 Naush
Max uniform vertex components: 512
3148 13 Naush
Max uniform fragment components: 512
3149 13 Naush
Max geometry uniform components: 0
3150 13 Naush
Max varying floats: 68
3151 13 Naush
Max samples: 4
3152 13 Naush
Max draw buffers: 4
3153 13 Naush
3154 13 Naush
3155 13 Naush
Extensions: 96
3156 13 Naush
3157 13 Naush
GL_AMD_performance_monitor
3158 13 Naush
GL_ARB_depth_texture
3159 13 Naush
GL_ARB_draw_buffers
3160 13 Naush
GL_ARB_fragment_program
3161 13 Naush
GL_ARB_fragment_shader
3162 13 Naush
GL_ARB_multisample
3163 13 Naush
GL_ARB_multitexture
3164 13 Naush
GL_ARB_occlusion_query
3165 13 Naush
GL_ARB_pixel_buffer_object
3166 13 Naush
GL_ARB_point_parameters
3167 13 Naush
GL_ARB_point_sprite
3168 13 Naush
GL_ARB_shader_objects
3169 13 Naush
GL_ARB_shading_language_100
3170 13 Naush
GL_ARB_shadow
3171 13 Naush
GL_ARB_shadow_ambient
3172 13 Naush
GL_ARB_texture_border_clamp
3173 13 Naush
GL_ARB_texture_compression
3174 13 Naush
GL_ARB_texture_cube_map
3175 13 Naush
GL_ARB_texture_env_add
3176 13 Naush
GL_ARB_texture_env_combine
3177 13 Naush
GL_ARB_texture_env_crossbar
3178 13 Naush
GL_ARB_texture_env_dot3
3179 13 Naush
GL_ARB_texture_float
3180 13 Naush
GL_ARB_texture_mirrored_repeat
3181 13 Naush
GL_ARB_texture_non_power_of_two
3182 13 Naush
GL_ARB_texture_rectangle
3183 13 Naush
GL_ARB_transpose_matrix
3184 13 Naush
GL_ARB_vertex_buffer_object
3185 13 Naush
GL_ARB_vertex_program
3186 13 Naush
GL_ARB_vertex_shader
3187 13 Naush
GL_ARB_window_pos
3188 13 Naush
GL_ATI_draw_buffers
3189 13 Naush
GL_ATI_envmap_bumpmap
3190 13 Naush
GL_ATI_fragment_shader
3191 13 Naush
GL_ATI_meminfo
3192 13 Naush
GL_ATI_separate_stencil
3193 13 Naush
GL_ATI_texture_compression_3dc
3194 13 Naush
GL_ATI_texture_env_combine3
3195 13 Naush
GL_ATI_texture_float
3196 13 Naush
GL_EXT_abgr
3197 13 Naush
GL_EXT_bgra
3198 13 Naush
GL_EXT_blend_color
3199 13 Naush
GL_EXT_blend_func_separate
3200 13 Naush
GL_EXT_blend_minmax
3201 13 Naush
GL_EXT_blend_subtract
3202 13 Naush
GL_EXT_compiled_vertex_array
3203 13 Naush
GL_EXT_copy_texture
3204 13 Naush
GL_EXT_draw_range_elements
3205 13 Naush
GL_EXT_fog_coord
3206 13 Naush
GL_EXT_framebuffer_object
3207 13 Naush
GL_EXT_framebuffer_sRGB
3208 13 Naush
GL_EXT_gpu_program_parameters
3209 13 Naush
GL_EXT_multi_draw_arrays
3210 13 Naush
GL_EXT_packed_depth_stencil
3211 13 Naush
GL_EXT_packed_pixels
3212 13 Naush
GL_EXT_point_parameters
3213 13 Naush
GL_EXT_rescale_normal
3214 13 Naush
GL_EXT_secondary_color
3215 13 Naush
GL_EXT_separate_specular_color
3216 1 kervala
GL_EXT_shadow_funcs
3217 1 kervala
GL_EXT_stencil_wrap
3218 1 kervala
GL_EXT_subtexture
3219 1 kervala
GL_EXT_texgen_reflection
3220 1 kervala
GL_EXT_texture3D
3221 1 kervala
GL_EXT_texture_compression_s3tc
3222 1 kervala
GL_EXT_texture_cube_map
3223 1 kervala
GL_EXT_texture_edge_clamp
3224 1 kervala
GL_EXT_texture_env_add
3225 1 kervala
GL_EXT_texture_env_combine
3226 1 kervala
GL_EXT_texture_env_dot3
3227 1 kervala
GL_EXT_texture_filter_anisotropic
3228 1 kervala
GL_EXT_texture_lod_bias
3229 1 kervala
GL_EXT_texture_mirror_clamp
3230 1 kervala
GL_EXT_texture_object
3231 1 kervala
GL_EXT_texture_rectangle
3232 1 kervala
GL_EXT_texture_sRGB
3233 1 kervala
GL_EXT_vertex_array
3234 1 kervala
GL_KTX_buffer_region
3235 1 kervala
GL_NV_blend_square
3236 1 kervala
GL_NV_texgen_reflection
3237 1 kervala
GL_SGIS_generate_mipmap
3238 1 kervala
GL_SGIS_texture_edge_clamp
3239 1 kervala
GL_SGIS_texture_lod
3240 1 kervala
GL_WIN_swap_hint
3241 1 kervala
WGL_ARB_buffer_region
3242 1 kervala
WGL_ARB_extensions_string
3243 1 kervala
WGL_ARB_make_current_read
3244 1 kervala
WGL_ARB_multisample
3245 1 kervala
WGL_ARB_pbuffer
3246 1 kervala
WGL_ARB_pixel_format
3247 1 kervala
WGL_ARB_render_texture
3248 1 kervala
WGL_ATI_pixel_format_float
3249 1 kervala
WGL_ATI_render_texture_rectangle
3250 1 kervala
WGL_EXT_extensions_string
3251 1 kervala
WGL_EXT_framebuffer_sRGB
3252 1 kervala
WGL_EXT_swap_control
3253 1 kervala
3254 1 kervala
Core features
3255 1 kervala
v1.1 (100 % - 7/7)
3256 1 kervala
v1.2 (100 % - 8/8)
3257 1 kervala
v1.3 (100 % - 9/9)
3258 1 kervala
v1.4 (100 % - 15/15)
3259 1 kervala
v1.5 (100 % - 3/3)
3260 1 kervala
v2.0 (100 % - 10/10)
3261 1 kervala
v2.1 (100 % - 3/3)
3262 1 kervala
v3.0 (17 % - 4/23)
3263 1 kervala
v3.1 (12 % - 1/8)
3264 1 kervala
v3.2 (0 % - 0/9)
3265 1 kervala
v3.3 (0 % - 0/9)
3266 1 kervala
v4.0 (0 % - 0/13)
3267 1 kervala
v4.1 (0 % - 0/8)
3268 1 kervala
</pre>
3269 15 JulFX
3270 15 JulFX
h2. Intel
3271 15 JulFX
3272 15 JulFX
(empty)
3273 15 JulFX
3274 15 JulFX
h2. NVidia
3275 1 kervala
3276 16 JulFX
h3. GeForce 8400M GS | "260.99":http://www.nvidia.com/object/notebook-winxp-260.99-whql-driver.html
3277 16 JulFX
3278 16 JulFX
<pre>
3279 16 JulFX
Rendereur: GeForce 8400M GS/PCI/SSE2
3280 16 JulFX
Fournisseur: NVIDIA Corporation
3281 16 JulFX
Mémoire: 256 MO
3282 16 JulFX
Version: 3.3.0
3283 16 JulFX
Version GLSL: 3.30 NVIDIA via Cg compiler                   
3284 16 JulFX
3285 16 JulFX
3286 16 JulFX
Max. taille texture 8192 x 8192
3287 16 JulFX
Max. texture coords 8
3288 16 JulFX
Max. vertex tex. image units: 32
3289 16 JulFX
Max. texture image unités 32
3290 16 JulFX
Max Geometry Texture Units: 32
3291 16 JulFX
Max. anisotropie 16
3292 16 JulFX
Taille Max. Vue 8192 x 8192
3293 16 JulFX
Max. uniform vertex composantes: 4096
3294 16 JulFX
Max. uniform fragment composantes: 4096
3295 16 JulFX
Max Geometry Uniform Components: 2048
3296 16 JulFX
Max. variante virgule flottantes: 0
3297 16 JulFX
Max. échantillons 16
3298 16 JulFX
Max. draw buffers: 8
3299 16 JulFX
3300 16 JulFX
3301 16 JulFX
Extensions: 216
3302 16 JulFX
3303 16 JulFX
GL_ARB_blend_func_extended
3304 16 JulFX
GL_ARB_color_buffer_float
3305 16 JulFX
GL_ARB_copy_buffer
3306 16 JulFX
GL_ARB_depth_buffer_float
3307 16 JulFX
GL_ARB_depth_clamp
3308 16 JulFX
GL_ARB_depth_texture
3309 16 JulFX
GL_ARB_draw_buffers
3310 16 JulFX
GL_ARB_draw_elements_base_vertex
3311 16 JulFX
GL_ARB_draw_instanced
3312 16 JulFX
GL_ARB_ES2_compatibility
3313 16 JulFX
GL_ARB_explicit_attrib_location
3314 16 JulFX
GL_ARB_fragment_coord_conventions
3315 16 JulFX
GL_ARB_fragment_program
3316 16 JulFX
GL_ARB_fragment_program_shadow
3317 16 JulFX
GL_ARB_fragment_shader
3318 16 JulFX
GL_ARB_framebuffer_object
3319 16 JulFX
GL_ARB_framebuffer_sRGB
3320 16 JulFX
GL_ARB_geometry_shader4
3321 16 JulFX
GL_ARB_get_program_binary
3322 16 JulFX
GL_ARB_half_float_pixel
3323 16 JulFX
GL_ARB_half_float_vertex
3324 16 JulFX
GL_ARB_imaging
3325 16 JulFX
GL_ARB_instanced_arrays
3326 16 JulFX
GL_ARB_map_buffer_range
3327 16 JulFX
GL_ARB_multisample
3328 16 JulFX
GL_ARB_multitexture
3329 16 JulFX
GL_ARB_occlusion_query
3330 16 JulFX
GL_ARB_occlusion_query2
3331 16 JulFX
GL_ARB_pixel_buffer_object
3332 16 JulFX
GL_ARB_point_parameters
3333 16 JulFX
GL_ARB_point_sprite
3334 16 JulFX
GL_ARB_provoking_vertex
3335 16 JulFX
GL_ARB_robustness
3336 16 JulFX
GL_ARB_sampler_objects
3337 16 JulFX
GL_ARB_seamless_cube_map
3338 16 JulFX
GL_ARB_separate_shader_objects
3339 16 JulFX
GL_ARB_shader_bit_encoding
3340 16 JulFX
GL_ARB_shader_objects
3341 16 JulFX
GL_ARB_shading_language_100
3342 16 JulFX
GL_ARB_shadow
3343 16 JulFX
GL_ARB_sync
3344 16 JulFX
GL_ARB_texture_border_clamp
3345 16 JulFX
GL_ARB_texture_buffer_object
3346 16 JulFX
GL_ARB_texture_compression
3347 16 JulFX
GL_ARB_texture_compression_rgtc
3348 16 JulFX
GL_ARB_texture_cube_map
3349 16 JulFX
GL_ARB_texture_env_add
3350 16 JulFX
GL_ARB_texture_env_combine
3351 16 JulFX
GL_ARB_texture_env_crossbar
3352 16 JulFX
GL_ARB_texture_env_dot3
3353 16 JulFX
GL_ARB_texture_float
3354 16 JulFX
GL_ARB_texture_mirrored_repeat
3355 16 JulFX
GL_ARB_texture_multisample
3356 16 JulFX
GL_ARB_texture_non_power_of_two
3357 16 JulFX
GL_ARB_texture_rectangle
3358 16 JulFX
GL_ARB_texture_rg
3359 16 JulFX
GL_ARB_texture_rgb10_a2ui
3360 16 JulFX
GL_ARB_texture_swizzle
3361 16 JulFX
GL_ARB_timer_query
3362 16 JulFX
GL_ARB_transpose_matrix
3363 16 JulFX
GL_ARB_uniform_buffer_object
3364 16 JulFX
GL_ARB_vertex_array_bgra
3365 16 JulFX
GL_ARB_vertex_array_object
3366 16 JulFX
GL_ARB_vertex_buffer_object
3367 16 JulFX
GL_ARB_vertex_program
3368 16 JulFX
GL_ARB_vertex_shader
3369 16 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
3370 16 JulFX
GL_ARB_viewport_array
3371 16 JulFX
GL_ARB_window_pos
3372 16 JulFX
GL_ATI_draw_buffers
3373 16 JulFX
GL_ATI_texture_float
3374 16 JulFX
GL_ATI_texture_mirror_once
3375 16 JulFX
GL_EXT_abgr
3376 16 JulFX
GL_EXT_bgra
3377 16 JulFX
GL_EXT_bindable_uniform
3378 16 JulFX
GL_EXT_blend_color
3379 16 JulFX
GL_EXT_blend_equation_separate
3380 16 JulFX
GL_EXT_blend_func_separate
3381 16 JulFX
GL_EXT_blend_minmax
3382 16 JulFX
GL_EXT_blend_subtract
3383 16 JulFX
GL_EXT_Cg_shader
3384 16 JulFX
GL_EXT_compiled_vertex_array
3385 16 JulFX
GL_EXT_depth_bounds_test
3386 16 JulFX
GL_EXT_direct_state_access
3387 16 JulFX
GL_EXT_draw_buffers2
3388 16 JulFX
GL_EXT_draw_instanced
3389 16 JulFX
GL_EXT_draw_range_elements
3390 16 JulFX
GL_EXT_fog_coord
3391 16 JulFX
GL_EXT_framebuffer_blit
3392 16 JulFX
GL_EXT_framebuffer_multisample
3393 16 JulFX
GL_EXT_framebuffer_object
3394 16 JulFX
GL_EXT_framebuffer_sRGB
3395 16 JulFX
GL_EXT_geometry_shader4
3396 16 JulFX
GL_EXT_gpu_program_parameters
3397 16 JulFX
GL_EXT_gpu_shader4
3398 16 JulFX
GL_EXT_multi_draw_arrays
3399 16 JulFX
GL_EXT_packed_depth_stencil
3400 16 JulFX
GL_EXT_packed_float
3401 16 JulFX
GL_EXT_packed_pixels
3402 16 JulFX
GL_EXT_pixel_buffer_object
3403 16 JulFX
GL_EXT_point_parameters
3404 16 JulFX
GL_EXT_provoking_vertex
3405 16 JulFX
GL_EXT_rescale_normal
3406 16 JulFX
GL_EXT_secondary_color
3407 16 JulFX
GL_EXT_separate_shader_objects
3408 16 JulFX
GL_EXT_separate_specular_color
3409 16 JulFX
GL_EXT_shadow_funcs
3410 16 JulFX
GL_EXT_stencil_two_side
3411 16 JulFX
GL_EXT_stencil_wrap
3412 16 JulFX
GL_EXT_texture3D
3413 16 JulFX
GL_EXT_texture_array
3414 16 JulFX
GL_EXT_texture_buffer_object
3415 16 JulFX
GL_EXT_texture_compression_latc
3416 16 JulFX
GL_EXT_texture_compression_rgtc
3417 16 JulFX
GL_EXT_texture_compression_s3tc
3418 16 JulFX
GL_EXT_texture_cube_map
3419 16 JulFX
GL_EXT_texture_edge_clamp
3420 16 JulFX
GL_EXT_texture_env_add
3421 16 JulFX
GL_EXT_texture_env_combine
3422 16 JulFX
GL_EXT_texture_env_dot3
3423 16 JulFX
GL_EXT_texture_filter_anisotropic
3424 16 JulFX
GL_EXT_texture_integer
3425 16 JulFX
GL_EXT_texture_lod
3426 16 JulFX
GL_EXT_texture_lod_bias
3427 16 JulFX
GL_EXT_texture_mirror_clamp
3428 16 JulFX
GL_EXT_texture_object
3429 16 JulFX
GL_EXT_texture_shared_exponent
3430 16 JulFX
GL_EXT_texture_sRGB
3431 16 JulFX
GL_EXT_texture_swizzle
3432 16 JulFX
GL_EXT_timer_query
3433 16 JulFX
GL_EXT_vertex_array
3434 16 JulFX
GL_EXT_vertex_array_bgra
3435 16 JulFX
GL_EXTX_framebuffer_mixed_formats
3436 16 JulFX
GL_IBM_rasterpos_clip
3437 16 JulFX
GL_IBM_texture_mirrored_repeat
3438 16 JulFX
GL_KTX_buffer_region
3439 16 JulFX
GL_NV_blend_square
3440 16 JulFX
GL_NV_conditional_render
3441 16 JulFX
GL_NV_copy_depth_to_color
3442 16 JulFX
GL_NV_copy_image
3443 16 JulFX
GL_NV_depth_buffer_float
3444 16 JulFX
GL_NV_depth_clamp
3445 16 JulFX
GL_NV_explicit_multisample
3446 16 JulFX
GL_NV_fence
3447 16 JulFX
GL_NV_float_buffer
3448 16 JulFX
GL_NV_fog_distance
3449 16 JulFX
GL_NV_fragment_program
3450 16 JulFX
GL_NV_fragment_program2
3451 16 JulFX
GL_NV_fragment_program_option
3452 16 JulFX
GL_NV_framebuffer_multisample_coverage
3453 16 JulFX
GL_NV_geometry_shader4
3454 16 JulFX
GL_NV_gpu_program4
3455 16 JulFX
GL_NV_half_float
3456 16 JulFX
GL_NV_light_max_exponent
3457 16 JulFX
GL_NV_multisample_coverage
3458 16 JulFX
GL_NV_multisample_filter_hint
3459 16 JulFX
GL_NV_occlusion_query
3460 16 JulFX
GL_NV_packed_depth_stencil
3461 16 JulFX
GL_NV_parameter_buffer_object
3462 16 JulFX
GL_NV_parameter_buffer_object2
3463 16 JulFX
GL_NV_pixel_data_range
3464 16 JulFX
GL_NV_point_sprite
3465 16 JulFX
GL_NV_primitive_restart
3466 16 JulFX
GL_NV_register_combiners
3467 16 JulFX
GL_NV_register_combiners2
3468 16 JulFX
GL_NV_shader_buffer_load
3469 16 JulFX
GL_NV_texgen_reflection
3470 16 JulFX
GL_NV_texture_barrier
3471 16 JulFX
GL_NV_texture_compression_vtc
3472 16 JulFX
GL_NV_texture_env_combine4
3473 16 JulFX
GL_NV_texture_expand_normal
3474 16 JulFX
GL_NV_texture_multisample
3475 16 JulFX
GL_NV_texture_rectangle
3476 16 JulFX
GL_NV_texture_shader
3477 16 JulFX
GL_NV_texture_shader2
3478 16 JulFX
GL_NV_texture_shader3
3479 16 JulFX
GL_NV_transform_feedback
3480 16 JulFX
GL_NV_vertex_array_range
3481 16 JulFX
GL_NV_vertex_array_range2
3482 16 JulFX
GL_NV_vertex_buffer_unified_memory
3483 16 JulFX
GL_NV_vertex_program
3484 16 JulFX
GL_NV_vertex_program1_1
3485 16 JulFX
GL_NV_vertex_program2
3486 16 JulFX
GL_NV_vertex_program2_option
3487 16 JulFX
GL_NV_vertex_program3
3488 16 JulFX
GL_NVX_conditional_render
3489 16 JulFX
GL_NVX_gpu_memory_info
3490 16 JulFX
GL_S3_s3tc
3491 16 JulFX
GL_SGIS_generate_mipmap
3492 16 JulFX
GL_SGIS_texture_lod
3493 16 JulFX
GL_SGIX_depth_texture
3494 16 JulFX
GL_SGIX_shadow
3495 16 JulFX
GL_SUN_slice_accum
3496 16 JulFX
GL_WIN_swap_hint
3497 16 JulFX
WGL_ARB_buffer_region
3498 16 JulFX
WGL_ARB_create_context
3499 16 JulFX
WGL_ARB_create_context_profile
3500 16 JulFX
WGL_ARB_create_context_robustness
3501 16 JulFX
WGL_ARB_extensions_string
3502 16 JulFX
WGL_ARB_make_current_read
3503 16 JulFX
WGL_ARB_multisample
3504 16 JulFX
WGL_ARB_pbuffer
3505 16 JulFX
WGL_ARB_pixel_format
3506 16 JulFX
WGL_ARB_pixel_format_float
3507 16 JulFX
WGL_ARB_render_texture
3508 16 JulFX
WGL_ATI_pixel_format_float
3509 16 JulFX
WGL_EXT_create_context_es2_profile
3510 16 JulFX
WGL_EXT_extensions_string
3511 16 JulFX
WGL_EXT_framebuffer_sRGB
3512 16 JulFX
WGL_EXT_pixel_format_packed_float
3513 16 JulFX
WGL_EXT_swap_control
3514 16 JulFX
WGL_NV_float_buffer
3515 16 JulFX
WGL_NV_multisample_coverage
3516 16 JulFX
WGL_NV_render_depth_texture
3517 16 JulFX
WGL_NV_render_texture_rectangle
3518 16 JulFX
WGL_NVX_DX_interop
3519 16 JulFX
3520 16 JulFX
Extensions du noyau OpenGL
3521 16 JulFX
v1.1 (100 % - 7/7)
3522 16 JulFX
v1.2 (100 % - 8/8)
3523 16 JulFX
v1.3 (100 % - 9/9)
3524 16 JulFX
v1.4 (100 % - 15/15)
3525 16 JulFX
v1.5 (100 % - 3/3)
3526 16 JulFX
v2.0 (100 % - 10/10)
3527 16 JulFX
v2.1 (100 % - 3/3)
3528 16 JulFX
v3.0 (100 % - 23/23)
3529 16 JulFX
v3.1 (100 % - 8/8)
3530 16 JulFX
v3.2 (100 % - 9/9)
3531 16 JulFX
v3.3 (100 % - 9/9)
3532 16 JulFX
v4.0 (0 % - 0/13)
3533 16 JulFX
v4.1 (50 % - 4/8)
3534 16 JulFX
</pre>