[Mesa-dev] [PATCH] tgsi: fix rbug compile error

2010-12-11 Thread Marek Olšák
../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

Re: [Mesa-dev] [PATCH] vbo: Avoid copy to current in dlists built from DrawArrays like calls

2010-12-11 Thread Mathias Fröhlich
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

Re: [Mesa-dev] [PATCH] tgsi: fix rbug compile error

2010-12-11 Thread Jose Fonseca
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

[Mesa-dev] [Bug 32317] New: Incorrect Optional Features descriptions in ./configure --help

2010-12-11 Thread bugzilla-daemon
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