search for: gl_samplemask

Displaying 4 results from an estimated 4 matches for "gl_samplemask".

2014 Apr 24
0
Proper gl_SampleMask output
On Wed, Apr 23, 2014 at 6:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > Hello, > > I've been trying to add ARB_sample_shading support to nouveau, and am > being defeated by the gl_SampleMask tests. Everything else works fine. > (And naturally the tests pass with the proprietary driver.) I'm trying > to do this for both GT21x, as well as GF100+. > > In the GT21x case, it seems like the low bit of method 0x1928 needs to > be set (as well as the second-to-lowest bit), f...
2014 Apr 30
0
Proper gl_SampleMask output
...3, 2014 at 05:03:17PM -0700, Ilia Mirkin wrote: >> On Wed, Apr 23, 2014 at 6:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: >> > Hello, >> > >> > I've been trying to add ARB_sample_shading support to nouveau, and am >> > being defeated by the gl_SampleMask tests. Everything else works fine. >> > (And naturally the tests pass with the proprietary driver.) I'm trying >> > to do this for both GT21x, as well as GF100+. >> > >> > In the GT21x case, it seems like the low bit of method 0x1928 needs to >> > be...
2014 Apr 23
2
Proper gl_SampleMask output
Hello, I've been trying to add ARB_sample_shading support to nouveau, and am being defeated by the gl_SampleMask tests. Everything else works fine. (And naturally the tests pass with the proprietary driver.) I'm trying to do this for both GT21x, as well as GF100+. In the GT21x case, it seems like the low bit of method 0x1928 needs to be set (as well as the second-to-lowest bit), for GF100+, the low bit o...
2014 Apr 30
2
Proper gl_SampleMask output
...Andy On Wed, Apr 23, 2014 at 05:03:17PM -0700, Ilia Mirkin wrote: > On Wed, Apr 23, 2014 at 6:22 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > > Hello, > > > > I've been trying to add ARB_sample_shading support to nouveau, and am > > being defeated by the gl_SampleMask tests. Everything else works fine. > > (And naturally the tests pass with the proprietary driver.) I'm trying > > to do this for both GT21x, as well as GF100+. > > > > In the GT21x case, it seems like the low bit of method 0x1928 needs to > > be set (as well as the...