Re: [Mesa-dev] [PATCH] gallium/auxiliary and llvmpipe: fix build with LLVM 3.0svn

2011-07-19 Thread Brian Paul
On Sat, Jul 16, 2011 at 11:40 AM, Tobias Droste wrote: > LLVM 3.0svn introduced a new type system. It defines a new way to create > named structs and removes the (now not needed) LLVMInvalidateStructLayout > function. > > see revision 134829 of LLVM > > Only compile tested, please review and test!

[Mesa-dev] [PATCH] gallium/auxiliary and llvmpipe: fix build with LLVM 3.0svn

2011-07-19 Thread Tobias Droste
LLVM 3.0svn introduced a new type system. It defines a new way to create named structs and removes the (now not needed) LLVMInvalidateStructLayout function. see revision 134829 of LLVM Only compile tested, please review and test! Signed-off-by: Tobias Droste --- src/gallium/auxiliary/draw/draw