updated readme-configuration files
[libgliar] / examples / lenovo.conf
index 8988275..8179492 100644 (file)
@@ -1,11 +1,11 @@
-# example GLIAR configuration that emulates the lenovo T430 GPU
+# example GLIAR configuration that emulates the Intel 4000 GPU (lenovo T430)
 # copyright: Canonical Ltd, 2013
 # author: Eleni Maria Stea <elene.mst@gmail.com>
 #
 # Instructions:
 # Copy this file to ~/.gliar.conf or to gliar.conf in the 
 # libgliar directory. Then run: 
-# LD_PRELOAD=./libgliar.so <opengl_program_name> 
+# gliar <opengl_program_name> 
 #
 
 [vendor]
@@ -186,8 +186,135 @@ GL_ARB_texture_storage
 GL_EXT_transform_feedback
 GL_ARB_invalidate_subdata
 
+[major version]
+3
+
+[minor version]
+0
+
+[max texture units]
+8
+
+[max texture image units]
+16
+
+[max combined texture image units]
+32
+
+[max vertex texture image units]
+16
+
 [max texture size]
 8192
 
-[max texture units]
+[max cube map texture size]
+2048
+
+[max texture coordinates]
+8
+
+[max vertex attributes]
+16
+
+[max vertex uniform vectors]
+4096
+
+[max fragment uniform vectors]
+4096
+
+[max varying vectors]
+16
+
+[max color attachments]
 8
+
+[max renderbuffer size ext]
+8192
+
+#vertex shader
+
+[v max program instructions arb]
+16384
+
+[v max program native instructions arb]
+16384
+
+[v max program temporaries arb]
+256
+
+[v max program native temporaries arb]
+256
+
+[v max program parameters arb]
+4096
+
+[v max program native parameters arb]
+1024
+
+[v max program attribs arb]
+16
+
+[v max program native attribs arb]
+16
+
+[v max program address registers arb]
+1
+
+[v max program native address registers arb]
+1
+
+[v max program local parameters arb]
+4096
+
+[v max program env parameters arb]
+256
+
+[v max program alu instructions arb]
+256
+
+[v max program native alu instructions arb]
+256
+
+#fragment shader
+
+[f max program instructions arb]
+16384
+
+[f max program native instructions arb]
+1024
+
+[f max program temporaries arb]
+256
+
+[f max program native temporaries arb]
+256
+
+[f max program parameters arb]
+64
+
+[f max program native parameters arb]
+1024
+
+[f max program attribs arb]
+12
+
+[f max program native attribs arb]
+12
+
+[f max program address registers arb]
+0
+
+[f max program native address registers arb]
+0
+
+[f max program local parameters arb]
+4096
+
+[f max program env parameters arb]
+256
+
+[f max program alu instructions arb]
+16384
+
+[f max program native alu instructions arb]
+1024