search for: lodbia

Displaying 2 results from an estimated 2 matches for "lodbia".

Did you mean: lodbias
2012 Jun 11
1
[PATCH 10/21] nouveau: Add support for ARB_sampler_object
...lter != GL_LINEAR) { - lod_max = CLAMP(MIN2(t->Sampler.MaxLod, t->_MaxLambda), + if (sa->MinFilter != GL_NEAREST && + sa->MinFilter != GL_LINEAR) { + lod_max = CLAMP(MIN2(sa->MaxLod, t->_MaxLambda), 0, 15) + 1; lod_bias = CLAMP(ctx->Texture.Unit[i].LodBias + - t->Sampler.LodBias, -16, 15) * 8; + sa->LodBias, -16, 15) * 8; } - format |= nvgl_wrap_mode(t->Sampler.WrapT) << 28 | - nvgl_wrap_mode(t->Sampler.WrapS) << 24 | + format |= nvgl_wrap_mode(sa->WrapT) << 28 | + nvgl_wrap_mode(sa->WrapS) &l...
2012 Apr 14
6
[Bug 48701] New: lodbias demo displays garbage on nv43 with new driver
https://bugs.freedesktop.org/show_bug.cgi?id=48701 Bug #: 48701 Summary: lodbias demo displays garbage on nv43 with new driver Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/...