summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_util.h
AgeCommit message (Collapse)Author
2007-10-29Make gallium compile in win32.Michal Krol
Use FREE, MALLOC, CALLOC, GETENV wrappers. Silence compiler warnings. Add proper copyrights.
2007-10-28Use FREE and MALLOC instead of free and malloc.Michal Krol
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-08-29Fix ffs().michal
2007-08-17added align16() functionBrian
2007-08-16Define ffs() for __WIN32__ & __MSC__.michal
Break mesa dependencies.
2007-08-16Remove many dependencies on mesa headers.Brian
To build with mesa, need -DMESA in makefile/config file.
2007-08-16Use 'f' for float suffix.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
Mainly down to the support for legacy TNL processing now.
2007-08-13Missing filesKeith Whitwell