search for: 00105c00

Displaying 4 results from an estimated 4 matches for "00105c00".

Did you mean: 00015c00
2014 Apr 30
2
Proper gl_SampleMask output
...t; HDR[34] = 0x00000000 > HDR[38] = 0x00000000 > HDR[3c] = 0x00000000 > HDR[40] = 0x00000000 > HDR[44] = 0x00000000 > HDR[48] = 0x0000000f > HDR[4c] = 0x00000001 > shader binary code (0x80 bytes): > 42e04237 22804280 fff01c00 c07e0070 fff05c00 c07e0074 10009de4 28004000 > 00105c00 30044000 01201c84 14060000 04001c02 10408102 05205c84 14060000 > 720042e7 22e20042 04105c02 10040404 04011c83 68000000 0000dde2 18fe0000 > 00001de2 18000000 0c005de4 28000000 00009de2 18000000 00001de7 80000000 > > which, with "nvdisas -b SM30 -raw" decodes to > >...
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
2014 Apr 24
0
Proper gl_SampleMask output
...00000 HDR[2c] = 0x00000000 HDR[30] = 0x00000000 HDR[34] = 0x00000000 HDR[38] = 0x00000000 HDR[3c] = 0x00000000 HDR[40] = 0x00000000 HDR[44] = 0x00000000 HDR[48] = 0x0000000f HDR[4c] = 0x00000001 shader binary code (0x80 bytes): 42e04237 22804280 fff01c00 c07e0070 fff05c00 c07e0074 10009de4 28004000 00105c00 30044000 01201c84 14060000 04001c02 10408102 05205c84 14060000 720042e7 22e20042 04105c02 10040404 04011c83 68000000 0000dde2 18fe0000 00001de2 18000000 0c005de4 28000000 00009de2 18000000 00001de7 80000000 which, with "nvdisas -b SM30 -raw" decodes to /*0008*/ IP...
2014 Apr 30
0
Proper gl_SampleMask output
...[38] = 0x00000000 >> HDR[3c] = 0x00000000 >> HDR[40] = 0x00000000 >> HDR[44] = 0x00000000 >> HDR[48] = 0x0000000f >> HDR[4c] = 0x00000001 >> shader binary code (0x80 bytes): >> 42e04237 22804280 fff01c00 c07e0070 fff05c00 c07e0074 10009de4 28004000 >> 00105c00 30044000 01201c84 14060000 04001c02 10408102 05205c84 14060000 >> 720042e7 22e20042 04105c02 10040404 04011c83 68000000 0000dde2 18fe0000 >> 00001de2 18000000 0c005de4 28000000 00009de2 18000000 00001de7 80000000 >> >> which, with "nvdisas -b SM30 -raw" decodes to...