mesa: fix shader prog_execute strict aliasing violations
authorRoland Scheidegger <sroland@vmware.com>
Mon, 7 Dec 2009 20:47:49 +0000 (21:47 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 7 Dec 2009 20:47:49 +0000 (21:47 +0100)
commit72362a5cd41d97b770980c28fe6719c556f12ab7
treea10e5af9b8a903b1e3776a38da10ea84b22d6113
parent3456f9149b3009fcfce80054759d05883d3c4ee5
mesa: fix shader prog_execute strict aliasing violations

use unions instead of pointer casts.
src/mesa/shader/prog_execute.c