../mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h:139:
error: dereferencing pointer ‘tokens.25’ does break strict-aliasing rules
Signed-off-by: Marek Olšák
---
src/gallium/auxiliary/tgsi/tgsi_parse.h |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/t
Hi,
On Friday, December 10, 2010 18:18:07 Brian Paul wrote:
> I tested with a few things and didn't see any regressions (but let's
> be on the lookout for any).
Thanks!
Mathias
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freed
Looks good to me FWIW.
Usually one uses a union for avoid breaking strict-aliasing rules, but your
memcpy approach should produce just as good code with less typing.
The only proper fix here would be to make struct tgsi_token an union of all
possible token types.
Jose
https://bugs.freedesktop.org/show_bug.cgi?id=32317
Summary: Incorrect Optional Features descriptions in
./configure --help
Product: Mesa
Version: 7.9
Platform: All
OS/Version: All
Status: NEW
Severity: min