summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Make gallium compile in win32.Michal Krol2007-10-291-24/+102
| | | | | | Use FREE, MALLOC, CALLOC, GETENV wrappers. Silence compiler warnings. Add proper copyrights.
* Use FREE and MALLOC instead of free and malloc.Michal Krol2007-10-281-0/+2
|
* Use FREE instead of free. Fix newlines.michal2007-10-271-0/+2
|
* Corrected the file permissions in src/mesa/pipe.Oliver McFadden2007-10-181-0/+0
|
* Fix ffs().michal2007-08-291-2/+7
|
* added align16() functionBrian2007-08-171-0/+16
|
* Define ffs() for __WIN32__ & __MSC__.michal2007-08-161-1/+13
| | | | Break mesa dependencies.
* Remove many dependencies on mesa headers.Brian2007-08-161-0/+12
| | | | To build with mesa, need -DMESA in makefile/config file.
* Use 'f' for float suffix.michal2007-08-161-1/+1
|
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-12/+71
| | | | Mainly down to the support for legacy TNL processing now.
* Missing filesKeith Whitwell2007-08-131-0/+117