summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_compiler.h
AgeCommit message (Collapse)Author
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-26gallium: Complete integer types.José Fonseca
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
These are changes that are in our internal branch, but somehow were skipped so far. It was done using visual comparison of the branches -- it is likely that changes are being carried on the wrong way
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