diff options
author | Kenneth Graunke <[email protected]> | 2013-09-16 22:39:37 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-09-19 10:52:57 -0700 |
commit | 4e4b0799165ae7b482da7d9af656ed8878500de1 (patch) | |
tree | ae95adc63aee9e6734a8e0d553918e124c9ce16c /src/mesa/main/arrayobj.c | |
parent | feaad189b45cafe860b5f23bf534618ff30b5bd2 (diff) |
i965: Fix brw_vs_prog_data_compare to actually check field members.
&a and &b are the address of the local stack variables, not the actual
structures. Instead of comparing the fields of a and b, we compared
...some stack memory.
Caught by Valgrind on Piglit's glsl-lod-bias test (among many others).
Signed-off-by: Kenneth Graunke <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68233
Reviewed-by: Chad Versace <[email protected]>
Cc: [email protected]
Diffstat (limited to 'src/mesa/main/arrayobj.c')
0 files changed, 0 insertions, 0 deletions