View Single Post
Staro 03.07.2009., 01:43   #1
Atrax
Premium
Moj komp
 
Atrax's Avatar
 
Datum registracije: Sep 2007
Lokacija: Zagreb
Postovi: 553
Catalyst 9.7 BETA

Catalyst 9.7 (beta version at the time of writing) adds three new OpenGL extensions and continues to improve advanced features such as Geometry Shader (now a geometry shader can access to 16 textures samplers and 4096 uniforms!). Let’s see the new extensions:

* GL_EXT_pixel_buffer_object: This extension brings the support of PBO (Pixel Buffer Object) to Radeon video cards. This extension is useful because it allows asynchronous texture loading and thus improves texture loading… But Catalyst graphics drivers already support PBOs via the GL_ARB_pixel_buffer_object. So, actually, GL_EXT_pixel_buffer_object does not bring new feature.
* GL_EXT_provoking_vertex: This extension is used when flat shading is enabled (GL_FLAT). The provoking vertex of a primitive is the vertex that determines the constant primary and secondary colors when flat shading is enabled. This extension is supported in ForceWare since version 185.66.
* GL_EXT_vertex_array_bgra: allows to fetch a vertex component (mainly color componant) from a Direct3D color array where color is stored as BGRA. This extension avoids to perform the swizzling in the vertex shader. This extension is supported in ForceWare since version 181.00


Graphics driver information:
- Operating System: Windows XP 32-bit SP2
- Drivers Version: 8.630.0.0 – Catalyst 09.7 (6-10-2009)
- ATI Catalyst Version String: 09.7
- ATI Catalyst Release Version String: 8.63-090610a-082777E-ATI

Ovo je ukratko sažetak, evo link sa popisom OpenGL eksenzija i slično http://www.geeks3d.com/20090630/ati-...gl-extensions/

Za sada samo za XP, bar kolko ja vidim, ne daje mi google ništa za vistu.
Pa eto, ko ima XP i volju za probat http://www.megaupload.com/?d=KYXNVKC8

Kolko sam uspio pohvatat po postovima, u 9.7 control panel ima novi layout i neke nove postavke za podesit. Također, neki lik kaže da XP driveri na Visti daju nekih 30% bolje performanse, al u to se ne bih štel mešati.
Atrax je offline   Reply With Quote