X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=examples%2Flenovo.conf;h=8179492358307231dc32dd4bdebe5aa71f5c5a9a;hb=abcb9b78d26b2e2815575b16b431af55ac71fc14;hp=5ca57f13471bdc298948d42e7a37a9ccc8c5db4b;hpb=5c4020c26c69f7100c4547792a951f306ff0f32a;p=libgliar diff --git a/examples/lenovo.conf b/examples/lenovo.conf index 5ca57f1..8179492 100644 --- a/examples/lenovo.conf +++ b/examples/lenovo.conf @@ -228,5 +228,93 @@ GL_ARB_invalidate_subdata [max color attachments] 8 -[max renderbuffer size] +[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