commit | 841c1b5f5423d7994ff0f6773639934d75bd1fca | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Fri Sep 07 15:00:20 2012 -0400 |
committer | Jerome Glisse <jglisse@redhat.com> | Tue Sep 11 12:57:54 2012 -0400 |
tree | ce11270fd79ce4bbf7ea60b2e3b869b4af8eb551 | |
parent | 9ccaa24f8493ebc4e5a606679490e4936ba3c624 [diff] |
r600g: avoid GPU doing constant preload from random address Previous command stream might have set any of the constant buffer and the previous address might no longer be valid thus GPU might preload constant from random invalid address and possibly triggering lockup. Signed-off-by: Jerome Glisse <jglisse@redhat.com>