summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_compiler.h
AgeCommit message (Collapse)Author
2007-12-11Redo the way we pass arguments to the llvm.Zack Rusin
simply pass aligned arrays, they should cast to vectors without any problems. also remove unnecessary memset
2007-10-03Move XSTDCALL definition to p_compiler.hBrian
2007-08-21Define __MSC__.michal
Make ALIGN macros more error-proof.
2007-08-20move ALIGN16-related macros into p_compiler.hBrian
2007-08-17added uint64 typeBrian
2007-08-16Define __WIN32__.michal
2007-08-13Missing filesKeith Whitwell