tgsi: add support for buffer/atomic operations to tgsi_exec

Dieter Nützel Dieter at nuetzel-hh.de
Tue Apr 12 11:55:04 UTC 2016


Warning during compilation after git pull:

tgsi/tgsi_exec.c: In function 'exec_atomop_buf':
tgsi/tgsi_exec.c:4060:8: warning: array subscript is above array bounds 
[-Warray-bounds]
        r[3].f[j] = rgba[3][j];
         ^

Any hints where I should look?

Dieter


More information about the dri-devel mailing list