OpenGLSupportedExtensions

Version 28 (jarnar, 03/28/2011 08:16 pm)

1 1 kervala
{{toc}}
2 2 kervala
3 15 JulFX
*List of supported OpenGL extensions by System/Driver/Card*
4 1 kervala
5 15 JulFX
Anyone can contribute by copying result 
6 1 kervala
7 15 JulFX
* Android : glInfo application on Android market.
8 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 27 JulFX
h3. GeForce GT 320M - MacBookPro 7,1
2662 27 JulFX
2663 27 JulFX
<pre>
2664 27 JulFX
glxinfo 
2665 27 JulFX
name of display: /tmp/launch-dI0T9L/org.macosforge.xquartz:0
2666 27 JulFX
display: /tmp/launch-dI0T9L/org.macosforge.xquartz:0  screen: 0
2667 27 JulFX
direct rendering: Yes
2668 27 JulFX
server glx vendor string: SGI
2669 27 JulFX
server glx version string: 1.2
2670 27 JulFX
server glx extensions:
2671 27 JulFX
    GLX_SGIX_fbconfig, GLX_SGIS_multisample, GLX_ARB_multisample, 
2672 27 JulFX
    GLX_EXT_visual_info, GLX_EXT_import_context
2673 27 JulFX
client glx vendor string: Mesa Project and SGI
2674 27 JulFX
client glx version string: 1.4
2675 27 JulFX
client glx extensions:
2676 27 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_rating, 
2677 27 JulFX
    GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group, 
2678 27 JulFX
    GLX_EXT_texture_from_pixmap
2679 27 JulFX
GLX version: 1.2
2680 27 JulFX
GLX extensions:
2681 27 JulFX
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_SGIX_fbconfig
2682 27 JulFX
OpenGL vendor string: NVIDIA Corporation
2683 27 JulFX
OpenGL renderer string: NVIDIA GeForce 320M OpenGL Engine
2684 27 JulFX
OpenGL version string: 2.1 NVIDIA-1.6.24
2685 27 JulFX
OpenGL shading language version string: 1.20
2686 27 JulFX
OpenGL extensions:
2687 27 JulFX
    GL_ARB_transpose_matrix, GL_ARB_vertex_program, GL_ARB_vertex_blend, 
2688 27 JulFX
    GL_ARB_window_pos, GL_ARB_shader_objects, GL_ARB_vertex_shader, 
2689 27 JulFX
    GL_ARB_shading_language_100, GL_EXT_multi_draw_arrays, 
2690 27 JulFX
    GL_EXT_clip_volume_hint, GL_EXT_rescale_normal, 
2691 27 JulFX
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
2692 27 JulFX
    GL_EXT_gpu_program_parameters, GL_EXT_geometry_shader4, 
2693 27 JulFX
    GL_EXT_transform_feedback, GL_APPLE_client_storage, 
2694 27 JulFX
    GL_APPLE_specular_vector, GL_APPLE_transform_hint, GL_APPLE_packed_pixels, 
2695 27 JulFX
    GL_APPLE_fence, GL_APPLE_vertex_array_object, 
2696 27 JulFX
    GL_APPLE_vertex_program_evaluators, GL_APPLE_element_array, 
2697 27 JulFX
    GL_APPLE_flush_render, GL_APPLE_aux_depth_stencil, 
2698 27 JulFX
    GL_NV_texgen_reflection, GL_NV_light_max_exponent, GL_IBM_rasterpos_clip, 
2699 27 JulFX
    GL_SGIS_generate_mipmap, GL_ARB_imaging, GL_ARB_point_parameters, 
2700 27 JulFX
    GL_ARB_texture_env_crossbar, GL_ARB_texture_border_clamp, 
2701 27 JulFX
    GL_ARB_multitexture, GL_ARB_texture_env_add, GL_ARB_texture_cube_map, 
2702 27 JulFX
    GL_ARB_texture_env_dot3, GL_ARB_multisample, GL_ARB_texture_env_combine, 
2703 27 JulFX
    GL_ARB_texture_compression, GL_ARB_texture_mirrored_repeat, GL_ARB_shadow, 
2704 27 JulFX
    GL_ARB_depth_texture, GL_ARB_fragment_program, 
2705 27 JulFX
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
2706 27 JulFX
    GL_ARB_occlusion_query, GL_ARB_point_sprite, 
2707 27 JulFX
    GL_ARB_texture_non_power_of_two, GL_ARB_vertex_buffer_object, 
2708 27 JulFX
    GL_ARB_pixel_buffer_object, GL_ARB_draw_buffers, 
2709 27 JulFX
    GL_ARB_shader_texture_lod, GL_ARB_color_buffer_float, 
2710 27 JulFX
    GL_ARB_half_float_vertex, GL_ARB_texture_rg, 
2711 27 JulFX
    GL_ARB_texture_compression_rgtc, GL_ARB_framebuffer_object, 
2712 27 JulFX
    GL_EXT_compiled_vertex_array, GL_EXT_draw_buffers2, 
2713 27 JulFX
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, 
2714 27 JulFX
    GL_EXT_framebuffer_multisample, GL_EXT_texture_rectangle, 
2715 27 JulFX
    GL_ARB_texture_rectangle, GL_EXT_texture_env_add, GL_EXT_blend_color, 
2716 27 JulFX
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_lod_bias, 
2717 27 JulFX
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_stencil_wrap, 
2718 27 JulFX
    GL_EXT_texture_filter_anisotropic, GL_EXT_secondary_color, 
2719 27 JulFX
    GL_EXT_blend_func_separate, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, 
2720 27 JulFX
    GL_EXT_depth_bounds_test, GL_EXT_texture_compression_s3tc, 
2721 27 JulFX
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_sRGB, 
2722 27 JulFX
    GL_EXT_blend_equation_separate, GL_EXT_texture_mirror_clamp, 
2723 27 JulFX
    GL_EXT_packed_depth_stencil, GL_EXT_bindable_uniform, 
2724 27 JulFX
    GL_EXT_texture_integer, GL_EXT_gpu_shader4, GL_EXT_framebuffer_sRGB, 
2725 27 JulFX
    GL_EXT_provoking_vertex, GL_APPLE_flush_buffer_range, GL_APPLE_ycbcr_422, 
2726 27 JulFX
    GL_APPLE_rgb_422, GL_APPLE_vertex_array_range, GL_APPLE_texture_range, 
2727 27 JulFX
    GL_APPLE_float_pixels, GL_ATI_texture_float, GL_ARB_texture_float, 
2728 27 JulFX
    GL_ARB_half_float_pixel, GL_APPLE_pixel_buffer, GL_APPLE_object_purgeable, 
2729 27 JulFX
    GL_NV_point_sprite, GL_NV_blend_square, GL_NV_fog_distance, 
2730 27 JulFX
    GL_NV_depth_clamp, GL_NV_multisample_filter_hint, 
2731 27 JulFX
    GL_NV_fragment_program_option, GL_NV_fragment_program2, 
2732 27 JulFX
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
2733 27 JulFX
    GL_NV_conditional_render, GL_ATI_texture_mirror_once, 
2734 27 JulFX
    GL_ATI_texture_env_combine3, GL_ATI_separate_stencil, 
2735 27 JulFX
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_EXT_texture_array, 
2736 27 JulFX
    GL_EXT_vertex_array_bgra, GL_ARB_instanced_arrays, 
2737 27 JulFX
    GL_ARB_depth_buffer_float, GL_EXT_packed_float, 
2738 27 JulFX
    GL_EXT_texture_shared_exponent
