Re: [Mesa-dev] [PATCH] intel/eu: Use a struct copy instead of a memcpy

2018-06-05 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] intel/eu: Use a struct copy instead of a memcpy

2018-06-05 Thread Jason Ekstrand
The memcpy had the wrong size and this was causing crashes on 32-bit builds of the driver. Fixes: 6a9525bf6729a8 "intel/eu: Switch to a logical state stack" Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106830 --- src/intel/compiler/brw_eu.c | 2 +- 1 file changed, 1 insertion(+), 1 dele