summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_util.h
Commit message (Expand)AuthorAgeFilesLines
* 965: get fragment shader compiler compilingKeith Whitwell2007-12-131-0/+5
* Fix align16() function to work with 32/64-bit pointers on big-endian.Brian2007-12-111-7/+19
* change align_malloc() alignment to uintBrian2007-12-111-2/+1
* Move align_malloc(), align_free() to p_util.hBrian2007-12-111-2/+50
* gallium: fix ordering of arguments to pack_ui32_float4Keith Whitwell2007-12-091-2/+2
* temporary _mesa_printf symbolkeithw2007-12-091-0/+4
* [pipe]: add Offset() util macrokeithw2007-12-091-0/+1
* Make gallium compile in win32.Michal Krol2007-10-291-24/+102
* 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
* Remove many dependencies on mesa headers.Brian2007-08-161-0/+12
* Use 'f' for float suffix.michal2007-08-161-1/+1
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-12/+71
* Missing filesKeith Whitwell2007-08-131-0/+117