2739 27 JulFX
2740 27 JulFX
416 GLX Visuals
2741 27 JulFX
</pre>
2742 27 JulFX
2743 15 JulFX
h1. Windows
2744 12 aquiles
2745 15 JulFX
h2. ATI
2746 15 JulFX
2747 28 jarnar
h3. Radeon HD5750 | Catalyst 11.1
2748 28 jarnar
2749 28 jarnar
<pre>
2750 28 jarnar
Renderer: ATI Radeon HD 5700 Series 
2751 28 jarnar
Vendor: ATI Technologies Inc.
2752 28 jarnar
Memory: 1024 MB
2753 28 jarnar
Version: 4.0.10524 Core Profile Forward-Compatible Context
2754 28 jarnar
Shading language version: 4.10
2755 28 jarnar
2756 28 jarnar
2757 28 jarnar
Max texture size: 16384 x 16384
2758 28 jarnar
Max texture coordinates: 0
2759 28 jarnar
Max vertex texture image units: 16
2760 28 jarnar
Max texture image units: 16
2761 28 jarnar
Max geometry texture units: 16
2762 28 jarnar
Max anisotropic filtering value: 16
2763 28 jarnar
Max viewport size: 16384 x 16384
2764 28 jarnar
Max uniform vertex components: 16384
2765 28 jarnar
Max uniform fragment components: 16384
2766 28 jarnar
Max geometry uniform components: 16384
2767 28 jarnar
Max varying floats: 128
2768 28 jarnar
Max samples: 8
2769 28 jarnar
Max draw buffers: 8
2770 28 jarnar
2771 28 jarnar
2772 28 jarnar
Extensions: 203
2773 28 jarnar
2774 28 jarnar
GL_AMD_conservative_depth
2775 28 jarnar
GL_AMD_debug_output
2776 28 jarnar
GL_AMD_depth_clamp_separate
2777 28 jarnar
GL_AMD_draw_buffers_blend
2778 28 jarnar
GL_AMD_name_gen_delete
2779 28 jarnar
GL_AMD_performance_monitor
2780 28 jarnar
GL_AMD_sample_positions
2781 28 jarnar
GL_AMD_seamless_cubemap_per_texture
2782 28 jarnar
GL_AMD_shader_stencil_export
2783 28 jarnar
GL_AMD_shader_trace
2784 28 jarnar
GL_AMD_texture_cube_map_array
2785 28 jarnar
GL_AMD_texture_texture4
2786 28 jarnar
GL_AMD_transform_feedback3_lines_triangles
2787 28 jarnar
GL_AMD_vertex_shader_tessellator
2788 28 jarnar
GL_AMDX_debug_output
2789 28 jarnar
GL_AMDX_vertex_shader_tessellator
2790 28 jarnar
GL_ARB_blend_func_extended
2791 28 jarnar
GL_ARB_color_buffer_float
2792 28 jarnar
GL_ARB_compatibility
2793 28 jarnar
GL_ARB_copy_buffer
2794 28 jarnar
GL_ARB_depth_buffer_float
2795 28 jarnar
GL_ARB_depth_clamp
2796 28 jarnar
GL_ARB_depth_texture
2797 28 jarnar
GL_ARB_draw_buffers
2798 28 jarnar
GL_ARB_draw_buffers_blend
2799 28 jarnar
GL_ARB_draw_elements_base_vertex
2800 28 jarnar
GL_ARB_draw_indirect
2801 28 jarnar
GL_ARB_draw_instanced
2802 28 jarnar
GL_ARB_ES2_compatibility
2803 28 jarnar
GL_ARB_explicit_attrib_location
2804 28 jarnar
GL_ARB_fragment_coord_conventions
2805 28 jarnar
GL_ARB_fragment_program
2806 28 jarnar
GL_ARB_fragment_program_shadow
2807 28 jarnar
GL_ARB_fragment_shader
2808 28 jarnar
GL_ARB_framebuffer_object
2809 28 jarnar
GL_ARB_framebuffer_sRGB
2810 28 jarnar
GL_ARB_geometry_shader4
2811 28 jarnar
GL_ARB_get_program_binary
2812 28 jarnar
GL_ARB_gpu_shader5
2813 28 jarnar
GL_ARB_gpu_shader_fp64
2814 28 jarnar
GL_ARB_half_float_pixel
2815 28 jarnar
GL_ARB_half_float_vertex
2816 28 jarnar
GL_ARB_instanced_arrays
2817 28 jarnar
GL_ARB_map_buffer_range
2818 28 jarnar
GL_ARB_multisample
2819 28 jarnar
GL_ARB_multitexture
2820 28 jarnar
GL_ARB_occlusion_query
2821 28 jarnar
GL_ARB_occlusion_query2
2822 28 jarnar
GL_ARB_pixel_buffer_object
2823 28 jarnar
GL_ARB_point_sprite
2824 28 jarnar
GL_ARB_provoking_vertex
2825 28 jarnar
GL_ARB_sample_shading
2826 28 jarnar
GL_ARB_sampler_objects
2827 28 jarnar
GL_ARB_seamless_cube_map
2828 28 jarnar
GL_ARB_separate_shader_objects
2829 28 jarnar
GL_ARB_shader_bit_encoding
2830 28 jarnar
GL_ARB_shader_objects
2831 28 jarnar
GL_ARB_shader_precision
2832 28 jarnar
GL_ARB_shader_stencil_export
2833 28 jarnar
GL_ARB_shader_subroutine
2834 28 jarnar
GL_ARB_shader_texture_lod
2835 28 jarnar
GL_ARB_shadow
2836 28 jarnar
GL_ARB_shadow_ambient
2837 28 jarnar
GL_ARB_sync
2838 28 jarnar
GL_ARB_tessellation_shader
2839 28 jarnar
GL_ARB_texture_border_clamp
2840 28 jarnar
GL_ARB_texture_buffer_object
2841 28 jarnar
GL_ARB_texture_buffer_object_rgb32
2842 28 jarnar
GL_ARB_texture_compression
2843 28 jarnar
GL_ARB_texture_compression_bptc
2844 28 jarnar
GL_ARB_texture_compression_rgtc
2845 28 jarnar
GL_ARB_texture_cube_map
2846 28 jarnar
GL_ARB_texture_cube_map_array
2847 28 jarnar
GL_ARB_texture_env_add
2848 28 jarnar
GL_ARB_texture_env_combine
2849 28 jarnar
GL_ARB_texture_env_crossbar
2850 28 jarnar
GL_ARB_texture_env_dot3
2851 28 jarnar
GL_ARB_texture_float
2852 28 jarnar
GL_ARB_texture_gather
2853 28 jarnar
GL_ARB_texture_mirrored_repeat
2854 28 jarnar
GL_ARB_texture_multisample
2855 28 jarnar
GL_ARB_texture_non_power_of_two
2856 28 jarnar
GL_ARB_texture_query_lod
2857 28 jarnar
GL_ARB_texture_rectangle
2858 28 jarnar
GL_ARB_texture_rg
2859 28 jarnar
GL_ARB_texture_rgb10_a2ui
2860 28 jarnar
GL_ARB_texture_snorm
2861 28 jarnar
GL_ARB_timer_query
2862 28 jarnar
GL_ARB_transform_feedback2
2863 28 jarnar
GL_ARB_transform_feedback3
2864 28 jarnar
GL_ARB_uniform_buffer_object
2865 28 jarnar
GL_ARB_vertex_array_bgra
2866 28 jarnar
GL_ARB_vertex_array_object
2867 28 jarnar
GL_ARB_vertex_attrib_64bit
2868 28 jarnar
GL_ARB_vertex_buffer_object
2869 28 jarnar
GL_ARB_vertex_program
2870 28 jarnar
GL_ARB_vertex_shader
2871 28 jarnar
GL_ARB_vertex_type_2_10_10_10_rev
2872 28 jarnar
GL_ARB_viewport_array
2873 28 jarnar
GL_ATI_draw_buffers
2874 28 jarnar
GL_ATI_envmap_bumpmap
2875 28 jarnar
GL_ATI_fragment_shader
2876 28 jarnar
GL_ATI_meminfo
2877 28 jarnar
GL_ATI_separate_stencil
2878 28 jarnar
GL_ATI_texture_compression_3dc
2879 28 jarnar
GL_ATI_texture_env_combine3
2880 28 jarnar
GL_ATI_texture_float
2881 28 jarnar
GL_ATI_texture_mirror_once
2882 28 jarnar
GL_EXT_abgr
2883 28 jarnar
GL_EXT_bgra
2884 28 jarnar
GL_EXT_bindable_uniform
2885 28 jarnar
GL_EXT_blend_color
2886 28 jarnar
GL_EXT_blend_equation_separate
2887 28 jarnar
GL_EXT_blend_func_separate
2888 28 jarnar
GL_EXT_blend_minmax
2889 28 jarnar
GL_EXT_blend_subtract
2890 28 jarnar
GL_EXT_copy_buffer
2891 28 jarnar
GL_EXT_copy_texture
2892 28 jarnar
GL_EXT_direct_state_access
2893 28 jarnar
GL_EXT_draw_buffers2
2894 28 jarnar
GL_EXT_draw_instanced
2895 28 jarnar
GL_EXT_draw_range_elements
2896 28 jarnar
GL_EXT_framebuffer_blit
2897 28 jarnar
GL_EXT_framebuffer_multisample
2898 28 jarnar
GL_EXT_framebuffer_object
2899 28 jarnar
GL_EXT_framebuffer_sRGB
2900 28 jarnar
GL_EXT_geometry_shader4
2901 28 jarnar
GL_EXT_gpu_program_parameters
2902 28 jarnar
GL_EXT_gpu_shader4
2903 28 jarnar
GL_EXT_multi_draw_arrays
2904 28 jarnar
GL_EXT_packed_depth_stencil
2905 28 jarnar
GL_EXT_packed_float
2906 28 jarnar
GL_EXT_packed_pixels
2907 28 jarnar
GL_EXT_pixel_buffer_object
2908 28 jarnar
GL_EXT_provoking_vertex
2909 28 jarnar
GL_EXT_shader_image_load_store
2910 28 jarnar
GL_EXT_shadow_funcs
2911 28 jarnar
GL_EXT_stencil_wrap
2912 28 jarnar
GL_EXT_subtexture
2913 28 jarnar
GL_EXT_texgen_reflection
2914 28 jarnar
GL_EXT_texture3D
2915 28 jarnar
GL_EXT_texture_array
2916 28 jarnar
GL_EXT_texture_buffer_object
2917 28 jarnar
GL_EXT_texture_compression_bptc
2918 28 jarnar
GL_EXT_texture_compression_latc
2919 28 jarnar
GL_EXT_texture_compression_rgtc
2920 28 jarnar
GL_EXT_texture_compression_s3tc
2921 28 jarnar
GL_EXT_texture_cube_map
2922 28 jarnar
GL_EXT_texture_edge_clamp
2923 28 jarnar
GL_EXT_texture_env_add
2924 28 jarnar
GL_EXT_texture_env_combine
2925 28 jarnar
GL_EXT_texture_env_dot3
2926 28 jarnar
GL_EXT_texture_filter_anisotropic
2927 28 jarnar
GL_EXT_texture_integer
2928 28 jarnar
GL_EXT_texture_lod
2929 28 jarnar
GL_EXT_texture_lod_bias
2930 28 jarnar
GL_EXT_texture_mirror_clamp
2931 28 jarnar
GL_EXT_texture_object
2932 28 jarnar
GL_EXT_texture_rectangle
2933 28 jarnar
GL_EXT_texture_shared_exponent
2934 28 jarnar
GL_EXT_texture_snorm
2935 28 jarnar
GL_EXT_texture_sRGB
2936 28 jarnar
GL_EXT_texture_swizzle
2937 28 jarnar
GL_EXT_timer_query
2938 28 jarnar
GL_EXT_transform_feedback
2939 28 jarnar
GL_EXT_vertex_array_bgra
2940 28 jarnar
GL_EXT_vertex_attrib_64bit
2941 28 jarnar
GL_IBM_texture_mirrored_repeat
2942 28 jarnar
GL_KTX_buffer_region
2943 28 jarnar
GL_NV_blend_square
2944 28 jarnar
GL_NV_conditional_render
2945 28 jarnar
GL_NV_copy_depth_to_color
2946 28 jarnar
GL_NV_explicit_multisample
2947 28 jarnar
GL_NV_float_buffer
2948 28 jarnar
GL_NV_half_float
2949 28 jarnar
GL_NV_texgen_reflection
2950 28 jarnar
GL_NV_texture_barrier
2951 28 jarnar
GL_SGIS_generate_mipmap
2952 28 jarnar
GL_SGIS_texture_edge_clamp
2953 28 jarnar
GL_SGIS_texture_lod
2954 28 jarnar
GL_SUN_multi_draw_arrays
2955 28 jarnar
GL_WIN_swap_hint
2956 28 jarnar
WGL_AMD_gpu_association
2957 28 jarnar
WGL_AMDX_gpu_association
2958 28 jarnar
WGL_ARB_buffer_region
2959 28 jarnar
WGL_ARB_create_context
2960 28 jarnar
WGL_ARB_create_context_profile
2961 28 jarnar
WGL_ARB_extensions_string
2962 28 jarnar
WGL_ARB_make_current_read
2963 28 jarnar
WGL_ARB_multisample
2964 28 jarnar
WGL_ARB_pbuffer
2965 28 jarnar
WGL_ARB_pixel_format
2966 28 jarnar
WGL_ARB_pixel_format_float
2967 28 jarnar
WGL_ARB_render_texture
2968 28 jarnar
WGL_ATI_pixel_format_float
2969 28 jarnar
WGL_ATI_render_texture_rectangle
2970 28 jarnar
WGL_EXT_extensions_string
2971 28 jarnar
WGL_EXT_framebuffer_sRGB
2972 28 jarnar
WGL_EXT_pixel_format_packed_float
2973 28 jarnar
WGL_EXT_swap_control
2974 28 jarnar
WGL_I3D_genlock
2975 28 jarnar
WGL_NV_float_buffer
2976 28 jarnar
WGL_NV_swap_group
2977 28 jarnar
2978 28 jarnar
Core features
2979 28 jarnar
v1.1 (100 % - 7/7)
2980 28 jarnar
v1.2 (100 % - 8/8)
2981 28 jarnar
v1.3 (100 % - 9/9)
2982 28 jarnar
v1.4 (100 % - 15/15)
2983 28 jarnar
v1.5 (100 % - 3/3)
2984 28 jarnar
v2.0 (100 % - 10/10)
2985 28 jarnar
v2.1 (100 % - 3/3)
2986 28 jarnar
v3.0 (100 % - 23/23)
2987 28 jarnar
v3.1 (100 % - 8/8)
2988 28 jarnar
v3.2 (100 % - 9/9)
2989 28 jarnar
v3.3 (100 % - 9/9)
2990 28 jarnar
v4.0 (100 % - 13/13)
2991 28 jarnar
v4.1 (87 % - 7/8)
2992 28 jarnar
</pre>
2993 28 jarnar
2994 24 JulFX
h3. Radeon HD5670 | Catalyst 10.10
2995 15 JulFX
2996 12 aquiles
<pre>
2997 12 aquiles
Renderer: ATI Radeon HD 5600 Series
2998 12 aquiles
Vendor: ATI Technologies Inc.
2999 12 aquiles
Memory: 512 MB
3000 12 aquiles
Version: 4.0.10243 Core Profile Forward-Compatible Context
3001 12 aquiles
Shading language version: 4.00
3002 12 aquiles
3003 12 aquiles
3004 12 aquiles
Max texture size: 16384 x 16384
3005 12 aquiles
Max texture coordinates: 0
3006 12 aquiles
Max vertex texture image units: 16
3007 12 aquiles
Max texture image units: 16
3008 12 aquiles
Max geometry texture units: 16
3009 12 aquiles
Max anisotropic filtering value: 16
3010 12 aquiles
Max viewport size: 16384 x 16384
3011 12 aquiles
Max uniform vertex components: 16384
3012 12 aquiles
Max uniform fragment components: 16384
3013 12 aquiles
Max geometry uniform components: 16384
3014 12 aquiles
Max varying floats: 64
3015 12 aquiles
Max samples: 8
3016 12 aquiles
Max draw buffers: 8
3017 12 aquiles
3018 12 aquiles
3019 12 aquiles
Extensions: 192
3020 12 aquiles
3021 12 aquiles
GL_AMD_conservative_depth
3022 12 aquiles
GL_AMD_debug_output
3023 12 aquiles
GL_AMD_draw_buffers_blend
3024 12 aquiles
GL_AMD_name_gen_delete
3025 12 aquiles
GL_AMD_performance_monitor
3026 12 aquiles
GL_AMD_sample_positions
3027 12 aquiles
GL_AMD_seamless_cubemap_per_texture
3028 12 aquiles
GL_AMD_shader_stencil_export
3029 12 aquiles
GL_AMD_texture_cube_map_array
3030 12 aquiles
GL_AMD_texture_texture4
3031 12 aquiles
GL_AMD_transform_feedback3_lines_triangles
3032 12 aquiles
GL_AMD_vertex_shader_tessellator
3033 12 aquiles
GL_AMDX_debug_output
3034 12 aquiles
GL_AMDX_vertex_shader_tessellator
3035 12 aquiles
GL_ARB_blend_func_extended
3036 12 aquiles
GL_ARB_color_buffer_float
3037 12 aquiles
GL_ARB_compatibility
3038 12 aquiles
GL_ARB_copy_buffer
3039 12 aquiles
GL_ARB_depth_buffer_float
3040 12 aquiles
GL_ARB_depth_clamp
3041 12 aquiles
GL_ARB_depth_texture
3042 12 aquiles
GL_ARB_draw_buffers
3043 12 aquiles
GL_ARB_draw_buffers_blend
3044 12 aquiles
GL_ARB_draw_elements_base_vertex
3045 12 aquiles
GL_ARB_draw_indirect
3046 12 aquiles
GL_ARB_draw_instanced
3047 12 aquiles
GL_ARB_explicit_attrib_location
3048 12 aquiles
GL_ARB_fragment_coord_conventions
3049 12 aquiles
GL_ARB_fragment_program
3050 12 aquiles
GL_ARB_fragment_program_shadow
3051 12 aquiles
GL_ARB_fragment_shader
3052 12 aquiles
GL_ARB_framebuffer_object
3053 12 aquiles
GL_ARB_framebuffer_sRGB
3054 12 aquiles
GL_ARB_geometry_shader4
3055 12 aquiles
GL_ARB_gpu_shader5
3056 12 aquiles
GL_ARB_gpu_shader_fp64
3057 12 aquiles
GL_ARB_half_float_pixel
3058 12 aquiles
GL_ARB_half_float_vertex
3059 12 aquiles
GL_ARB_instanced_arrays
3060 12 aquiles
GL_ARB_map_buffer_range
3061 12 aquiles
GL_ARB_multisample
3062 12 aquiles
GL_ARB_multitexture
3063 12 aquiles
GL_ARB_occlusion_query
3064 12 aquiles
GL_ARB_occlusion_query2
3065 12 aquiles
GL_ARB_pixel_buffer_object
3066 12 aquiles
GL_ARB_point_sprite
3067 12 aquiles
GL_ARB_provoking_vertex
3068 12 aquiles
GL_ARB_sample_shading
3069 12 aquiles
GL_ARB_sampler_objects
3070 12 aquiles
GL_ARB_seamless_cube_map
3071 12 aquiles
GL_ARB_shader_atomic_counters
3072 12 aquiles
GL_ARB_shader_bit_encoding
3073 12 aquiles
GL_ARB_shader_objects
3074 12 aquiles
GL_ARB_shader_subroutine
3075 12 aquiles
GL_ARB_shader_texture_lod
3076 12 aquiles
GL_ARB_shadow
3077 12 aquiles
GL_ARB_shadow_ambient
3078 12 aquiles
GL_ARB_sync
3079 12 aquiles
GL_ARB_tessellation_shader
3080 12 aquiles
GL_ARB_texture_border_clamp
3081 12 aquiles
GL_ARB_texture_buffer_object
3082 12 aquiles
GL_ARB_texture_compression
3083 12 aquiles
GL_ARB_texture_compression_rgtc
3084 12 aquiles
GL_ARB_texture_cube_map
3085 12 aquiles
GL_ARB_texture_cube_map_array
3086 12 aquiles
GL_ARB_texture_env_add
3087 12 aquiles
GL_ARB_texture_env_combine
3088 12 aquiles
GL_ARB_texture_env_crossbar
3089 12 aquiles
GL_ARB_texture_env_dot3
3090 12 aquiles
GL_ARB_texture_float
3091 12 aquiles
GL_ARB_texture_gather
3092 12 aquiles
GL_ARB_texture_mirrored_repeat
3093 12 aquiles
GL_ARB_texture_multisample
3094 12 aquiles
GL_ARB_texture_non_power_of_two
3095 12 aquiles
GL_ARB_texture_query_lod
3096 12 aquiles
GL_ARB_texture_rectangle
3097 12 aquiles
GL_ARB_texture_rg
3098 12 aquiles
GL_ARB_texture_rgb10_a2ui
3099 12 aquiles
GL_ARB_texture_snorm
3100 12 aquiles
GL_ARB_timer_query
3101 12 aquiles
GL_ARB_transform_feedback2
3102 12 aquiles
GL_ARB_transform_feedback3
3103 12 aquiles
GL_ARB_uniform_buffer_object
3104 12 aquiles
GL_ARB_vertex_array_bgra
3105 12 aquiles
GL_ARB_vertex_array_object
3106 12 aquiles
GL_ARB_vertex_buffer_object
3107 12 aquiles
GL_ARB_vertex_program
3108 12 aquiles
GL_ARB_vertex_shader
3109 12 aquiles
GL_ARB_vertex_type_2_10_10_10_rev
3110 12 aquiles
GL_ATI_draw_buffers
3111 12 aquiles
GL_ATI_envmap_bumpmap
3112 12 aquiles
GL_ATI_fragment_shader
3113 12 aquiles
GL_ATI_meminfo
3114 12 aquiles
GL_ATI_separate_stencil
3115 12 aquiles
GL_ATI_texture_compression_3dc
3116 12 aquiles
GL_ATI_texture_env_combine3
3117 12 aquiles
GL_ATI_texture_float
3118 12 aquiles
GL_ATI_texture_mirror_once
3119 12 aquiles
GL_EXT_abgr
3120 12 aquiles
GL_EXT_bgra
3121 12 aquiles
GL_EXT_bindable_uniform
3122 12 aquiles
GL_EXT_blend_color
3123 12 aquiles
GL_EXT_blend_equation_separate
3124 12 aquiles
GL_EXT_blend_func_separate
3125 12 aquiles
GL_EXT_blend_minmax
3126 12 aquiles
GL_EXT_blend_subtract
3127 12 aquiles
GL_EXT_copy_buffer
3128 12 aquiles
GL_EXT_copy_texture
3129 12 aquiles
GL_EXT_direct_state_access
3130 12 aquiles
GL_EXT_draw_buffers2
3131 12 aquiles
GL_EXT_draw_instanced
3132 12 aquiles
GL_EXT_draw_range_elements
3133 12 aquiles
GL_EXT_framebuffer_blit
3134 12 aquiles
GL_EXT_framebuffer_multisample
3135 12 aquiles
GL_EXT_framebuffer_object
3136 12 aquiles
GL_EXT_framebuffer_sRGB
3137 12 aquiles
GL_EXT_geometry_shader4
3138 12 aquiles
GL_EXT_gpu_program_parameters
3139 12 aquiles
GL_EXT_gpu_shader4
3140 12 aquiles
GL_EXT_multi_draw_arrays
3141 12 aquiles
GL_EXT_packed_depth_stencil
3142 12 aquiles
GL_EXT_packed_float
3143 12 aquiles
GL_EXT_packed_pixels
3144 12 aquiles
GL_EXT_pixel_buffer_object
3145 12 aquiles
GL_EXT_provoking_vertex
3146 12 aquiles
GL_EXT_shadow_funcs
3147 12 aquiles
GL_EXT_stencil_wrap
3148 12 aquiles
GL_EXT_subtexture
3149 12 aquiles
GL_EXT_texgen_reflection
3150 12 aquiles
GL_EXT_texture3D
3151 12 aquiles
GL_EXT_texture_array
3152 12 aquiles
GL_EXT_texture_buffer_object
3153 12 aquiles
GL_EXT_texture_buffer_object_rgb32
3154 12 aquiles
GL_EXT_texture_compression_bptc
3155 12 aquiles
GL_EXT_texture_compression_latc
3156 12 aquiles
GL_EXT_texture_compression_rgtc
3157 12 aquiles
GL_EXT_texture_compression_s3tc
3158 12 aquiles
GL_EXT_texture_cube_map
3159 12 aquiles
GL_EXT_texture_edge_clamp
3160 12 aquiles
GL_EXT_texture_env_add
3161 12 aquiles
GL_EXT_texture_env_combine
3162 12 aquiles
GL_EXT_texture_env_dot3
3163 12 aquiles
GL_EXT_texture_filter_anisotropic
3164 12 aquiles
GL_EXT_texture_integer
3165 12 aquiles
GL_EXT_texture_lod
3166 12 aquiles
GL_EXT_texture_lod_bias
3167 12 aquiles
GL_EXT_texture_mirror_clamp
3168 12 aquiles
GL_EXT_texture_object
3169 12 aquiles
GL_EXT_texture_rectangle
3170 12 aquiles
GL_EXT_texture_shared_exponent
3171 12 aquiles
GL_EXT_texture_snorm
3172 12 aquiles
GL_EXT_texture_sRGB
3173 12 aquiles
GL_EXT_texture_swizzle
3174 12 aquiles
GL_EXT_timer_query
3175 12 aquiles
GL_EXT_transform_feedback
3176 8 JulFX
GL_EXT_vertex_array_bgra
3177 13 Naush
GL_EXT_vertex_attrib_64bit
3178 13 Naush
GL_IBM_texture_mirrored_repeat
3179 13 Naush
GL_KTX_buffer_region
3180 13 Naush
GL_NV_blend_square
3181 13 Naush
GL_NV_conditional_render
3182 13 Naush
GL_NV_copy_depth_to_color
3183 13 Naush
GL_NV_explicit_multisample
3184 13 Naush
GL_NV_float_buffer
3185 13 Naush
GL_NV_half_float
3186 13 Naush
GL_NV_texgen_reflection
3187 13 Naush
GL_SGIS_generate_mipmap
3188 13 Naush
GL_SGIS_texture_edge_clamp
3189 13 Naush
GL_SGIS_texture_lod
3190 13 Naush
GL_SUN_multi_draw_arrays
3191 13 Naush
GL_WIN_swap_hint
3192 13 Naush
WGL_AMD_gpu_association
3193 13 Naush
WGL_AMDX_gpu_association
3194 13 Naush
WGL_ARB_buffer_region
3195 13 Naush
WGL_ARB_create_context
3196 13 Naush
WGL_ARB_create_context_profile
3197 13 Naush
WGL_ARB_extensions_string
3198 13 Naush
WGL_ARB_make_current_read
3199 13 Naush
WGL_ARB_multisample
3200 13 Naush
WGL_ARB_pbuffer
3201 13 Naush
WGL_ARB_pixel_format
3202 13 Naush
WGL_ARB_pixel_format_float
3203 13 Naush
WGL_ARB_render_texture
3204 13 Naush
WGL_ATI_pixel_format_float
3205 13 Naush
WGL_ATI_render_texture_rectangle
3206 13 Naush
WGL_EXT_extensions_string
3207 13 Naush
WGL_EXT_framebuffer_sRGB
3208 13 Naush
WGL_EXT_pixel_format_packed_float
3209 13 Naush
WGL_EXT_swap_control
3210 13 Naush
WGL_I3D_genlock
3211 13 Naush
WGL_NV_float_buffer
3212 13 Naush
WGL_NV_swap_group
3213 13 Naush
3214 13 Naush
Core features
3215 13 Naush
v1.1 (100 % - 7/7)
3216 13 Naush
v1.2 (100 % - 8/8)
3217 13 Naush
v1.3 (100 % - 9/9)
3218 13 Naush
v1.4 (100 % - 15/15)
3219 13 Naush
v1.5 (100 % - 3/3)
3220 13 Naush
v2.0 (100 % - 10/10)
3221 13 Naush
v2.1 (100 % - 3/3)
3222 13 Naush
v3.0 (100 % - 23/23)
3223 13 Naush
v3.1 (100 % - 8/8)
3224 13 Naush
v3.2 (100 % - 9/9)
3225 13 Naush
v3.3 (100 % - 9/9)
3226 13 Naush
v4.0 (100 % - 13/13)
3227 13 Naush
v4.1 (0 % - 0/8)
3228 13 Naush
3229 13 Naush
</pre>
3230 13 Naush
3231 17 JulFX
h3. Radeon HD4890 | Catalyst 10.10 Win7
3232 17 JulFX
3233 17 JulFX
<pre>
3234 17 JulFX
Rendereur: ATI Radeon HD 4800 Series           
3235 17 JulFX
Fournisseur: ATI Technologies Inc.
3236 17 JulFX
Mémoire: 1024 MO
3237 17 JulFX
Version: 3.3.10243 Core Profile Forward-Compatible Context
3238 17 JulFX
Version GLSL: 3.30                   
3239 17 JulFX
3240 17 JulFX
3241 17 JulFX
Max. taille texture 8192 x 8192
3242 17 JulFX
Max. texture coords 0
3243 17 JulFX
Max. vertex tex. image units: 16
3244 17 JulFX
Max. texture image unités 16
3245 17 JulFX
Max Geometry Texture Units: 16
3246 17 JulFX
Max. anisotropie 16
3247 17 JulFX
Taille Max. Vue 8192 x 8192
3248 17 JulFX
Max. uniform vertex composantes: 16384
3249 17 JulFX
Max. uniform fragment composantes: 16384
3250 17 JulFX
Max Geometry Uniform Components: 16384
3251 17 JulFX
Max. variante virgule flottantes: 64
3252 17 JulFX
Max. échantillons 8
3253 17 JulFX
Max. draw buffers: 8
3254 17 JulFX
3255 17 JulFX
3256 17 JulFX
Extensions: 183
3257 17 JulFX
3258 17 JulFX
GL_AMD_conservative_depth
3259 17 JulFX
GL_AMD_debug_output
3260 17 JulFX
GL_AMD_draw_buffers_blend
3261 17 JulFX
GL_AMD_name_gen_delete
3262 17 JulFX
GL_AMD_performance_monitor
3263 17 JulFX
GL_AMD_sample_positions
3264 17 JulFX
GL_AMD_seamless_cubemap_per_texture
3265 17 JulFX
GL_AMD_shader_stencil_export
3266 17 JulFX
GL_AMD_texture_cube_map_array
3267 17 JulFX
GL_AMD_texture_texture4
3268 17 JulFX
GL_AMD_vertex_shader_tessellator
3269 17 JulFX
GL_AMDX_debug_output
3270 17 JulFX
GL_AMDX_vertex_shader_tessellator
3271 17 JulFX
GL_ARB_blend_func_extended
3272 17 JulFX
GL_ARB_color_buffer_float
3273 17 JulFX
GL_ARB_compatibility
3274 17 JulFX
GL_ARB_copy_buffer
3275 17 JulFX
GL_ARB_depth_buffer_float
3276 17 JulFX
GL_ARB_depth_clamp
3277 17 JulFX
GL_ARB_depth_texture
3278 17 JulFX
GL_ARB_draw_buffers
3279 17 JulFX
GL_ARB_draw_buffers_blend
3280 17 JulFX
GL_ARB_draw_elements_base_vertex
3281 17 JulFX
GL_ARB_draw_instanced
3282 17 JulFX
GL_ARB_explicit_attrib_location
3283 17 JulFX
GL_ARB_fragment_coord_conventions
3284 17 JulFX
GL_ARB_fragment_program
3285 17 JulFX
GL_ARB_fragment_program_shadow
3286 17 JulFX
GL_ARB_fragment_shader
3287 17 JulFX
GL_ARB_framebuffer_object
3288 17 JulFX
GL_ARB_framebuffer_sRGB
3289 17 JulFX
GL_ARB_geometry_shader4
3290 17 JulFX
GL_ARB_half_float_pixel
3291 17 JulFX
GL_ARB_half_float_vertex
3292 17 JulFX
GL_ARB_instanced_arrays
3293 17 JulFX
GL_ARB_map_buffer_range
3294 17 JulFX
GL_ARB_multisample
3295 17 JulFX
GL_ARB_multitexture
3296 17 JulFX
GL_ARB_occlusion_query
3297 17 JulFX
GL_ARB_occlusion_query2
3298 17 JulFX
GL_ARB_pixel_buffer_object
3299 17 JulFX
GL_ARB_point_sprite
3300 17 JulFX
GL_ARB_provoking_vertex
3301 17 JulFX
GL_ARB_sample_shading
3302 17 JulFX
GL_ARB_sampler_objects
3303 17 JulFX
GL_ARB_seamless_cube_map
3304 17 JulFX
GL_ARB_shader_bit_encoding
3305 17 JulFX
GL_ARB_shader_objects
3306 17 JulFX
GL_ARB_shader_texture_lod
3307 17 JulFX
GL_ARB_shadow
3308 17 JulFX
GL_ARB_shadow_ambient
3309 17 JulFX
GL_ARB_sync
3310 17 JulFX
GL_ARB_texture_border_clamp
3311 17 JulFX
GL_ARB_texture_buffer_object
3312 17 JulFX
GL_ARB_texture_compression
3313 17 JulFX
GL_ARB_texture_compression_rgtc
3314 17 JulFX
GL_ARB_texture_cube_map
3315 17 JulFX
GL_ARB_texture_cube_map_array
3316 17 JulFX
GL_ARB_texture_env_add
3317 17 JulFX
GL_ARB_texture_env_combine
3318 17 JulFX
GL_ARB_texture_env_crossbar
3319 17 JulFX
GL_ARB_texture_env_dot3
3320 17 JulFX
GL_ARB_texture_float
3321 17 JulFX
GL_ARB_texture_gather
3322 17 JulFX
GL_ARB_texture_mirrored_repeat
3323 17 JulFX
GL_ARB_texture_multisample
3324 17 JulFX
GL_ARB_texture_non_power_of_two
3325 17 JulFX
GL_ARB_texture_query_lod
3326 17 JulFX
GL_ARB_texture_rectangle
3327 17 JulFX
GL_ARB_texture_rg
3328 17 JulFX
GL_ARB_texture_rgb10_a2ui
3329 17 JulFX
GL_ARB_texture_snorm
3330 17 JulFX
GL_ARB_timer_query
3331 17 JulFX
GL_ARB_transform_feedback2
3332 17 JulFX
GL_ARB_transform_feedback3
3333 17 JulFX
GL_ARB_uniform_buffer_object
3334 17 JulFX
GL_ARB_vertex_array_bgra
3335 17 JulFX
GL_ARB_vertex_array_object
3336 17 JulFX
GL_ARB_vertex_buffer_object
3337 17 JulFX
GL_ARB_vertex_program
3338 17 JulFX
GL_ARB_vertex_shader
3339 17 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
3340 17 JulFX
GL_ATI_draw_buffers
3341 17 JulFX
GL_ATI_envmap_bumpmap
3342 17 JulFX
GL_ATI_fragment_shader
3343 17 JulFX
GL_ATI_meminfo
3344 17 JulFX
GL_ATI_separate_stencil
3345 17 JulFX
GL_ATI_texture_compression_3dc
3346 17 JulFX
GL_ATI_texture_env_combine3
3347 17 JulFX
GL_ATI_texture_float
3348 17 JulFX
GL_ATI_texture_mirror_once
3349 17 JulFX
GL_EXT_abgr
3350 17 JulFX
GL_EXT_bgra
3351 17 JulFX
GL_EXT_bindable_uniform
3352 17 JulFX
GL_EXT_blend_color
3353 17 JulFX
GL_EXT_blend_equation_separate
3354 17 JulFX
GL_EXT_blend_func_separate
3355 17 JulFX
GL_EXT_blend_minmax
3356 17 JulFX
GL_EXT_blend_subtract
3357 17 JulFX
GL_EXT_copy_buffer
3358 17 JulFX
GL_EXT_copy_texture
3359 17 JulFX
GL_EXT_direct_state_access
3360 17 JulFX
GL_EXT_draw_buffers2
3361 17 JulFX
GL_EXT_draw_instanced
3362 17 JulFX
GL_EXT_draw_range_elements
3363 17 JulFX
GL_EXT_framebuffer_blit
3364 17 JulFX
GL_EXT_framebuffer_multisample
3365 17 JulFX
GL_EXT_framebuffer_object
3366 17 JulFX
GL_EXT_framebuffer_sRGB
3367 17 JulFX
GL_EXT_geometry_shader4
3368 17 JulFX
GL_EXT_gpu_program_parameters
3369 17 JulFX
GL_EXT_gpu_shader4
3370 17 JulFX
GL_EXT_multi_draw_arrays
3371 17 JulFX
GL_EXT_packed_depth_stencil
3372 17 JulFX
GL_EXT_packed_float
3373 17 JulFX
GL_EXT_packed_pixels
3374 17 JulFX
GL_EXT_pixel_buffer_object
3375 17 JulFX
GL_EXT_provoking_vertex
3376 17 JulFX
GL_EXT_shadow_funcs
3377 17 JulFX
GL_EXT_stencil_wrap
3378 17 JulFX
GL_EXT_subtexture
3379 17 JulFX
GL_EXT_texgen_reflection
3380 17 JulFX
GL_EXT_texture3D
3381 17 JulFX
GL_EXT_texture_array
3382 17 JulFX
GL_EXT_texture_buffer_object
3383 17 JulFX
GL_EXT_texture_buffer_object_rgb32
3384 17 JulFX
GL_EXT_texture_compression_latc
3385 17 JulFX
GL_EXT_texture_compression_rgtc
3386 17 JulFX
GL_EXT_texture_compression_s3tc
3387 17 JulFX
GL_EXT_texture_cube_map
3388 17 JulFX
GL_EXT_texture_edge_clamp
3389 17 JulFX
GL_EXT_texture_env_add
3390 17 JulFX
GL_EXT_texture_env_combine
3391 17 JulFX
GL_EXT_texture_env_dot3
3392 17 JulFX
GL_EXT_texture_filter_anisotropic
3393 17 JulFX
GL_EXT_texture_integer
3394 17 JulFX
GL_EXT_texture_lod
3395 17 JulFX
GL_EXT_texture_lod_bias
3396 17 JulFX
GL_EXT_texture_mirror_clamp
3397 17 JulFX
GL_EXT_texture_object
3398 17 JulFX
GL_EXT_texture_rectangle
3399 17 JulFX
GL_EXT_texture_shared_exponent
3400 17 JulFX
GL_EXT_texture_snorm
3401 17 JulFX
GL_EXT_texture_sRGB
3402 17 JulFX
GL_EXT_texture_swizzle
3403 17 JulFX
GL_EXT_timer_query
3404 17 JulFX
GL_EXT_transform_feedback
3405 17 JulFX
GL_EXT_vertex_array_bgra
3406 17 JulFX
GL_IBM_texture_mirrored_repeat
3407 17 JulFX
GL_KTX_buffer_region
3408 17 JulFX
GL_NV_blend_square
3409 17 JulFX
GL_NV_conditional_render
3410 17 JulFX
GL_NV_copy_depth_to_color
3411 17 JulFX
GL_NV_explicit_multisample
3412 17 JulFX
GL_NV_float_buffer
3413 17 JulFX
GL_NV_half_float
3414 17 JulFX
GL_NV_texgen_reflection
3415 17 JulFX
GL_SGIS_generate_mipmap
3416 17 JulFX
GL_SGIS_texture_edge_clamp
3417 17 JulFX
GL_SGIS_texture_lod
3418 17 JulFX
GL_SUN_multi_draw_arrays
3419 17 JulFX
GL_WIN_swap_hint
3420 17 JulFX
WGL_AMD_gpu_association
3421 17 JulFX
WGL_AMDX_gpu_association
3422 17 JulFX
WGL_ARB_buffer_region
3423 17 JulFX
WGL_ARB_create_context
3424 17 JulFX
WGL_ARB_create_context_profile
3425 17 JulFX
WGL_ARB_extensions_string
3426 17 JulFX
WGL_ARB_make_current_read
3427 17 JulFX
WGL_ARB_multisample
3428 17 JulFX
WGL_ARB_pbuffer
3429 17 JulFX
WGL_ARB_pixel_format
3430 17 JulFX
WGL_ARB_pixel_format_float
3431 17 JulFX
WGL_ARB_render_texture
3432 17 JulFX
WGL_ATI_pixel_format_float
3433 17 JulFX
WGL_ATI_render_texture_rectangle
3434 17 JulFX
WGL_EXT_extensions_string
3435 17 JulFX
WGL_EXT_framebuffer_sRGB
3436 17 JulFX
WGL_EXT_pixel_format_packed_float
3437 17 JulFX
WGL_EXT_swap_control
3438 17 JulFX
WGL_I3D_genlock
3439 17 JulFX
WGL_NV_float_buffer
3440 17 JulFX
WGL_NV_swap_group
3441 17 JulFX
3442 17 JulFX
Extensions du noyau OpenGL
3443 17 JulFX
v1.1 (100 % - 7/7)
3444 17 JulFX
v1.2 (100 % - 8/8)
3445 17 JulFX
v1.3 (100 % - 9/9)
3446 17 JulFX
v1.4 (100 % - 15/15)
3447 17 JulFX
v1.5 (100 % - 3/3)
3448 17 JulFX
v2.0 (100 % - 10/10)
3449 17 JulFX
v2.1 (100 % - 3/3)
3450 17 JulFX
v3.0 (100 % - 23/23)
3451 17 JulFX
v3.1 (100 % - 8/8)
3452 17 JulFX
v3.2 (100 % - 9/9)
3453 17 JulFX
v3.3 (100 % - 9/9)
3454 17 JulFX
v4.0 (46 % - 6/13)
3455 17 JulFX
v4.1 (0 % - 0/8)
3456 17 JulFX
</pre>
3457 17 JulFX
3458 15 JulFX
h3. Radeon HD3470 | Catalyst 8.477
3459 13 Naush
3460 13 Naush
<pre>
3461 13 Naush
Renderer: ATI Mobility Radeon HD 3470
3462 13 Naush
Vendor: ATI Technologies Inc.
3463 13 Naush
Memory: 256 MB
3464 13 Naush
Version: 2.1.7415 Release
3465 13 Naush
Shading language version: 1.20
3466 13 Naush
3467 13 Naush
3468 13 Naush
Max texture size: 8192 x 8192
3469 13 Naush
Max texture coordinates: 8
3470 13 Naush
Max vertex texture image units: 0
3471 13 Naush
Max texture image units: 16
3472 13 Naush
Max geometry texture units: 0
3473 13 Naush
Max anisotropic filtering value: 16
3474 13 Naush
Max number of light sources: 8
3475 13 Naush
Max viewport size: 8192 x 8192
3476 13 Naush
Max uniform vertex components: 512
3477 13 Naush
Max uniform fragment components: 512
3478 13 Naush
Max geometry uniform components: 0
3479 13 Naush
Max varying floats: 68
3480 13 Naush
Max samples: 4
3481 13 Naush
Max draw buffers: 4
3482 13 Naush
3483 13 Naush
3484 13 Naush
Extensions: 96
3485 13 Naush
3486 13 Naush
GL_AMD_performance_monitor
3487 13 Naush
GL_ARB_depth_texture
3488 13 Naush
GL_ARB_draw_buffers
3489 13 Naush
GL_ARB_fragment_program
3490 13 Naush
GL_ARB_fragment_shader
3491 13 Naush
GL_ARB_multisample
3492 13 Naush
GL_ARB_multitexture
3493 13 Naush
GL_ARB_occlusion_query
3494 13 Naush
GL_ARB_pixel_buffer_object
3495 13 Naush
GL_ARB_point_parameters
3496 13 Naush
GL_ARB_point_sprite
3497 13 Naush
GL_ARB_shader_objects
3498 13 Naush
GL_ARB_shading_language_100
3499 13 Naush
GL_ARB_shadow
3500 13 Naush
GL_ARB_shadow_ambient
3501 13 Naush
GL_ARB_texture_border_clamp
3502 13 Naush
GL_ARB_texture_compression
3503 13 Naush
GL_ARB_texture_cube_map
3504 13 Naush
GL_ARB_texture_env_add
3505 13 Naush
GL_ARB_texture_env_combine
3506 13 Naush
GL_ARB_texture_env_crossbar
3507 13 Naush
GL_ARB_texture_env_dot3
3508 13 Naush
GL_ARB_texture_float
3509 13 Naush
GL_ARB_texture_mirrored_repeat
3510 13 Naush
GL_ARB_texture_non_power_of_two
3511 13 Naush
GL_ARB_texture_rectangle
3512 13 Naush
GL_ARB_transpose_matrix
3513 13 Naush
GL_ARB_vertex_buffer_object
3514 13 Naush
GL_ARB_vertex_program
3515 13 Naush
GL_ARB_vertex_shader
3516 13 Naush
GL_ARB_window_pos
3517 13 Naush
GL_ATI_draw_buffers
3518 13 Naush
GL_ATI_envmap_bumpmap
3519 13 Naush
GL_ATI_fragment_shader
3520 13 Naush
GL_ATI_meminfo
3521 13 Naush
GL_ATI_separate_stencil
3522 13 Naush
GL_ATI_texture_compression_3dc
3523 13 Naush
GL_ATI_texture_env_combine3
3524 13 Naush
GL_ATI_texture_float
3525 13 Naush
GL_EXT_abgr
3526 13 Naush
GL_EXT_bgra
3527 13 Naush
GL_EXT_blend_color
3528 13 Naush
GL_EXT_blend_func_separate
3529 13 Naush
GL_EXT_blend_minmax
3530 13 Naush
GL_EXT_blend_subtract
3531 13 Naush
GL_EXT_compiled_vertex_array
3532 13 Naush
GL_EXT_copy_texture
3533 13 Naush
GL_EXT_draw_range_elements
3534 13 Naush
GL_EXT_fog_coord
3535 13 Naush
GL_EXT_framebuffer_object
3536 13 Naush
GL_EXT_framebuffer_sRGB
3537 13 Naush
GL_EXT_gpu_program_parameters
3538 13 Naush
GL_EXT_multi_draw_arrays
3539 13 Naush
GL_EXT_packed_depth_stencil
3540 13 Naush
GL_EXT_packed_pixels
3541 13 Naush
GL_EXT_point_parameters
3542 13 Naush
GL_EXT_rescale_normal
3543 13 Naush
GL_EXT_secondary_color
3544 13 Naush
GL_EXT_separate_specular_color
3545 1 kervala
GL_EXT_shadow_funcs
3546 1 kervala
GL_EXT_stencil_wrap
3547 1 kervala
GL_EXT_subtexture
3548 1 kervala
GL_EXT_texgen_reflection
3549 1 kervala
GL_EXT_texture3D
3550 1 kervala
GL_EXT_texture_compression_s3tc
3551 1 kervala
GL_EXT_texture_cube_map
3552 1 kervala
GL_EXT_texture_edge_clamp
3553 1 kervala
GL_EXT_texture_env_add
3554 1 kervala
GL_EXT_texture_env_combine
3555 1 kervala
GL_EXT_texture_env_dot3
3556 1 kervala
GL_EXT_texture_filter_anisotropic
3557 1 kervala
GL_EXT_texture_lod_bias
3558 1 kervala
GL_EXT_texture_mirror_clamp
3559 1 kervala
GL_EXT_texture_object
3560 1 kervala
GL_EXT_texture_rectangle
3561 1 kervala
GL_EXT_texture_sRGB
3562 1 kervala
GL_EXT_vertex_array
3563 1 kervala
GL_KTX_buffer_region
3564 1 kervala
GL_NV_blend_square
3565 1 kervala
GL_NV_texgen_reflection
3566 1 kervala
GL_SGIS_generate_mipmap
3567 1 kervala
GL_SGIS_texture_edge_clamp
3568 1 kervala
GL_SGIS_texture_lod
3569 1 kervala
GL_WIN_swap_hint
3570 1 kervala
WGL_ARB_buffer_region
3571 1 kervala
WGL_ARB_extensions_string
3572 1 kervala
WGL_ARB_make_current_read
3573 1 kervala
WGL_ARB_multisample
3574 1 kervala
WGL_ARB_pbuffer
3575 1 kervala
WGL_ARB_pixel_format
3576 1 kervala
WGL_ARB_render_texture
3577 1 kervala
WGL_ATI_pixel_format_float
3578 1 kervala
WGL_ATI_render_texture_rectangle
3579 1 kervala
WGL_EXT_extensions_string
3580 1 kervala
WGL_EXT_framebuffer_sRGB
3581 1 kervala
WGL_EXT_swap_control
3582 1 kervala
3583 1 kervala
Core features
3584 1 kervala
v1.1 (100 % - 7/7)
3585 1 kervala
v1.2 (100 % - 8/8)
3586 1 kervala
v1.3 (100 % - 9/9)
3587 1 kervala
v1.4 (100 % - 15/15)
3588 1 kervala
v1.5 (100 % - 3/3)
3589 1 kervala
v2.0 (100 % - 10/10)
3590 1 kervala
v2.1 (100 % - 3/3)
3591 1 kervala
v3.0 (17 % - 4/23)
3592 1 kervala
v3.1 (12 % - 1/8)
3593 1 kervala
v3.2 (0 % - 0/9)
3594 1 kervala
v3.3 (0 % - 0/9)
3595 1 kervala
v4.0 (0 % - 0/13)
3596 1 kervala
v4.1 (0 % - 0/8)
3597 1 kervala
</pre>
3598 15 JulFX
3599 15 JulFX
h2. Intel
3600 15 JulFX
3601 15 JulFX
(empty)
3602 15 JulFX
3603 15 JulFX
h2. NVidia
3604 1 kervala
3605 16 JulFX
h3. GeForce 8400M GS | "260.99":http://www.nvidia.com/object/notebook-winxp-260.99-whql-driver.html
3606 16 JulFX
3607 16 JulFX
<pre>
3608 16 JulFX
Rendereur: GeForce 8400M GS/PCI/SSE2
3609 16 JulFX
Fournisseur: NVIDIA Corporation
3610 16 JulFX
Mémoire: 256 MO
3611 16 JulFX
Version: 3.3.0
3612 16 JulFX
Version GLSL: 3.30 NVIDIA via Cg compiler                   
3613 16 JulFX
3614 16 JulFX
3615 16 JulFX
Max. taille texture 8192 x 8192
3616 16 JulFX
Max. texture coords 8
3617 16 JulFX
Max. vertex tex. image units: 32
3618 16 JulFX
Max. texture image unités 32
3619 16 JulFX
Max Geometry Texture Units: 32
3620 16 JulFX
Max. anisotropie 16
3621 16 JulFX
Taille Max. Vue 8192 x 8192
3622 16 JulFX
Max. uniform vertex composantes: 4096
3623 16 JulFX
Max. uniform fragment composantes: 4096
3624 16 JulFX
Max Geometry Uniform Components: 2048
3625 16 JulFX
Max. variante virgule flottantes: 0
3626 16 JulFX
Max. échantillons 16
3627 16 JulFX
Max. draw buffers: 8
3628 16 JulFX
3629 16 JulFX
3630 16 JulFX
Extensions: 216
3631 16 JulFX
3632 16 JulFX
GL_ARB_blend_func_extended
3633 16 JulFX
GL_ARB_color_buffer_float
3634 16 JulFX
GL_ARB_copy_buffer
3635 16 JulFX
GL_ARB_depth_buffer_float
3636 16 JulFX
GL_ARB_depth_clamp
3637 16 JulFX
GL_ARB_depth_texture
3638 16 JulFX
GL_ARB_draw_buffers
3639 16 JulFX
GL_ARB_draw_elements_base_vertex
3640 16 JulFX
GL_ARB_draw_instanced
3641 16 JulFX
GL_ARB_ES2_compatibility
3642 16 JulFX
GL_ARB_explicit_attrib_location
3643 16 JulFX
GL_ARB_fragment_coord_conventions
3644 16 JulFX
GL_ARB_fragment_program
3645 16 JulFX
GL_ARB_fragment_program_shadow
3646 16 JulFX
GL_ARB_fragment_shader
3647 16 JulFX
GL_ARB_framebuffer_object
3648 16 JulFX
GL_ARB_framebuffer_sRGB
3649 16 JulFX
GL_ARB_geometry_shader4
3650 16 JulFX
GL_ARB_get_program_binary
3651 16 JulFX
GL_ARB_half_float_pixel
3652 16 JulFX
GL_ARB_half_float_vertex
3653 16 JulFX
GL_ARB_imaging
3654 16 JulFX
GL_ARB_instanced_arrays
3655 16 JulFX
GL_ARB_map_buffer_range
3656 16 JulFX
GL_ARB_multisample
3657 16 JulFX
GL_ARB_multitexture
3658 16 JulFX
GL_ARB_occlusion_query
3659 16 JulFX
GL_ARB_occlusion_query2
3660 16 JulFX
GL_ARB_pixel_buffer_object
3661 16 JulFX
GL_ARB_point_parameters
3662 16 JulFX
GL_ARB_point_sprite
3663 16 JulFX
GL_ARB_provoking_vertex
3664 16 JulFX
GL_ARB_robustness
3665 16 JulFX
GL_ARB_sampler_objects
3666 16 JulFX
GL_ARB_seamless_cube_map
3667 16 JulFX
GL_ARB_separate_shader_objects
3668 16 JulFX
GL_ARB_shader_bit_encoding
3669 16 JulFX
GL_ARB_shader_objects
3670 16 JulFX
GL_ARB_shading_language_100
3671 16 JulFX
GL_ARB_shadow
3672 16 JulFX
GL_ARB_sync
3673 16 JulFX
GL_ARB_texture_border_clamp
3674 16 JulFX
GL_ARB_texture_buffer_object
3675 16 JulFX
GL_ARB_texture_compression
3676 16 JulFX
GL_ARB_texture_compression_rgtc
3677 16 JulFX
GL_ARB_texture_cube_map
3678 16 JulFX
GL_ARB_texture_env_add
3679 16 JulFX
GL_ARB_texture_env_combine
3680 16 JulFX
GL_ARB_texture_env_crossbar
3681 16 JulFX
GL_ARB_texture_env_dot3
3682 16 JulFX
GL_ARB_texture_float
3683 16 JulFX
GL_ARB_texture_mirrored_repeat
3684 16 JulFX
GL_ARB_texture_multisample
3685 16 JulFX
GL_ARB_texture_non_power_of_two
3686 16 JulFX
GL_ARB_texture_rectangle
3687 16 JulFX
GL_ARB_texture_rg
3688 16 JulFX
GL_ARB_texture_rgb10_a2ui
3689 16 JulFX
GL_ARB_texture_swizzle
3690 16 JulFX
GL_ARB_timer_query
3691 16 JulFX
GL_ARB_transpose_matrix
3692 16 JulFX
GL_ARB_uniform_buffer_object
3693 16 JulFX
GL_ARB_vertex_array_bgra
3694 16 JulFX
GL_ARB_vertex_array_object
3695 16 JulFX
GL_ARB_vertex_buffer_object
3696 16 JulFX
GL_ARB_vertex_program
3697 16 JulFX
GL_ARB_vertex_shader
3698 16 JulFX
GL_ARB_vertex_type_2_10_10_10_rev
3699 16 JulFX
GL_ARB_viewport_array
3700 16 JulFX
GL_ARB_window_pos
3701 16 JulFX
GL_ATI_draw_buffers
3702 16 JulFX
GL_ATI_texture_float
3703 16 JulFX
GL_ATI_texture_mirror_once
3704 16 JulFX
GL_EXT_abgr
3705 16 JulFX
GL_EXT_bgra
3706 16 JulFX
GL_EXT_bindable_uniform
3707 16 JulFX
GL_EXT_blend_color
3708 16 JulFX
GL_EXT_blend_equation_separate
3709 16 JulFX
GL_EXT_blend_func_separate
3710 16 JulFX
GL_EXT_blend_minmax
3711 16 JulFX
GL_EXT_blend_subtract
3712 16 JulFX
GL_EXT_Cg_shader
3713 16 JulFX
GL_EXT_compiled_vertex_array
3714 16 JulFX
GL_EXT_depth_bounds_test
3715 16 JulFX
GL_EXT_direct_state_access
3716 16 JulFX
GL_EXT_draw_buffers2
3717 16 JulFX
GL_EXT_draw_instanced
3718 16 JulFX
GL_EXT_draw_range_elements
3719 16 JulFX
GL_EXT_fog_coord
3720 16 JulFX
GL_EXT_framebuffer_blit
3721 16 JulFX
GL_EXT_framebuffer_multisample
3722 16 JulFX
GL_EXT_framebuffer_object
3723 16 JulFX
GL_EXT_framebuffer_sRGB
3724 16 JulFX
GL_EXT_geometry_shader4
3725 16 JulFX
GL_EXT_gpu_program_parameters
3726 16 JulFX
GL_EXT_gpu_shader4
3727 16 JulFX
GL_EXT_multi_draw_arrays
3728 16 JulFX
GL_EXT_packed_depth_stencil
3729 16 JulFX
GL_EXT_packed_float
3730 16 JulFX
GL_EXT_packed_pixels
3731 16 JulFX
GL_EXT_pixel_buffer_object
3732 16 JulFX
GL_EXT_point_parameters
3733 16 JulFX
GL_EXT_provoking_vertex
3734 16 JulFX
GL_EXT_rescale_normal
3735 16 JulFX
GL_EXT_secondary_color
3736 16 JulFX
GL_EXT_separate_shader_objects
3737 16 JulFX
GL_EXT_separate_specular_color
3738 16 JulFX
GL_EXT_shadow_funcs
3739 16 JulFX
GL_EXT_stencil_two_side
3740 16 JulFX
GL_EXT_stencil_wrap
3741 16 JulFX
GL_EXT_texture3D
3742 16 JulFX
GL_EXT_texture_array
3743 16 JulFX
GL_EXT_texture_buffer_object
3744 16 JulFX
GL_EXT_texture_compression_latc
3745 16 JulFX
GL_EXT_texture_compression_rgtc
3746 16 JulFX
GL_EXT_texture_compression_s3tc
3747 16 JulFX
GL_EXT_texture_cube_map
3748 16 JulFX
GL_EXT_texture_edge_clamp
3749 16 JulFX
GL_EXT_texture_env_add
3750 16 JulFX
GL_EXT_texture_env_combine
3751 16 JulFX
GL_EXT_texture_env_dot3
3752 16 JulFX
GL_EXT_texture_filter_anisotropic
3753 16 JulFX
GL_EXT_texture_integer
3754 16 JulFX
GL_EXT_texture_lod
3755 16 JulFX
GL_EXT_texture_lod_bias
3756 16 JulFX
GL_EXT_texture_mirror_clamp
3757 16 JulFX
GL_EXT_texture_object
3758 16 JulFX
GL_EXT_texture_shared_exponent
3759 16 JulFX
GL_EXT_texture_sRGB
3760 16 JulFX
GL_EXT_texture_swizzle
3761 16 JulFX
GL_EXT_timer_query
3762 16 JulFX
GL_EXT_vertex_array
3763 16 JulFX
GL_EXT_vertex_array_bgra
3764 16 JulFX
GL_EXTX_framebuffer_mixed_formats
3765 16 JulFX
GL_IBM_rasterpos_clip
3766 16 JulFX
GL_IBM_texture_mirrored_repeat
3767 16 JulFX
GL_KTX_buffer_region
3768 16 JulFX
GL_NV_blend_square
3769 16 JulFX
GL_NV_conditional_render
3770 16 JulFX
GL_NV_copy_depth_to_color
3771 16 JulFX
GL_NV_copy_image
3772 16 JulFX
GL_NV_depth_buffer_float
3773 16 JulFX
GL_NV_depth_clamp
3774 16 JulFX
GL_NV_explicit_multisample
3775 16 JulFX
GL_NV_fence
3776 16 JulFX
GL_NV_float_buffer
3777 16 JulFX
GL_NV_fog_distance
3778 16 JulFX
GL_NV_fragment_program
3779 16 JulFX
GL_NV_fragment_program2
3780 16 JulFX
GL_NV_fragment_program_option
3781 16 JulFX
GL_NV_framebuffer_multisample_coverage
3782 16 JulFX
GL_NV_geometry_shader4
3783 16 JulFX
GL_NV_gpu_program4
3784 16 JulFX
GL_NV_half_float
3785 16 JulFX
GL_NV_light_max_exponent
3786 16 JulFX
GL_NV_multisample_coverage
3787 16 JulFX
GL_NV_multisample_filter_hint
3788 16 JulFX
GL_NV_occlusion_query
3789 16 JulFX
GL_NV_packed_depth_stencil
3790 16 JulFX
GL_NV_parameter_buffer_object
3791 16 JulFX
GL_NV_parameter_buffer_object2
3792 16 JulFX
GL_NV_pixel_data_range
3793 16 JulFX
GL_NV_point_sprite
3794 16 JulFX
GL_NV_primitive_restart
3795 16 JulFX
GL_NV_register_combiners
3796 16 JulFX
GL_NV_register_combiners2
3797 16 JulFX
GL_NV_shader_buffer_load
3798 16 JulFX
GL_NV_texgen_reflection
3799 16 JulFX
GL_NV_texture_barrier
3800 16 JulFX
GL_NV_texture_compression_vtc
3801 16 JulFX
GL_NV_texture_env_combine4
3802 16 JulFX
GL_NV_texture_expand_normal
3803 16 JulFX
GL_NV_texture_multisample
3804 16 JulFX
GL_NV_texture_rectangle
3805 16 JulFX
GL_NV_texture_shader
3806 16 JulFX
GL_NV_texture_shader2
3807 16 JulFX
GL_NV_texture_shader3
3808 16 JulFX
GL_NV_transform_feedback
3809 16 JulFX
GL_NV_vertex_array_range
3810 16 JulFX
GL_NV_vertex_array_range2
3811 16 JulFX
GL_NV_vertex_buffer_unified_memory
3812 16 JulFX
GL_NV_vertex_program
3813 16 JulFX
GL_NV_vertex_program1_1
3814 16 JulFX
GL_NV_vertex_program2
3815 16 JulFX
GL_NV_vertex_program2_option
3816 16 JulFX
GL_NV_vertex_program3
3817 16 JulFX
GL_NVX_conditional_render
3818 16 JulFX
GL_NVX_gpu_memory_info
3819 16 JulFX
GL_S3_s3tc
3820 16 JulFX
GL_SGIS_generate_mipmap
3821 16 JulFX
GL_SGIS_texture_lod
3822 16 JulFX
GL_SGIX_depth_texture
3823 16 JulFX
GL_SGIX_shadow
3824 16 JulFX
GL_SUN_slice_accum
3825 16 JulFX
GL_WIN_swap_hint
3826 16 JulFX
WGL_ARB_buffer_region
3827 16 JulFX
WGL_ARB_create_context
3828 16 JulFX
WGL_ARB_create_context_profile
3829 16 JulFX
WGL_ARB_create_context_robustness
3830 16 JulFX
WGL_ARB_extensions_string
3831 16 JulFX
WGL_ARB_make_current_read
3832 16 JulFX
WGL_ARB_multisample
3833 16 JulFX
WGL_ARB_pbuffer
3834 16 JulFX
WGL_ARB_pixel_format
3835 16 JulFX
WGL_ARB_pixel_format_float
3836 16 JulFX
WGL_ARB_render_texture
3837 16 JulFX
WGL_ATI_pixel_format_float
3838 16 JulFX
WGL_EXT_create_context_es2_profile
3839 16 JulFX
WGL_EXT_extensions_string
3840 16 JulFX
WGL_EXT_framebuffer_sRGB
3841 16 JulFX
WGL_EXT_pixel_format_packed_float
3842 16 JulFX
WGL_EXT_swap_control
3843 16 JulFX
WGL_NV_float_buffer
3844 16 JulFX
WGL_NV_multisample_coverage
3845 16 JulFX
WGL_NV_render_depth_texture
3846 16 JulFX
WGL_NV_render_texture_rectangle
3847 16 JulFX
WGL_NVX_DX_interop
3848 16 JulFX
3849 16 JulFX
Extensions du noyau OpenGL
3850 16 JulFX
v1.1 (100 % - 7/7)
3851 16 JulFX
v1.2 (100 % - 8/8)
3852 16 JulFX
v1.3 (100 % - 9/9)
3853 16 JulFX
v1.4 (100 % - 15/15)
3854 16 JulFX
v1.5 (100 % - 3/3)
3855 16 JulFX
v2.0 (100 % - 10/10)
3856 16 JulFX
v2.1 (100 % - 3/3)
3857 16 JulFX
v3.0 (100 % - 23/23)
3858 16 JulFX
v3.1 (100 % - 8/8)
3859 16 JulFX
v3.2 (100 % - 9/9)
3860 16 JulFX
v3.3 (100 % - 9/9)
3861 16 JulFX
v4.0 (0 % - 0/13)
3862 16 JulFX
v4.1 (50 % - 4/8)
3863 16 JulFX
</pre>